@charset "UTF-8";
.cmshtml {
  /* CSS Document */
  /* link01 */
  /* contents-top */
  /* main-img-top */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* contents06 */
  /* contents07 */
  /* contents08 */
}

.cmshtml .link01 a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  min-width: 210px;
  padding: 20px 60px;
  border-radius: 60px;
  text-align: center;
  background-color: #4db198;
}

.cmshtml .contents03 .link01 a {
  font-size: 28px;
  min-width: 650px;
}

.cmshtml .contents04 .link01 a {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
}

.cmshtml .contents06 .link01 a {
  min-width: 260px;
}

.cmshtml .contents04 .box:nth-child(1) .link01 a {
  min-width: 340px;
  background-color: #22b573;
}

.cmshtml .link01 a:hover {
  opacity: 1;
  background-color: #09938d;
}

.cmshtml .link01 a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 22px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents03 .link01 a::after {
  right: 40px;
  background-size: auto 22px;
}

.cmshtml .link01 a:hover::after {
  right: 15px;
}

.cmshtml .contents03 .link01 a:hover::after {
  right: 30px;
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
  padding-top: 170px;
  background-color: #b1e5e5;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents-top-wrap {
  width: 100%;
  max-width: 100%;
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back01.png");
  background-position: center top 380px;
  background-repeat: no-repeat;
  background-size: auto 900px;
  padding-bottom: 100px;
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.cmshtml .main-img-top .box-img {
  width: 60%;
  max-width: 60%;
  border-radius: 80px 0px 0px 80px;
  overflow: hidden;
}

.cmshtml .main-img-top .box-img img {
  width: 100%;
  height: 640px;
}

.cmshtml .main-img-top .box-img .rdslide img.rdimg {
	height: 640px;
}


.cmshtml .main-img-top .box-text {
  position: relative;
  width: 400px;
  max-width: 400px;
  min-height: 640px;
}

.cmshtml .main-img-top .box-text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 48px;
  background-image: url("../../img/top/icon01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 130px;
  height: 200px;
  margin-left: -150px;
}

.cmshtml .main-img-top h2 {
  font-family: "Zen Maru Gothic", serif;
  color: #09938d;
  font-size: 46px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .cmshtml .main-img-top h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.cmshtml .contents01-wrap {
  width: 100%;
  max-width: 100%;
  background-color: #fdeed3;
  padding-bottom: 100px;
  background-image: url("../../img/page/back-contents02.png");
  background-position: center top 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.cmshtml .contents01-wrap .box-inner {
  width: 1160px;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.cmshtml .contents01-wrap .box-inner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon02.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 520px;
  height: 280px;
  margin-left: -120px;
  margin-top: -320px;
}

.cmshtml .contents01, .cmshtml .contents01-time {
  width: 555px;
  max-width: 555px;
  background-color: #FFF;
  border-radius: 30px;
  padding: 30px 25px;
}

.cmshtml .contents01-wrap .layout-time {
  padding: 0px 20px;
}

.cmshtml .contents01 .rdplaneinfo, .cmshtml .contents01 .news_text {
  overflow: auto;
  scrollbar-color: #e6e6e6 rgba(255, 255, 255, 0);
  padding: 0px 20px;
}

.cmshtml .contents01 .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents01 .news_text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 30px;
}

.cmshtml .contents01 .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents01 .news_text::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
}

.cmshtml .contents01 .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents01 .news_text::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #e6e6e6;
}

.cmshtml .contents01 .rdNewInfoList_ez, .cmshtml .contents01 .news_text .rdnewArticle {
  height: 260px;
}

.cmshtml .contents01 .rdnewArticle {
  padding: 0px;
  border-style: none;
}

.cmshtml .contents01 .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top-style: none;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents01 .rdnewArticle .rdnewArticle-item {
  padding: 18px 0px;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item:not(:last-child), .cmshtml .contents01 .rdnewArticle .rdnewArticle-item:not(:last-child) {
  border-bottom-style: dotted;
  border-color: #CCCCCC;
  border-width: 3px;
}

.cmshtml .contents01 .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 18px 0px;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents01 .news_text .rdnewArticle .rdnewArticle-contWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContDate, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContDate {
  width: 100px;
  max-width: 100px;
  position: relative;
  text-align: left;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContTitle, .cmshtml .contents01 .news_text .rdnewArticle .rdnewArticle-ContTitle {
  flex: 1;
  padding-left: 20px;
  text-align: left;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContDate, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContDate {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  font-weight: 500;
  color: #09938d;
  border-right-style: solid;
  border-color: #09938d;
  border-width: 1px;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContTitle a, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContTitle a {
  line-height: 1.6;
  font-weight: 500;
  display: block;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents01 .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents01 .news_text .rdnewArticle-thumbnail {
  display: none;
}

.cmshtml .contents01-wrap .box-title h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 10px 0px;
  text-align: center;
  border-radius: 60px;
  background-color: #4db198;
  margin-bottom: 15px;
}

.cmshtml .contents01 .box-link h6 {
  text-align: center;
  padding-top: 10px;
}

.cmshtml .contents01 .box-link h6 a {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  color: #09938d;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 10px 0px;
  text-align: center;
  border-radius: 8px;
  border-style: solid;
  border-color: #4db198;
  border-width: 2px;
  display: inline-block;
  width: 410px;
  max-width: 410px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right 25px center;
  background-repeat: no-repeat;
}

.cmshtml .contents01 .box-link h6 a:hover {
  color: #FFF;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right 15px center;
  background-color: #4db198;
  background-size: auto 15px;
  opacity: 1;
}

.cmshtml .box-timeguide {
  width: 100%;
  max-width: 100%;
  text-align: right;
  padding: 35px 20px 0px;
}

.cmshtml .box-timeguide h6, .cmshtml .box-timeguide h6 a {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 32px;
  color: #259f94;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
}

.cmshtml .box-timeguide h6 {
  position: relative;
}

.cmshtml .box-timeguide h6::before {
  content: "TEL";
  font-size: 22px;
}

.cmshtml .box-timeguide h6::after {
  content: "お問い合わせ";
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  padding: 8px 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  color: #09938d;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 60px;
  border-style: solid;
  border-color: #09938d;
  border-width: 2px;
  margin-top: -3px;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/icon-text04.svg");
  background-position: center bottom 55px;
  background-repeat: repeat-x;
  background-size: auto 26px;
  padding: 25px 0px 130px;
  background-color: #FFF;
}

.cmshtml .contents02 .box-inner {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/icon-text08.svg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 80px;
  padding-top: 80px;
}

.cmshtml .contents02 .lay01 {
  width: 680px;
  max-width: 680px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.cmshtml .contents02 .lay01::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon17.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 210px;
  height: 150px;
}

.cmshtml .contents02 .lay01::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/top/icon18.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 220px;
  height: 150px;
}

.cmshtml .contents02 .lay02 {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents02 .rdnewArticle {
  padding: 0px;
  border-style: none;
}

.cmshtml .contents02 .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top-style: none;
}

.cmshtml .contents02 .news_img .rdnewArticle .rdnewArticle-item {
  width: 262px;
  max-width: 262px;
  margin-right: 35px;
  margin-bottom: 30px;
}

.cmshtml .contents02 .news_img .rdnewArticle .rdnewArticle-item:nth-child(4n) {
  margin-right: 0px;
}

.cmshtml .contents02 .news_img .rdnewArticle .rdnewArticle-item .rdnewArticle-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.cmshtml .contents02 .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
  transition: .5s all;
}

.cmshtml .contents02 .news_img .rdnewArticle .rdnewArticle-item:hover img {
  transform: scale(1.1, 1.1);
  transition: .5s all;
}

.cmshtml .contents02 .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents02 .news_text .rdnewArticle .rdnewArticle-contWrap, .cmshtml .contents02 .news_img .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents02 .rdNewInfoList_ez-ContDate, .cmshtml .contents02 .rdnewArticle .rdnewArticle-ContDate {
  font-family: "M PLUS Rounded 1c", serif;
  color: #09938d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cmshtml .contents02 .rdNewInfoList_ez-ContTitle a, .cmshtml .contents02 .rdnewArticle .rdnewArticle-ContTitle a {
  line-height: 1.6;
  font-weight: 500;
}

.cmshtml .contents02 .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents02 .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents02 h2, .cmshtml .contents02 h3 {
  font-family: "Zen Maru Gothic", serif;
  color: #09938d;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.cmshtml .contents02 h2 {
  font-size: 22px;
}

.cmshtml .contents02 h3 {
  font-size: 52px;
  padding-top: 15px;
  position: relative;
}

.cmshtml .contents02 h3::after {
  content: "";
  display: block;
  margin: 0px auto;
  width: 110px;
  height: 1px;
  border-bottom-style: dotted;
  border-color: #4db198;
  border-width: 4px;
  padding-top: 20px;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-image: url("../../img/top/back02.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 80px;
}

.cmshtml .contents03 .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents03 .lay02 {
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
  position: relative;
  border-radius: 50px;
  margin-bottom: 50px;
  padding: 70px 60px;
  background-image: url("../../img/top/frame01b.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

.cmshtml .contents03 .lay02::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/frame01a.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 220px;
}

.cmshtml .box-guidance {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}

.cmshtml .box-guidance .box-img {
  width: 460px;
  max-width: 460px;
}

.cmshtml .box-guidance .box-detail {
  width: 550px;
  max-width: 550px;
}

.cmshtml .guidance .box {
  padding: 15px 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}

.cmshtml .guidance .box:not(:last-child) {
  border-bottom-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}

.cmshtml .guidance .box .box001 {
  width: 140px;
  max-width: 140px;
}

.cmshtml .guidance .box .box002 {
  flex: 1;
}

.cmshtml .contents03 h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 50px;
  color: #09938d;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 60px;
  padding-top: 80px;
  position: relative;
}

.cmshtml .contents03 h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon-text01.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 65px;
}

.cmshtml .box-guidance h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
  color: #09938d;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 10px 0px;
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: #d7f1f2;
}

.cmshtml .box-guidance h4 {
  font-family: "Zen Maru Gothic", serif;
  color: #09938d;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .contents03 .wc_textbox, .cmshtml .contents03 p {
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-image: url("../../img/top/back03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0px 140px;
}

.cmshtml .contents04 .box-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents04 .lay01 {
  width: 100%;
  max-width: 100%;
  min-height: 660px;
  padding-bottom: 80px;
  background-image: url("../../img/top/back04.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.cmshtml .contents04 .lay02 {
  width: 1160px;
  max-width: 1160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
  margin-bottom: 100px;
  position: relative;
}

.cmshtml .contents04 .lay02::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon06.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 170px;
  height: 80px;
  margin-right: -110px;
}

.cmshtml .contents04 .lay02 .box {
  width: 260px;
  max-width: 260px;
}

.cmshtml .contents04 .lay02 .box:not(:last-child) {
  margin-right: 35px;
}

.cmshtml .contents04 .lay03 {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cmshtml .contents04 .lay03::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon09.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 52%;
  height: 62px;
}

.cmshtml .contents04 .lay03 .box-img {
  width: 42%;
  max-width: 42%;
}

.cmshtml .contents04 .lay03 .box-img img {
  width: 100%;
  height: 640px;
  border-radius: 80px 0px 0px 80px;
}

.cmshtml .contents04 .lay03 .box-detail {
  width: 650px;
  max-width: 650px;
  position: relative;
  text-align: left;
  padding-right: 5%;
}

.cmshtml .contents04 .lay03 .box-detail::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 260px;
  background-image: url("../../img/top/icon08.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 200px;
  height: 150px;
  margin-left: -200px;
}

.cmshtml .contents04 .lay03 .box-detail .box001 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 50px;
}

.cmshtml .contents04 .lay03 .box-detail .box003 {
  padding-top: 60px;
  display: flex;
  justify-content: flex-start;
  gap: 0px 10px;
}

.cmshtml .contents04 h2, .cmshtml .contents04 h3, .cmshtml .contents04 h5 {
  font-family: "Zen Maru Gothic", serif;
  color: #09938d;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .contents04 h2 {
  font-size: 52px;
  letter-spacing: 0.15em;
  position: relative;
  margin-bottom: 40px;
  padding-top: 200px;
}

.cmshtml .contents04 h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon-text02.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 285px;
}

.cmshtml .contents04 h3 {
  font-size: 37px;
  color: #4db198;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 50px;
}

.cmshtml .contents04 h3::after, .cmshtml .contents04 .box-detail .box001::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon-text04.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 26px;
}

.cmshtml .contents04 .box-detail .box001::after {
  background-position: left bottom;
}

.cmshtml .contents04 h5 {
  font-size: 52px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}

.cmshtml .contents04 h5::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 30px;
  background-image: url("../../img/top/icon07.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 200px;
  height: 100px;
  margin-right: -140px;
}

.cmshtml .contents04 .wc_textbox, .cmshtml .contents04 p {
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .contents04 .lay03 .wc_textbox, .cmshtml .contents04 .lay03 p {
  line-height: 2;
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back05.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
}

.cmshtml .contents05 .box-inner {
  width: 1160px;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.cmshtml .contents05 .box-detail {
  width: 700px;
  max-width: 700px;
  position: relative;
}

.cmshtml .contents05 .box-detail::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 20px;
  background-image: url("../../img/top/icon10.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 490px;
  height: 130px;
}

.cmshtml .contents05 .box-img {
  width: 370px;
  max-width: 370px;
  text-align: center;
}

.cmshtml .contents05 .box-img img {
  border-radius: 50%;
}

.cmshtml .contents05 h2, .cmshtml .contents05 h3, .cmshtml .contents05 h5, .cmshtml .contents05 h6 {
  font-family: "Zen Maru Gothic", serif;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.cmshtml .contents05 h2, .cmshtml .contents05 h5 {
  font-size: 30px;
}

.cmshtml .contents05 h3 {
  font-size: 110px;
  padding: 10px 0px 30px;
}

.cmshtml .contents05 h5 {
  padding: 40px 0px 15px;
}

.cmshtml .contents05 h6 {
  font-size: 42px;
}

.cmshtml .contents05 .wc_textbox, .cmshtml .contents05 p {
  color: #FFF;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
}

.cmshtml .contents06 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back06.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cmshtml .contents06 .box-inner {
  width: 100%;
  max-width: 100%;
  padding: 250px 0px 160px;
  position: relative;
  background-image: url("../../img/top/icon12.svg");
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  background-size: auto 165px;
}

.cmshtml .contents06 .lay01 {
  width: 1360px;
  max-width: 1360px;
  height: 840px;
  position: relative;
}

.cmshtml .contents06 .lay01 .box {
  width: 356px;
  max-width: 356px;
  position: absolute;
}

.cmshtml .contents06 .lay01 .p01 {
  left: 0px;
  top: 0px;
}

.cmshtml .contents06 .lay01 .p02 {
  right: 0px;
  top: 0px;
}

.cmshtml .contents06 .lay01 .p03 {
  left: 70px;
  bottom: 0px;
}

.cmshtml .contents06 .lay01 .p04 {
  right: 70px;
  bottom: 0px;
}

.cmshtml .contents06 .lay01 .box-img img {
  border-radius: 50%;
}

.cmshtml .contents06 .lay01 .box-text {
  position: relative;
  margin-top: -60px;
}

.cmshtml .contents06 .lay02 {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0px;
  top: 20px;
  background-image: url("../../img/top/icon11.svg");
  background-position: center top 35px;
  background-repeat: no-repeat;
  background-size: auto 190px;
}

.cmshtml .contents06 .lay02 .box003 {
  position: relative;
}

.cmshtml .contents06 .lay02 .box003::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon13.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 280px;
  margin-top: -80px;
}

.cmshtml .contents06 .lay02 .box003 img {
  width: auto;
  height: 260px;
}

.cmshtml .contents06 .lay02 .box004 {
  position: relative;
  padding: 70px 0px 30px;
  margin-top: 30px;
}

.cmshtml .contents06 .lay02 .box004::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/text01.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 60px;
}

.cmshtml .contents06 .lay02 .box006 {
  width: 680px;
  max-width: 680px;
  background-color: #FFF;
  padding: 15px 35px;
  border-radius: 80px;
  margin-top: 70px;
}

.cmshtml .contents06 h2, .cmshtml .contents06 h3, .cmshtml .contents06 h2 {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .contents06 .lay01 h3 {
  font-size: 32px;
  color: #09938d;
  line-height: 1.5;
  display: inline;
  background-color: #FFF;
  padding: 6px 30px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 8px;
}

.cmshtml .contents06 .lay02 h2 {
  font-size: 52px;
  color: #09938d;
  position: relative;
  padding-top: 195px;
  padding-bottom: 40px;
}

.cmshtml .contents06 .lay02 h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon-text05.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 200px;
}

.cmshtml .contents06 .lay02 h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon-text06.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 22px;
}

.cmshtml .contents06 .lay02 h3 {
  font-size: 37px;
  color: #4db198;
  line-height: 1.4;
  padding: 30px 0px;
}

.cmshtml .contents06 .lay02 .box006 h6, .cmshtml .contents06 .lay02 .box006 h6 a {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 42px;
  color: #4db198;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cmshtml .contents06 .lay02 .box006 h6 {
  text-align: right;
  position: relative;
}

.cmshtml .contents06 .lay02 .box006 h6::before {
  content: "TEL";
  font-size: 28px;
}

.cmshtml .contents06 .lay02 .box006 h6::after {
  content: "お申し込みはこちら";
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  padding: 10px 15px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 19px;
  color: #09938d;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0em;
  background-color: #f2f2f2;
  border-radius: 60px;
}

.cmshtml .contents06 .wc_textbox, .cmshtml .contents06 p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}

.cmshtml .contents07 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back07.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  text-align: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #4db198;
  border-width: 35px;
}

.cmshtml .contents07 .box-inner {
  width: 1160px;
  max-width: 1160px;
  padding: 200px 0px 70px;
}

.cmshtml .contents07 .lay02, .cmshtml .contents07 .lay03 {
  background-color: #FFF;
  border-radius: 50px;
  border-style: solid;
  border-color: #998675;
  border-width: 2px;
  position: relative;
  padding: 80px 60px 50px;
}

.cmshtml .contents07 .lay02::after, .cmshtml .contents07 .lay03::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 0px;
  width: 50%;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 60px;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFF;
  font-size: 39px;
  margin-top: -30px;
  background-color: #998675;
}

.cmshtml .contents07 .lay02::after {
  content: "こんな子にオススメ";
}

.cmshtml .contents07 .lay03::after {
  content: "キャンペーン内容";
}

.cmshtml .contents07 .lay02::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0px;
  background-image: url("../../img/top/icon15.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 140px;
  width: 150px;
  height: 100%;
}

.cmshtml .contents07 .lay02 {
  margin-bottom: 70px;
  background-image: url("../../img/top/icon16.svg");
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: auto 200px;
}

.cmshtml .contents07 .lay02 .box-text {
  display: inline-block;
}

.cmshtml .contents07 .lay02 .box-text .box:not(:last-child) {
  margin-bottom: 20px;
}

.cmshtml .box-campaign {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .box-campaign .box {
  border-radius: 30px;
  padding: 25px;
  width: 490px;
  max-width: 490px;
}

.cmshtml .box-campaign .campaign01 {
  background-color: #f0f0f0;
  position: relative;
}

.cmshtml .box-campaign .campaign01::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(77, 177, 152, 0);
  border-left-color: #4db198;
  border-width: 30px;
  margin-top: -30px;
}

.cmshtml .box-campaign .campaign02 {
  background-color: #4db198;
}

.cmshtml .price .box-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .price .box-box:not(:last-child) {
  margin-bottom: 15px;
}

.cmshtml .price .box-box .box001 {
  flex: 1;
  text-align: left;
}

.cmshtml .price .box-box .box002 {
  width: 150px;
  max-width: 150px;
  text-align: right;
}

.cmshtml .price2 {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-left: 50px;
}

.cmshtml .price2::before {
  content: "合 計";
  position: absolute;
  left: 20px;
  top: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 60px;
  background-color: #4db198;
}

.cmshtml .box-campaigntime {
  margin-top: 40px;
  padding: 15px;
  border-radius: 15px;
  border-style: solid;
  border-color: #4db198;
  border-width: 2px;
}

.cmshtml .contents07 h2, .cmshtml .contents07 h3, .cmshtml .contents07 h4, .cmshtml .contents07 h5, .cmshtml .contents07 h6 {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cmshtml .contents07 h2 {
  position: relative;
  font-size: 52px;
  color: #09938d;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

.cmshtml .contents07 h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon-text07.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 120px;
  margin-top: -135px;
}

.cmshtml .contents07 h2::after {
  content: "";
  display: block;
  margin: 0px auto;
  width: 130px;
  height: 1px;
  border-bottom-style: dotted;
  border-color: #4db198;
  border-width: 4px;
  padding-top: 25px;
}

.cmshtml .contents07 .lay02 h3 {
  position: relative;
  font-size: 34px;
  color: #4db198;
  text-align: left;
  padding-left: 30px;
}

.cmshtml .contents07 .lay02 h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #4db198;
  border-radius: 50%;
}

.cmshtml .box-campaign h3 {
  font-size: 30px;
  color: #4db198;
  background-color: #FFF;
  padding: 10px 0px;
  border-radius: 60px;
  margin-bottom: 25px;
}

.cmshtml .campaign01 h4 {
  font-size: 20px;
  position: relative;
  padding-left: 15px;
}

.cmshtml .campaign01 h4::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #4d4d4d;
  border-radius: 50%;
}

.cmshtml .campaign01 h5 {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 22px;
  position: relative;
}

.cmshtml .campaign01 h5::before {
  content: "¥";
  font-size: 16px;
}

.cmshtml .campaign01 h5::after {
  content: "（税込）";
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
}

.cmshtml .campaign01 h6 {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 49px;
  color: #4db198;
  letter-spacing: 0em;
  position: relative;
}

.cmshtml .campaign01 h6::before {
  content: "¥";
  font-size: 35px;
}

.cmshtml .campaign01 h6::after {
  content: "（税込）";
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
}

.cmshtml .campaign02 h4, .cmshtml .campaign02 h5, .cmshtml .campaign02 h6 {
  color: #FFF;
}

.cmshtml .campaign02 h4 {
  font-size: 30px;
}

.cmshtml .campaign02 h5 {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 88px;
  letter-spacing: 0em;
  position: relative;
  display: inline-block;
}

.cmshtml .campaign02 h5::before {
  content: "¥";
  font-size: 62px;
}

.cmshtml .campaign02 h5::after {
  content: "（税込）";
  font-size: 30px;
  font-family: "Zen Maru Gothic", serif;
}

.cmshtml .campaign02 h6 {
  font-size: 18px;
  padding-top: 5px;
}

.cmshtml .box-campaigntime h6 {
  font-size: 36px;
  color: #09938d;
}

.cmshtml .contents08 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back08.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
}

.cmshtml .contents08 .box-inner {
  width: 1160px;
  max-width: 1160px;
  background-color: #FFF;
  border-radius: 40px;
  border-style: solid;
  border-color: #c69c6d;
  border-width: 2px;
  padding: 40px 90px 50px;
  position: relative;
}

.cmshtml .contents08 .box-inner::before {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 25px;
  background-image: url("../../img/top/icon19.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 350px;
  height: 220px;
}

.cmshtml .contents08 .lay02 {
  width: 730px;
  max-width: 730px;
  margin-bottom: 20px;
}

.cmshtml .contents08 h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  color: #4db198;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-image: url("../../img/top/icon-text09.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 82px;
  padding-top: 7px;
  text-align: center;
  margin-bottom: 30px;
}

.cmshtml .contents08 h6, .cmshtml .contents08 h6 a {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 45px;
  color: #4db198;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cmshtml .contents08 h6::before {
  content: "TEL";
  font-size: 28px;
}

.cmshtml .contents08 .wc_textbox, .cmshtml .contents08 p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.cmshtml .sp-view {
  display: none;
}

.cmshtml, .cmsbody {
  height: 100%;
}



#editView .cmshtml .contents-top .wc_inline-block {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .wc_static {
	position: static;
}

#editView .cmshtml .contents-top .wc_none {
	display: none;
}

#editView .cmshtml .contents-top .wc_block {
	display: block;
}

#editView .cmshtml .contents-top {
	padding-top: 0px;
}

#editView .cmshtml .main-img-top .box-img {
	width: 1100px;
	max-width: 1100px;
	border-radius: 0px;
	overflow: visible;
}

#editView .cmshtml .main-img-top .box-text {
	width: 1100px;
	max-width: 1100px;
	min-height: 0px;
}

#editView .cmshtml .main-img-top .box-text::before {
	display: none;
}

#editView .cmshtml .main-img-top .box-inner {
	flex-direction: column;
}

@media screen and (min-width: 767px) {
	#editView .cmshtml .main-img-top h2 {
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}
}

#editView .cmshtml .contents01-wrap .box-inner::before {
	display: none;
}

#editView .cmshtml .contents01 .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents01 .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .box-timeguide {
	text-align: center;
}

#editView .cmshtml .box-timeguide h6::before, #editView .cmshtml .box-timeguide h6::after {
	display: none;
}

#editView .cmshtml .contents02 .lay01::before, #editView .cmshtml .contents02 .lay01::after {
	display: none;
}

#editView .cmshtml .contents02 .news_img .rdnewArticle .rdnewArticle-item {
	margin-right: 25px;
}

#editView .cmshtml .contents02 .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents02 .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents03 .lay02::before {
	display: none;
}

#editView .cmshtml .guidance .box .box002 {
	width: 390px;
	max-width: 390px;
}

#editView .cmshtml .contents03 h2 {
	padding-top: 0px;
}

#editView .cmshtml .contents03 h2::before {
	display: none;
}

#editView .cmshtml .contents04 .lay02::before {
	display: none;
}

#editView .cmshtml .contents04 .lay02 .box:not(:last-child) {
	margin-right: 20px;
}

#editView .cmshtml .contents04 .lay03 {
	width: 1280px;
	max-width: 1280px;
	padding-left: 0%;
}

#editView .cmshtml .contents04 .lay03::before {
	display: none;
}

#editView .cmshtml .contents04 .lay03 .box-img {
	width: 600px;
	max-width: 600px;
margin-left: 20px;
}

#editView .cmshtml .contents04 .lay03 .box-img img {
	border-radius: 0px;
}

#editView .cmshtml .contents04 .lay03 .box-detail {
	padding-right: 90px;
}

#editView .cmshtml .contents04 .lay03 .box-detail::after {
	display: none;
}

#editView .cmshtml .contents04 .lay03 .box-detail .box001 {
	padding-bottom: 0px;
}

#editView .cmshtml .contents04 h2 {
	padding-top: 0px;
}

#editView .cmshtml .contents04 h2::before {
	display: none;
}

#editView .cmshtml .contents04 h3 {
	padding-bottom: 0px;
}

#editView .cmshtml .contents04 h3::after, #editView .cmshtml .contents04 .box-detail .box001::after {
	display: none;
}

#editView .cmshtml .contents04 h5::before {
	display: none;
}

#editView .cmshtml .contents05 .box-detail::before {
	display: none;
}

#editView .cmshtml .contents06 .box-inner {
	padding: 100px 0px;
}

#editView .cmshtml .contents06 .lay01 {
	width: 1280px;
	max-width: 1280px;
	height: auto;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

#editView .cmshtml .contents06 .lay01 .box {
	width: 310px;
	max-width: 310px;
}

#editView .cmshtml .contents06 .lay01 .box-text {
	margin-top: 0px;
}

#editView .cmshtml .contents06 .lay02 .box003::before {
	display: none;
}

#editView .cmshtml .contents06 .lay02 .box004 {
	padding-top: 0px;
}

#editView .cmshtml .contents06 .lay02 .box004::before {
	display: none;
}

#editView .cmshtml .contents06 .lay01 h3 {
	display: block;
}

#editView .cmshtml .contents06 .lay02 h2 {
	padding-top: 0px;
	padding-bottom: 0px;
}

#editView .cmshtml .contents06 .lay02 h2::before {
	display: none;
}

#editView .cmshtml .contents06 .lay02 h2::after {
	display: none;
}

#editView .cmshtml .contents06 .lay01 h3 {
	font-size: 30px;
}

#editView .cmshtml .contents06 .lay02 .box006 h6 {
	text-align: center;
}

#editView .cmshtml .contents06 .lay02 .box006 h6::before {
	display: none;
}

#editView .cmshtml .contents06 .lay02 .box006 h6::after {
	display: none;
}



#editView .cmshtml .contents07 .box-inner {
	padding: 70px 0px;
}

#editView .cmshtml .contents07 .lay02::after, #editView .cmshtml .contents07 .lay03::after {
	display: none;
}

#editView .cmshtml .contents07 .lay02::before {
	display: none;
}

#editView .cmshtml .price .box-box .box001 {
	width: 280px;
	max-width: 280px;
}

#editView .cmshtml .price2 {
	padding-left: 0px;
}

#editView .cmshtml .price2::before {
	display: none;
}

#editView .cmshtml .contents07 h2::before {
	display: none;
}

#editView .cmshtml .campaign01 h5::before {
	display: none;
}

#editView .cmshtml .campaign01 h5::after {
	display: none;
}

#editView .cmshtml .campaign01 h6::before {
	display: none;
}

#editView .cmshtml .campaign01 h6::after {
	display: none;
}

#editView .cmshtml .campaign02 h5::before {
	display: none;
}

#editView .cmshtml .campaign02 h5::after {
	display: none;
}

#editView .cmshtml .contents08 .box-inner::before {
	display: none;
}

#editView .cmshtml .contents08 h6::before {
	display: none;
}


#editView .cmshtml .sp-view {
    display: inline-block;
}