.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* contents-top */
  /* contents01 */
  /* contents02 */
  /* contentstop-wrap */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* contents06 */
  /* contents07 */
  /* contents08 */
  /* news */
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .box-mainslider {
  width: 100%;
  max-width: 100%;
}

.cmshtml .box-mainslider img {
  width: 100%;
  height: auto;
}

.cmshtml .main-img-top .box-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.cmshtml .main-img-top h2 {
  font-size: 3.2vw;
  line-height: 1.9;
  letter-spacing: 0.15em;
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: #FFF;
  padding-bottom: 10px;
  display: inline;
  border-bottom-style: dotted;
  border-color: #FFF;
  border-width: 5px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 1360px) {
  .cmshtml .main-img-top h2 {
    font-size: 52px;
  }
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents00 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents00 .box-img img {
  transition: .5s all;
}

.cmshtml .contents00 .box:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents-top-wrap {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top p, .cmshtml .contents-top .wc_textbox {
  font-weight: var(--base-weight2);
  letter-spacing: 0.05em;
  line-height: 2;
}

.cmshtml .box-title-top {
  text-align: center;
}

.cmshtml .box-title-top h2 {
  font-family: var(--number-font);
  font-weight: var(--base-weight3);
  color: var(--color-sub);
  font-size: 76px;
  line-height: 0.8;
  letter-spacing: 0.05em;
}

.cmshtml .box-title-top h3 {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: var(--color-base2);
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  padding-top: 10px;
}

.cmshtml .contents01 .box-title-top h2, .cmshtml .contents01 .box-title-top h3 {
  color: #FFF;
}

.cmshtml .contents-top .link01 a {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  font-size: var(--base-font-size);
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 20px 50px;
  padding-right: 60px;
  text-align: center;
  min-width: 230px;
  position: relative;
  border-radius: 60px;
  background-color: var(--color-main);
}

.cmshtml .contents-top .contents02 .link01 a, .cmshtml .contents-top .contents04 .lay04 .box:nth-child(1) .link01 a {
  background-color: var(--color-sub);
}

.cmshtml .contents-top .link01 a:hover, .cmshtml .contents-top .contents04 .lay04 .box:nth-child(1) .link01 a:hover {
  opacity: 1;
  background-color: var(--color-sub2);
}

.cmshtml .contents-top .link01 a::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 25px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents-top .link01 a:hover::before {
  right: 15px;
  background-image: url("../../img/common/link-arrow03.svg");
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.cmshtml .contents01 .box-inner {
  width: 1160px;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.cmshtml .contents01 .box-title-top {
  width: 280px;
  max-width: 280px;
}

.cmshtml .contents01 .box-news {
  width: 800px;
  max-width: 800px;
}

.cmshtml .contents01 .box-link {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 280px;
  max-width: 280px;
  text-align: center;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  background-color: rgba(242, 242, 242, 0.5);
  padding: 90px 0px 100px;
}

.cmshtml .contents02 .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents02 .lay01 {
  width: 890px;
  max-width: 890px;
  text-align: center;
  background-color: var(--color-sub2);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.cmshtml .contents02 .lay01::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(140, 98, 57, 0);
  border-top-color: #8c6239;
  border-width: 20px;
  margin-left: -20px;
}

.cmshtml .contents02 .lay02 {
  width: 1030px;
  max-width: 1030px;
  padding: 25px 0px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.cmshtml .contents02 .lay03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .contents02 .box-hours {
  width: 590px;
  max-width: 590px;
}

.cmshtml .contents02 .layout-time {
  box-shadow: 0px 0px 7px rgba(96, 56, 19, 0.05);
}

.cmshtml .contents02 .lay-map {
  width: 520px;
  max-width: 520px;
  text-align: center;
}

.cmshtml .contents02 .map-box, .cmshtml .contents02 .map-box iframe {
  width: 100%;
  height: 280px;
}

.cmshtml .contents02 .map-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border-style: solid;
  border-color: #FFF;
  border-width: 6px;
  box-shadow: 0px 0px 7px rgba(96, 56, 19, 0.05);
}

.cmshtml .contents02 .box-park {
  position: relative;
  background-color: #FFF;
  border-radius: 60px;
  width: 85%;
  max-width: 85%;
  margin: 0px auto;
  margin-top: -30px;
  padding: 20px;
}

.cmshtml .contents02 .box-link {
  padding-top: 20px;
}

.cmshtml .contents02 .lay01 h2, .cmshtml .contents02 .lay02 h3, .cmshtml .contents02 .box-park h5 {
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight);
  line-height: 1.2;
}

.cmshtml .contents02 .lay01 h2 {
  font-size: 28px;
  color: #FFF;
  letter-spacing: 0.05em;
}

.cmshtml .contents02 .lay02 h3, .cmshtml .contents02 .lay02 h4, .cmshtml .contents02 .lay02 h4 a, .cmshtml .contents02 .lay02 p, .cmshtml .contents02 .lay02 .wc_textbox {
  color: var(--color-sub2);
}

.cmshtml .contents02 .lay02 h3 {
  font-size: 44px;
  position: relative;
  display: inline-block;
  padding-left: 85px;
}

.cmshtml .contents02 .lay02 h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/common/icon-logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 80px;
  height: 65px;
  margin-top: -5px;
}

.cmshtml .contents02 .lay02 h4, .cmshtml .contents02 .lay02 h4 a {
  font-size: 42px;
  font-family: var(--number-font);
  font-weight: var(--base-weight2);
  letter-spacing: 0.1em;
}

.cmshtml .contents02 .lay02 h4 {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.cmshtml .contents02 .lay02 h4::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  background-image: url("../../img/top/icon-tel2.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 33px;
  height: 35px;
}

.cmshtml .contents02 .box-park h5 {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: var(--color-base2);
  font-weight: var(--base-weight2);
  position: relative;
  display: inline-block;
  padding-left: 50px;
}

.cmshtml .contents02 .box-park h5::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon-p.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 32px;
  height: 32px;
  margin-top: -3px;
}

.cmshtml .contentstop-wrap {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back02.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: auto 2600px;
  padding: 130px 0px;
}

.cmshtml .contentstop-wrap .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}

.cmshtml .contents03::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon01b.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 300px;
  height: 300px;
  margin-right: -190px;
  margin-bottom: -220px;
}

.cmshtml .contents03::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon01a.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -220px;
}

.cmshtml .contents03 .box {
  width: 360px;
  max-width: 360px;
  background-color: #FFF;
  border-style: solid;
  border-color: #ff9e78;
  border-width: 5px;
  padding: 25px;
  border-radius: 40px;
  position: relative;
}

.cmshtml .contents03 .treatment-c01 {
  border-color: var(--color-sub3);
}

.cmshtml .contents03 .treatment-c02 {
  border-color: var(--color-sub);
}

.cmshtml .contents03 .treatment-c03 {
  border-color: var(--color-main);
}

.cmshtml .contents03 .box-img img {
  height: 240px;
  width: auto;
}

.cmshtml .contents03 .box-text {
  padding-top: 20px;
}

.cmshtml .contents03 p, .cmshtml .contents03 .wc_textbox {
  color: var(--color-sub2);
  line-height: 1.6;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  padding: 120px 0px;
  position: relative;
}

.cmshtml .contents04 .box-img {
  position: absolute;
  right: 0px;
  bottom: 280px;
  width: 620px;
  max-width: 620px;
  margin-right: -100px;
}

.cmshtml .contents04 .box-detail {
  position: relative;
}

.cmshtml .contents04 .lay02 {
  padding: 25px 0px 60px;
}

.cmshtml .contents04 .lay04 {
  padding-top: 40px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0px 15px;
}

.cmshtml .contents04 h2 {
  font-family: var(--number-font);
  color: var(--color-sub);
  font-weight: var(--base-weight3);
  font-size: 120px;
  line-height: 0.9;
  letter-spacing: 0.05em;
  position: relative;
  margin-left: -20px;
}

.cmshtml .contents04 h3 {
  font-family: var(--title-font);
  color: var(--color-main);
  font-weight: var(--base-weight2);
  font-size: 38px;
  line-height: 2;
  letter-spacing: 0.1em;
  display: inline;
  border-bottom-style: dotted;
  border-color: var(--color-sub);
  border-width: 4px;
  padding-bottom: 10px;
}

.cmshtml .contents04 p, .cmshtml .contents04 .wc_textbox {
  letter-spacing: 0em;
  color: var(--color-base2);
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #fedf49;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 70px;
}

.cmshtml .contents05::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 38px;
  background-image: url("../../img/top/text01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 730px;
  height: 132px;
  transition: .5;
  margin-left: -30px;
}

.cmshtml .contents05::before {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 30px;
  background-image: url("../../img/common/link-arrow04.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 90px;
  height: 90px;
  transition: .5s;
}

.cmshtml .contents05:hover::before {
  right: 30px;
}

.cmshtml .contents05 .box-detail {
  padding-top: 60px;
  flex: 1;
}

.cmshtml .contents05 .box-img {
  width: 356px;
  max-width: 356px;
}

.cmshtml .contents05 h2, .cmshtml .contents05 h3 {
  font-family: var(--title-font);
  color: var(--color-sub2);
  font-weight: var(--base-weight2);
  letter-spacing: 0.2em;
}

.cmshtml .contents05 h2 {
  font-size: 55px;
  line-height: 1.6;
  display: inline;
  border-bottom-style: dotted;
  border-color: #FFF;
  border-width: 4px;
  padding-bottom: 5px;
}

.cmshtml .contents05 h3 {
  font-size: 22px;
  line-height: 1.4;
  padding-top: 25px;
  letter-spacing: 0em;
  font-weight: var(--base-weight3);
}

.cmshtml .contents06 {
  width: 1030px;
  max-width: 1030px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 90px;
}

.cmshtml .contents06 .box {
  width: 490px;
  max-width: 490px;
}

.cmshtml .contents07 {
  width: 1030px;
  max-width: 1030px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f29aa5;
  border-radius: 40px;
  padding: 50px 80px;
  position: relative;
  margin-top: 90px;
}

.cmshtml .contents07::before {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 30px;
  background-image: url("../../img/common/link-arrow06.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 90px;
  height: 90px;
  transition: .5s;
}

.cmshtml .contents07:hover::before {
  right: 30px;
}

.cmshtml .contents07 .box-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 15px;
  border-bottom-style: dotted;
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 4px;
  padding-bottom: 25px;
  padding-left: 110px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents07 .box-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  background-image: url("../../img/top/icon03a.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 110px;
  height: 60px;
}

.cmshtml .contents07 .box-title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  background-image: url("../../img/top/icon03b.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 350px;
  height: 250px;
  margin-top: -90px;
}

.cmshtml .contents07 h2, .cmshtml .contents07 h3, .cmshtml .contents07 h4 {
  font-family: var(--title-font);
  color: #FFF;
  font-weight: var(--base-weight2);
  letter-spacing: 0.2em;
}

.cmshtml .contents07 h2 {
  font-size: 55px;
  line-height: 1.2;
}

.cmshtml .contents07 h3 {
  font-family: var(--number-font);
  font-size: 26px;
  line-height: 0.9;
  padding-top: 10px;
  letter-spacing: 0.05em;
  font-weight: var(--base-weight3);
}

.cmshtml .contents07 h4 {
  font-size: 31px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 25px 0px 20px;
}

.cmshtml .contents07 p, .cmshtml .contents07 .wc_textbox {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.cmshtml .contents08 {
  width: 100%;
  max-width: 100%;
  padding: 100px 0px;
  background-color: #f2f2f2;
}

.cmshtml .contents08 .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents08 .box-news {
  padding-top: 50px;
  position: relative;
}

.cmshtml .contents08 .box-news::before {
  content: "";
  position: absolute;
  left: 150px;
  top: 0px;
  background-image: url("../../img/top/icon02.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 150px;
  height: 80px;
  margin-top: -30px;
}

.cmshtml .news_text {
  width: 100%;
  max-width: 100%;
}

.cmshtml .news_img {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top .rdplaneinfo, .cmshtml .news_text {
  overflow: auto;
  scrollbar-color: #FFF rgba(255, 255, 255, 0.2);
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #FFF;
}

.cmshtml .contents-top .rdNewInfoList_ez, .cmshtml .news_text .rdnewArticle {
  height: 260px;
}

.cmshtml .contents-top .rdnewArticle {
  padding: 0px;
  border-style: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top-style: none;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item {
  padding: 24px 35px;
  transition: .5s;
  position: relative;
  background-color: #FFF;
  border-radius: 80px;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:not(:last-child), .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:not(:last-child) {
  margin-bottom: 15px;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 30px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:hover::before, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:hover::before {
  right: 20px;
}

.cmshtml .contents-top .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 24px 35px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
  position: relative;
  padding: 0px;
  width: 260px;
  max-width: 260px;
  margin-right: 40px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/common/link-arrow05.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 45px;
  height: 45px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(4n) {
  margin-right: 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
  transition: .5s all;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-contWrap, .cmshtml .contents-top .news_img .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  gap: 30px 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  align-items: stretch;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  width: 120px;
  max-width: 120px;
  position: relative;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  border-right-style: none;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-ContTitle {
  flex: 1;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  font-family: var(--number-font);
  font-weight: var(--base-weight3);
  color: var(--color-main);
  line-height: 1.6;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  line-height: 1.2;
  font-size: 16px;
  padding: 15px 5px 8px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-contWrap {
  position: relative;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle a, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContTitle a {
  font-size: var(--base-font-size);
  color: var(--color-base2);
  font-weight: var(--base-weight2);
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContTitle a {
  padding: 0px 5px;
  font-size: 16px;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents-top .news_text .rdnewArticle-thumbnail {
  display: none;
}

.cmshtml #footer {
  background-color: #f2f2f2;
}

.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::before, #editView .cmshtml .contents-top .wc_none::after {
	display: none;
}

#editView .cmshtml .contents-top .wc_block {
	display: block;
}



#editView .cmshtml .main-img-top .box-inner {
	width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .box-mainslider {
    width: 1280px;
    max-width: 1280px;
   }

#editView .cmshtml .main-img-top .box-text {
    width: 1280px;
    max-width: 1280px;
height: auto;
}

#editView .cmshtml .main-img-top h2 {
 color: var(--color-base);
    text-shadow: 0px 0px 10px rgba(0,0,0,0);
    display: block;
    border-bottom-style :none;
    padding-bottom: 0px;
font-size: 52px;
}


#editView .cmshtml .contents-top .link01 a::before {
    display: none;
}

#editView .cmshtml .contents02 .lay02 .box-logo, #editView .cmshtml .contents02 .lay02 .box-address {
    width: 500px;
    max-width: 500px;
}

#editView .cmshtml .contents02 .layout-time {
     box-shadow: 0px 0px 7px rgba(96,56,19,0);
}

#editView .cmshtml .contents02 .map-box {
    overflow:visible;
    border-radius: 0px;
    border-style : none;
    box-shadow: 0px 0px 10px rgba(96,56,19,0);
}

#editView .cmshtml .contents02 .box-park {
     width: 100%;
    max-width: 100%;
    margin-top: 0px;
     border-radius: 0px;
}

#editView .cmshtml .contents02 .lay02 h3 {
  padding-left: 0px;
}

#editView .cmshtml .contents02 .lay02 h4 {
    padding-left: 0px;
}

#editView .cmshtml .contents02 .box-park h5 {
   padding-left: 0px;
}

#editView .cmshtml .contents04 .box-img {
    margin-right: 0px;
}

#editView .cmshtml .contents04 h2 {
margin-left: 0px;
}

#editView .cmshtml .contents04 h3 {
display: block;
    border-bottom-style : none;
    padding-bottom: 0px;
}

#editView .cmshtml .contents05 .box-detail {
    width: 620px;
    max-width: 620px;
    padding-top: 0px;
}

#editView .cmshtml .contents05 h2 {
 display: block;
    border-bottom-style : none;
    padding-bottom: 0px;
}

#editView .cmshtml .contents07 .box-title {
     padding-left: 0px;
}

#editView .cmshtml .contents07 .box-title .box001 {
    width: 280px;
    max-width: 280px;
}

#editView .cmshtml .contents07 .box-title .box002 {
    width: 150px;
    max-width: 150px;
}


#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents-top .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before, #editView .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
    display: none;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
	margin-right: 10px;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item::before {
    display: none;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:hover img {
	 transform:scale(1,1);
}


#editView .cmshtml .sp-view {
    display: inline-block;
}