@charset "UTF-8";
.pagettl {
  width: 100%;
  height: 430px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
@media screen and (max-width: 1080px) {
  .pagettl {
    height: 350px;
  }
}
@media screen and (max-width: 740px) {
  .pagettl {
    height: 240px;
    margin-top: 66px;
  }
}
.pagettl .ttl {
  font-size: 3.2rem;
  color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  .pagettl .ttl {
    padding-top: 0;
    text-align: center;
  }
}

section {
  width: 100%;
  padding: 60px 0;
  background-color: #2d2d2d;
}
@media screen and (max-width: 740px) {
  section {
    padding: 40px 0;
  }
}
section + section {
  padding-bottom: 0;
}
section + section:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 740px) {
  section + section:last-of-type {
    padding-bottom: 40px;
  }
}

.main {
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .main {
    padding-top: 20px;
  }
}

.sec_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.sec_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #927f3d;
  margin: 10px auto 40px;
}

.cap {
  font-size: 1.3rem;
}

.pagettl {
  background: url(../images/facility/page.jpg) no-repeat top center;
  background-size: cover;
}

.tab {
  display: none;
}
@media screen and (max-width: 740px) {
  .tab {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px auto 0;
  }
  .tab li {
    width: 49%;
    height: 40px;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    border: solid 1px #6e6b60;
    background-color: whitesmoke;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
  }
  .tab li.on {
    border-bottom: none;
    opacity: 1;
    z-index: 10;
  }
  .tab li:not(.on) {
    background-color: #fff;
  }
}

.bg {
  background: url(../images/common/content_bg.jpg);
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 740px) {
  .bg {
    padding: 5% 0;
  }
}
.bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 80%;
  background: #242424;
}

.floor .base_w {
  position: relative;
}

@media screen and (max-width: 740px) {
  .content {
    -webkit-animation: show 0.3s linear 0s;
            animation: show 0.3s linear 0s;
    display: none;
  }
  .content.on {
    display: block;
    z-index: 2;
  }
  @-webkit-keyframes show {
    from {
      opacity: 0;
      -webkit-transform: translate(200px, 0);
              transform: translate(200px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes show {
    from {
      opacity: 0;
      -webkit-transform: translate(200px, 0);
              transform: translate(200px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}

.textList:after {
  content: "";
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .textList:after {
    width: 32%;
  }
}

.textList li:nth-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(1) a:before {
  content: "1";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(1) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(2) a:before {
  content: "2";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(2) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(3) a:before {
  content: "3";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(3) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(4) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(4) a:before {
  content: "4";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(4) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(5) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(5) a:before {
  content: "5";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(5) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(6) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(6) a:before {
  content: "6";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(6) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(7) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(7) a:before {
  content: "7";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(7) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(8) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(8) a:before {
  content: "8";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(8) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(9) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(9) a:before {
  content: "9";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(9) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(10) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(10) a:before {
  content: "10";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.textList li:nth-of-type(10) a:hover {
  opacity: 0.7;
}

.map_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .map_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.map_wrap .base_w {
  padding-left: 0;
  padding-right: 0;
}
.map_wrap .flx {
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.map_image {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .map_image {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 740px) {
  .map_image {
    width: 100%;
    margin-bottom: 0;
  }
}

.tb_change {
  width: 50%;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 10px 10px 5px;
  border: solid 1px #927f3d;
}
@media screen and (max-width: 1080px) {
  .tb_change {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 740px) {
  .tb_change {
    position: static;
    width: 90%;
    margin: 20px auto 0;
  }
}
.tb_change th {
  color: #927f3d;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: solid 1px #927f3d;
}
.tb_change td {
  padding-top: 3px;
  color: #927f3d;
  text-align: left;
  padding-left: 10px;
}
.tb_change td .w60 {
  width: 60%;
}

.textList {
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 20px;
  background-color: rgba(120, 97, 54, 0.5);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1080px) {
  .textList {
    width: 100%;
  }
}
.textList li {
  width: 24%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .textList li {
    width: 32%;
  }
}
@media screen and (max-width: 740px) {
  .textList li {
    width: 100%;
  }
}

.col {
  margin-top: 40px;
}
@media screen and (max-width: 740px) {
  .col {
    margin-top: 0;
  }
}

.col_ttl {
  padding-top: 60px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .col_ttl {
    font-size: 2.8rem;
  }
}
.col_ttl .flx {
  text-align: left;
  line-height: 1.2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col_ttl .flx .txt {
  font-size: 3rem;
  margin-top: -10px;
}
.col_ttl .col_no {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 3.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #927f3d;
  margin-right: 20px;
  letter-spacing: -0.05em;
}
.col_ttl .fz_s {
  width: 100%;
  font-size: 2.1rem;
}
.col_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #927f3d;
  margin: 10px auto 40px;
}
@media screen and (max-width: 740px) {
  .col_ttl:after {
    margin-bottom: 30px;
  }
}
.col_ttl.mt- {
  margin-top: -15px;
}
@media screen and (max-width: 740px) {
  .col_ttl.mt- {
    margin-top: 0;
  }
}

.col_subttl {
  font-size: 2.4rem;
  color: #927f3d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.col_subttl .menu_btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #927f3d;
  font-size: 1.6rem;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.col_subttl .menu_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 740px) {
  .col_subttl .menu_btn {
    display: block;
    position: static;
    margin: 10px 0;
    padding: 5px;
  }
}

.link_mam {
  display: block;
  width: 80%;
  padding: 10px 0;
  margin: 20px auto 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #927f3d;
}
.link_mam:hover {
  opacity: 0.7;
}

.col1 .image_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.col1 .image_list .image {
  width: 100%;
}
@media screen and (max-width: 740px) {
  .col1 .image_list .image {
    width: 100%;
  }
}
.col1 .readtxt {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .col1 .readtxt {
    text-align: left;
  }
}
.col1 .ef_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .col1 .ef_list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 740px) {
  .col1 .ef_list {
    margin-bottom: 40px;
  }
}
.col1 .ef_box {
  width: 252px;
  height: 252px;
  border-radius: 126px;
  background-color: #660f0a;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .col1 .ef_box {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 740px) {
  .col1 .ef_box {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
}
.col1 .ef_box span {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
.col1 .priceArea {
  margin-bottom: 40px;
}
.col1 .price_table_wrap {
  width: 100%;
  padding: 40px 0;
  border: solid 1px #6e6b60;
}
.col1 .price_table_wrap.col2 {
  margin: 20px 0;
}
@media screen and (max-width: 740px) {
  .col1 .price_table_wrap.col2 {
    margin-bottom: 10px;
  }
  .col1 .price_table_wrap.col2 th {
    width: 56%;
    text-align: left;
    line-height: 1.2;
  }
}
.col1 .price_table_wrap.col2 td {
  width: 50%;
}
@media screen and (max-width: 740px) {
  .col1 .price_table_wrap.col2 td {
    width: 42%;
  }
}
.col1 .price_table {
  width: 80%;
  margin: 0 auto;
  border-spacing: 0;
}
@media screen and (max-width: 740px) {
  .col1 .price_table {
    display: block;
  }
  .col1 .price_table tr,
  .col1 .price_table tbody {
    width: 100%;
    display: block;
  }
  .col1 .price_table tr.pctag,
  .col1 .price_table tbody.pctag {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .col1 .price_table tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px #c2c2c2;
    margin-bottom: 20px;
  }
  .col1 .price_table tr:last-of-type, .col1 .price_table tr.bd_n {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.col1 .price_table tr:last-of-type th, .col1 .price_table tr:last-of-type td {
  border: none;
}
.col1 .price_table tr:last-of-type td {
  margin-bottom: 0;
}
.col1 .price_table th {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  padding: 15px 0 15px 70px;
  border-spacing: 20px 0px;
  border-bottom: solid 1px #c2c2c2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .col1 .price_table th {
    padding-left: 40px;
  }
}
@media screen and (max-width: 820px) {
  .col1 .price_table th {
    padding-left: 20px;
  }
}
@media screen and (max-width: 740px) {
  .col1 .price_table th {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
  }
}
.col1 .price_table th.ttl:nth-of-type(1) {
  width: 50%;
}
.col1 .price_table th.ttl:nth-of-type(2) {
  width: 25%;
  padding-left: 40px;
}
.col1 .price_table th.ttl:nth-of-type(3) {
  width: 25%;
  padding-left: 40px;
}
@media screen and (max-width: 740px) {
  .col1 .price_table th.ttl {
    display: none;
  }
}
.col1 .price_table th span {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 10px;
}
.col1 .price_table th span.m0 {
  margin-left: 0;
}
.col1 .price_table td {
  font-size: 1.6rem;
  padding: 15px 0 15px 40px;
  border-bottom: solid 1px #c2c2c2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .col1 .price_table td {
    padding-left: 40px;
  }
}
@media screen and (max-width: 740px) {
  .col1 .price_table td {
    display: block;
    width: 48%;
    text-align: center;
    padding: 0 0 10px;
    border: none;
    margin-bottom: 0;
  }
  .col1 .price_table td.weekday:before {
    content: "平日";
    display: block;
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 1.4rem;
    color: #fff;
    background-color: #539bd3;
  }
  .col1 .price_table td.holiday:before {
    content: "土日祝";
    display: block;
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 1.4rem;
    color: #fff;
    background-color: #d35365;
  }
}
.col1 .color_txt {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  border-left: 1px solid #8ad73f;
  border-right: 1px solid #8c5fe7;
  background: url("../images/facility/color_bg.png") no-repeat right bottom;
}
@media screen and (max-width: 740px) {
  .col1 .color_txt {
    background-size: 200%;
  }
}
.col1 .color_txt:before, .col1 .color_txt:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgb(138, 215, 63); /* Old browsers */
  background: linear-gradient(135deg, rgb(138, 215, 63) 0%, rgb(95, 207, 231) 50%, rgb(140, 95, 231) 100%);
}
.col1 .color_txt .txt {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .col1 .color_txt .txt {
    padding: 20px;
    text-align: left;
  }
}
.col1 .color_therapy {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}
@media screen and (max-width: 1080px) {
  .col1 .color_therapy {
    padding-top: 10px;
  }
}
.col1 .color_therapy .box {
  width: 50%;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.col1 .color_therapy .box.w100 {
  width: 100%;
}
.col1 .color_therapy .box.w100 .flx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col1 .color_therapy .box.w100 .flx .w50 {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .box.w100 .flx .w50 {
    width: 100%;
  }
}
.col1 .color_therapy .box.no1:before {
  content: "人気No.1！";
  width: 200px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #d20e0e;
  padding: 7px 0;
  background: #fff;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  border: solid 1px #d20e0e;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .box.no1:before {
    padding: 5px;
  }
}
.col1 .color_therapy .box.mam:before {
  content: "子育てママに人気！";
  width: 200px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #d20e0e;
  padding: 7px 0;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: solid 1px #d20e0e;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .box.mam:before {
    padding: 5px;
  }
}
.col1 .color_therapy .box:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.col1 .color_therapy .box .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .box .ttl {
    margin-bottom: 10px;
    line-height: 1.1;
  }
}
.col1 .color_therapy .box .ttl .fz_l {
  font-size: 4.5rem;
}
.col1 .color_therapy .box .ttl .fz_s {
  font-size: 1.8rem;
}
.col1 .color_therapy .box .ef_wrap {
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .col1 .color_therapy .box .ef_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3%;
  }
}
.col1 .color_therapy .box .ef_wrap .name {
  width: 30%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width: 1080px) {
  .col1 .color_therapy .box .ef_wrap .name {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .box .ef_wrap .name {
    width: 100%;
    padding: 3px 0;
    margin-bottom: 5px;
  }
}
.col1 .color_therapy .box .ef_wrap .txt {
  width: 67%;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .col1 .color_therapy .box .ef_wrap .txt {
    width: 100%;
  }
}
.col1 .color_therapy .box .txt_wrap {
  color: #333;
  margin-bottom: 20px;
}
.col1 .color_therapy .box .txt_wrap .box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.col1 .color_therapy .box .txt_wrap .box_txt {
  font-size: 1.4rem;
}
.col1 .color_therapy .box .txt_wrap .flx .box_txt {
  width: 60%;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .box .txt_wrap .flx .box_txt {
    width: 50%;
  }
}
.col1 .color_therapy .box .txt_wrap .flx .box_image {
  width: 30%;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .box .txt_wrap .flx .box_image {
    width: 48%;
  }
}
.col1 .color_therapy .brown {
  background-color: #dfd6d1;
}
.col1 .color_therapy .brown .ttl {
  color: #6c431f;
}
.col1 .color_therapy .brown .ef_wrap {
  background-color: #6c431f;
}
.col1 .color_therapy .brown .ef_wrap .name {
  color: #6c431f;
}
.col1 .color_therapy .brown:after {
  background: url("../images/facility/color_txt01.png") no-repeat;
  width: 134px;
  height: 116px;
}
.col1 .color_therapy .white {
  background-color: #f6f6f6;
}
.col1 .color_therapy .white .ttl {
  color: #acacac;
}
.col1 .color_therapy .white .ef_wrap {
  background-color: #acacac;
}
.col1 .color_therapy .white .ef_wrap .name {
  color: #acacac;
}
.col1 .color_therapy .white:after {
  background: url("../images/facility/color_txt02.png") no-repeat;
  width: 99px;
  height: 105px;
}
.col1 .color_therapy .purple {
  background-color: #bfbac9;
}
.col1 .color_therapy .purple .ttl {
  color: #6e49b8;
}
.col1 .color_therapy .purple .ef_wrap {
  background-color: #6e49b8;
}
.col1 .color_therapy .purple .ef_wrap .name {
  color: #6e49b8;
}
.col1 .color_therapy .purple:after {
  background: url("../images/facility/color_txt03.png") no-repeat;
  width: 130px;
  height: 116px;
}
.col1 .color_therapy .midori {
  background-color: #d2d6a5;
}
.col1 .color_therapy .midori .ttl {
  color: #9fa926;
}
.col1 .color_therapy .midori .ef_wrap {
  background-color: #9fa926;
}
.col1 .color_therapy .midori .ef_wrap .name {
  color: #9fa926;
}
.col1 .color_therapy .midori:after {
  background: url("../images/facility/color_txt04.png") no-repeat;
  width: 136px;
  height: 119px;
}
.col1 .color_therapy .blue {
  background-color: #e2eef2;
}
.col1 .color_therapy .blue .ttl {
  color: #87b1c1;
}
.col1 .color_therapy .blue .ef_wrap {
  background-color: #87b1c1;
}
.col1 .color_therapy .blue .ef_wrap .name {
  color: #87b1c1;
}
.col1 .color_therapy .blue:after {
  background: url("../images/facility/color_txt05.png") no-repeat;
  width: 136px;
  height: 119px;
}
.col1 .color_therapy .red {
  background-color: #fff2f4;
}
.col1 .color_therapy .red .ttl {
  color: #dd325a;
}
.col1 .color_therapy .red .ef_wrap {
  background-color: #dd325a;
}
.col1 .color_therapy .red .ef_wrap .name {
  color: #dd325a;
}
.col1 .color_therapy .red:after {
  background: url("../images/facility/color_txt07.png") no-repeat;
  width: 137px;
  height: 122px;
}
.col1 .color_therapy .l_brown {
  background-color: #efe1ae;
}
.col1 .color_therapy .l_brown .ttl {
  color: #927f3d;
}
.col1 .color_therapy .l_brown .ef_wrap {
  background-color: #927f3d;
}
.col1 .color_therapy .l_brown .ef_wrap .name {
  color: #927f3d;
}
.col1 .color_therapy .p_midori {
  background-color: #dde8d3;
}
.col1 .color_therapy .p_midori .ttl {
  color: #7b9369;
}
.col1 .color_therapy .p_midori .ef_wrap {
  background-color: #7b9369;
}
.col1 .color_therapy .p_midori .ef_wrap .name {
  color: #7b9369;
}
.col1 .color_therapy .yellow {
  background-color: #f5ebc8;
}
.col1 .color_therapy .yellow .ttl {
  color: #b8a749;
}
.col1 .color_therapy .yellow .ef_wrap {
  background-color: #b8a749;
}
.col1 .color_therapy .yellow .ef_wrap .name {
  color: #b8a749;
}
.col1 .color_therapy .yellow .w50:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: -90px;
  background: url("../images/facility/color_txt08.png") no-repeat;
  width: 132px;
  height: 109px;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .yellow .w50:after {
    top: -50px;
  }
}
.col1 .color_therapy .yellow .w50.more:after {
  background: url("../images/facility/color_txt09.png") no-repeat;
  width: 135px;
  height: 116px;
}
.col1 .color_therapy .link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.col1 .color_therapy .link a.btn {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.col1 .color_therapy .link a.btn:hover {
  opacity: 0.7;
}
.col1 .color_therapy .more {
  padding: 20px;
  background-color: white;
}
@media screen and (max-width: 740px) {
  .col1 .color_therapy .more {
    margin: 20px 0;
  }
}
.col1 .color_therapy .more .txt_wrap {
  margin-top: 20px;
}

.col2 .block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.col2 .block.align_t {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.col2 .block:last-of-type {
  margin-bottom: 0;
}
.col2 .block .image {
  width: 50%;
}
@media screen and (max-width: 740px) {
  .col2 .block .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.col2 .block .image.w30 {
  width: 30%;
}
@media screen and (max-width: 740px) {
  .col2 .block .image.w30 {
    width: 100%;
  }
}
.col2 .block .text_wrap {
  width: 45%;
}
.col2 .block .text_wrap.w100 {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 740px) {
  .col2 .block .text_wrap.w100 {
    margin-top: 0;
  }
}
.col2 .block .text_wrap.w65 {
  width: 65%;
}
@media screen and (max-width: 740px) {
  .col2 .block .text_wrap.w65 {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .col2 .block .text_wrap {
    width: 100%;
  }
}
.col2 .block .text_wrap .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #927f3d;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .col2 .block .text_wrap .ttl {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
}
.col2.koritori .course_ttl, .col2.akasuri .course_ttl, .col2.utukushi .course_ttl {
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: solid 1px #6e6b60;
}
.col2.koritori .priceArea .cap:before, .col2.akasuri .priceArea .cap:before, .col2.utukushi .priceArea .cap:before {
  display: none;
}
.col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col3 .box {
  width: 48%;
}
@media screen and (max-width: 740px) {
  .col3 .box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.col3 .box .image {
  width: 100%;
  margin-bottom: 15px;
}
.col3 .box .image img {
  width: 100%;
}

.priceArea_wrap {
  padding: 60px 45px;
}
.priceArea_wrap.w50 {
  padding: 40px 30px;
}
.priceArea_wrap.w50 .col_subttl {
  margin-bottom: 20px;
}
.priceArea_wrap.w50 .inner .priceArea .priceBox li .menu {
  margin-bottom: 10px;
  padding: 7px 15px;
}
@media screen and (max-width: 740px) {
  .priceArea_wrap {
    padding: 5%;
  }
}
.priceArea_wrap .cap.pb10 {
  position: relative;
}
.priceArea_wrap .inner {
  padding: 30px;
  position: relative;
  background-color: #2d2d2d;
}
@media screen and (max-width: 740px) {
  .priceArea_wrap .inner {
    padding: 3%;
  }
}
.priceArea_wrap .inner .readtxt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
}

.priceArea {
  display: none;
}
.priceArea.dpb {
  display: block;
}
.priceArea.open {
  display: block;
}
.priceArea.open .priceBox li {
  width: 100%;
  margin-bottom: 5px;
}
.priceArea .course_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.priceArea .sonota {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .priceArea .sonota {
    font-size: 1.8rem;
  }
}

.priceBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.priceBox.course .menu {
  background-color: rgba(66, 66, 66, 0.9);
}
.priceBox.col3 li {
  width: 30%;
}
@media screen and (max-width: 740px) {
  .priceBox.col3 li {
    width: 100%;
    margin-bottom: 5px;
  }
}
.priceBox li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .priceBox li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.priceBox .menu {
  padding: 10px 15px;
  background-color: rgba(66, 66, 66, 0.9);
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .priceBox .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  .priceBox .menu .name {
    width: 100%;
  }
}
.priceBox .menu .price {
  color: #c4b171;
}
@media screen and (max-width: 820px) {
  .priceBox .menu .price {
    width: 100%;
  }
}
.priceBox .cap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 5px;
}
.priceBox .cap:before {
  content: "・";
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 740px) {
  .priceBox .cap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.serviceArea {
  position: relative;
  padding-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serviceArea .list {
  width: 52%;
}
@media screen and (max-width: 1080px) {
  .serviceArea .list {
    width: 100%;
    margin-bottom: 15px;
  }
}
.serviceArea .list li {
  margin-bottom: 10px;
}
.serviceArea .txt {
  width: 46%;
}
@media screen and (max-width: 1080px) {
  .serviceArea .txt {
    width: 100%;
  }
}/*# sourceMappingURL=facility.css.map */