.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* contents-top */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* contents06 */
  /* contents07 */
  /* contents08 */
  /* contents09 */
}

.cmshtml .link01 a {
  font-family: var(--title-font);
  font-size: 19px;
  color: #1a1a1a;
  line-height: var(--base-line-height-12);
  letter-spacing: 0.25em;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 17px;
  padding-left: 55px;
}

.cmshtml .link01 a:hover {
  opacity: 1;
}

.cmshtml .link01 a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  display: block;
  background: -moz-linear-gradient(0% 50% 0deg, #642b68 0%, #b560b4 100%);
  background: -webkit-linear-gradient(0deg, #642b68 0%, #b560b4 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #642b68), color-stop(1, #b560b4));
  background: -o-linear-gradient(0deg, #642b68 0%, #b560b4 100%);
  background: -ms-linear-gradient(0deg, #642b68 0%, #b560b4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#642B68', endColorstr='#B560B4' ,GradientType=0)";
  background: linear-gradient(90deg, #642b68 0%, #b560b4 100%);
}

.cmshtml .link01 a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 49px;
  height: 8px;
  transition: .5s;
}

.cmshtml .link01 a:hover::after {
  left: 10px;
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .box-mainslider {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .box-mainslider::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.cmshtml .box-mainslider .box img {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
}

.cmshtml .box-mainslider .rdslide img.rdimg {
	height: 100vh;
}


.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;
}

.cmshtml .main-img-top h2, .cmshtml .main-img-top h3, .cmshtml .main-img-top h4 {
  font-family: var(--title-font);
  color: var(--color-white);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.95);
}

.cmshtml .main-img-top h2 {
  font-size: 2vw;
}

.cmshtml .main-img-top h3 {
  font-size: 4vw;
  padding: 15px 0px 25px;
}

.cmshtml .main-img-top h4 {
  font-size: 1.5vw;
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  padding: 120px 0px;
}

.cmshtml .contents01 .box-inner {
  width: 1160px;
  max-width: 1160px;
  position: relative;
}

.cmshtml .contents01 .lay01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.cmshtml .contents01 .lay01 .box001 {
  margin-right: 20px;
}

.cmshtml .contents01 .lay02 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents01 .rdplaneinfo, .cmshtml .contents01 .news_text {
  overflow: auto;
}

.cmshtml .contents01 .rdNewInfoList_ez, .cmshtml .contents01 .news_text .rdnewArticle {
  height: 240px;
}

.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 .news_text .rdnewArticle .rdnewArticle-item {
  padding: 23px 10px;
  padding-right: 50px;
  border-top-style: solid;
  border-color: #b3b3b3;
  border-width: 1px;
  position: relative;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item::before, .cmshtml .contents01 .rdnewArticle .rdnewArticle-item::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 8px;
  width: 45px;
  height: 100%;
  transition: .5s;
  /*	display: none;*/
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item:hover::before, .cmshtml .contents01 .rdnewArticle .rdnewArticle-item:hover::before {
  right: 10px;
}

.cmshtml .contents01 .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 23px 10px;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-item {
  width: 252px;
  max-width: 252px;
  border-radius: 8px;
  padding: 15px;
  margin-right: 24px;
  margin-bottom: 30px;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-item:nth-child(4n) {
  margin-right: 0px;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
}

.cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents01 .news_text .rdnewArticle .rdnewArticle-contWrap, .cmshtml .contents01 .news_img .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents01 .news_img .rdnewArticle {
  align-items: stretch;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContDate, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContDate {
  width: 110px;
  max-width: 110px;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-ContDate {
  border-right-style: none;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContTitle, .cmshtml .contents01 .news_text .rdnewArticle .rdnewArticle-ContTitle {
  flex: 1;
  padding-left: 25px;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContDate, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContDate {
  font-family: var(--number-font2);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.cmshtml .contents01 .news_img .rdnewArticle .rdnewArticle-ContDate {
  color: #FFF;
  font-size: 15px;
  line-height: 1.2;
  background-color: #000;
  padding: 3px 15px;
  border-radius: 60px;
  display: inline-block;
  margin: 15px 0px 10px;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContTitle a, .cmshtml .contents01 .rdnewArticle .rdnewArticle-ContTitle a {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cmshtml .contents01 .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents01 .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents01 .news_text .rdnewArticle-thumbnail {
  display: none;
}

.cmshtml .contents01 .lay03 {
  width: 100%;
  max-width: 100%;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 10px;
}

.cmshtml .contents01 h2, .cmshtml .contents01 h3 {
  font-family: var(--title-font);
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: var(--base-weight);
}

.cmshtml .contents01 h2 {
  font-size: 40px;
}

.cmshtml .contents01 h3 {
  font-size: 22px;
  padding-top: 5px;
}

.cmshtml .contents01 h6 a {
  padding-bottom: 0px;
}

.cmshtml .contents01 h6 a::before {
  display: none;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents02 .box-inner {
  width: 100%;
  max-width: 100%;
  padding: 170px 0px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cmshtml .contents02 .box-detail {
  padding-top: 100px;
  width: 30%;
  max-width: 30%;
}

.cmshtml .contents02 .box-detail .lay01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.cmshtml .contents02 .box-detail .lay01::before {
  content: "";
  position: absolute;
  left: 300px;
  top: 0px;
  background-image: url("../../img/top/icon01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 120px;
  height: 100px;
  margin-top: -40px;
}

.cmshtml .contents02 .box-detail .lay01 .box001 {
  margin-right: 5px;
}

.cmshtml .contents02 .box-detail .lay03 {
  padding: 30px 0px;
}

.cmshtml .contents02 .box-img {
  position: relative;
  height: 60vw;
  min-height: 800px;
  width: 60%;
  max-width: 60%;
}

.cmshtml .contents02 .box-img .box {
  position: absolute;
}

.cmshtml .contents02 .box-img .b-img01 {
  top: 0px;
  right: 0px;
  width: 85%;
  max-width: 85%;
}

.cmshtml .contents02 .box-img .b-img03 {
  bottom: 22%;
  left: 0px;
  width: 40%;
  max-width: 40%;
}

.cmshtml .contents02 .box-img .b-img02 {
  bottom: 0px;
  left: 30%;
  width: 40%;
  max-width: 40%;
}

.cmshtml .contents02 h2, .cmshtml .contents02 h3, .cmshtml .contents02 h4 {
  font-family: var(--title-font);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.cmshtml .contents02 h2, .cmshtml .contents02 h3 {
  color: var(--color-main);
}

.cmshtml .contents02 h2 {
  font-size: 38px;
}

.cmshtml .contents02 h3 {
  font-size: 16px;
  padding-top: 5px;
}

.cmshtml .contents02 h4 {
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0.3em;
}

.cmshtml .contents02 .wc_textbox, .cmshtml .contents02 p {
  font-family: var(--title-font);
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.cmshtml .contents03, .cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents03 .box-inner, .cmshtml .contents05 .box-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents03 .lay01, .cmshtml .contents05 .lay01 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents03 .lay01 .box-img, .cmshtml .contents05 .lay01 .box-img {
  position: relative;
}

.cmshtml .contents03 .lay01 .box-img::before, .cmshtml .contents05 .lay01 .box-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  display: block;
}

.cmshtml .contents03 .lay01 .box-title, .cmshtml .contents05 .lay01 .box-title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cmshtml .contents03 .lay01 .box-title .inner, .cmshtml .contents05 .lay01 .box-title .inner {
  width: 80%;
  max-width: 80%;
}

.cmshtml .contents03 .lay01 h2 img {
  height: 260px;
  width: auto;
}

.cmshtml .contents05 .lay01 h2 img {
  height: 130px;
  width: auto;
}

.cmshtml .contents03 .lay01 h3, .cmshtml .contents05 .lay01 h3 {
  font-family: var(--title-font);
  color: var(--color-white);
  font-size: 32px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-top: 40px;
}

.cmshtml .contents03 .lay02 {
  width: 100%;
  max-width: 100%;
  padding: 180px 0px 120px;
  background-image: url("../../img/top/back01.png");
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 60% auto;
}

.cmshtml .lay-room01 {
  width: 90%;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 5%;
}

.cmshtml .lay-room01 .box-detail {
  width: 40%;
  max-width: 40%;
}

.cmshtml .lay-room01 .box-detail .box001 {
  padding-top: 40px;
  position: relative;
}

.cmshtml .lay-room01 .box-detail .box001::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/top/icon02.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 190px;
  height: 130px;
  margin-top: -50px;
  margin-right: -100px;
}

.cmshtml .lay-room01 .box-detail .box002 {
  padding: 70px 0px;
}

.cmshtml .lay-room01 .box-detail .box003 {
  text-align: right;
}

.cmshtml .lay-room01 .box-img {
  width: 55%;
  max-width: 55%;
}

.cmshtml .lay-room01 .box-img-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .lay-room01 .box-img-inner .b-img01 {
  width: 38%;
  max-width: 38%;
  padding-top: 430px;
}

.cmshtml .lay-room01 .box-img-inner .b-img02 {
  width: 60%;
  max-width: 60%;
}

.cmshtml .lay-room02 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 0px 15px;
  padding-top: 100px;
}

.cmshtml .lay-room02 .box {
  flex: 1;
}

.cmshtml .contents03 .wc_textbox, .cmshtml .contents03 p, .cmshtml .contents05 .wc_textbox, .cmshtml .contents05 p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents04 .box-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents04 .lay01 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents04 .lay01 .box-img {
  position: relative;
  width: 70%;
  max-width: 70%;
}

.cmshtml .contents04 .lay01 .box-img::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, white), color-stop(1, white));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}

.cmshtml .contents04 .lay01 .box-title {
  position: absolute;
  right: 0%;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cmshtml .contents04 .lay01 .box-title .inner {
  text-align: right;
  width: 85%;
  max-width: 85%;
}

.cmshtml .contents04 .lay01 h2 img {
  height: 200px;
  width: auto;
}

.cmshtml .contents04 .lay01 h3 {
  font-family: var(--title-font);
  font-size: 32px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-top: 40px;
  text-align: left;
  display: inline-block;
  position: relative;
}

.cmshtml .contents04 .lay01 h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon03.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 96px;
  height: 55px;
  margin-left: -30px;
  margin-top: -20px;
}

.cmshtml .contents04 .lay02 {
  width: 100%;
  max-width: 100%;
  padding: 80px 0px 120px;
  background-image: url("../../img/top/back01.png");
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 50% auto;
  position: relative;
}

.cmshtml .contents04 .lay02::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/top/back02.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 160px;
  height: 730px;
  z-index: -1;
  margin-top: -470px;
}

.cmshtml .lay-cuisine {
  width: 90%;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 5%;
}

.cmshtml .lay-cuisine .box-detail {
  width: 40%;
  max-width: 40%;
}

.cmshtml .lay-cuisine .box-detail .box001 {
  padding-top: 120px;
  position: relative;
}

.cmshtml .lay-cuisine .box-detail .box001::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50px;
  background-image: url("../../img/top/icon04.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 160px;
  height: 70px;
  margin-right: -70px;
}

.cmshtml .lay-cuisine .box-detail .box003 {
  text-align: right;
  padding-top: 70px;
}

.cmshtml .lay-cuisine .box-img {
  width: 55%;
  max-width: 55%;
}

.cmshtml .lay-cuisine .box-img-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .lay-cuisine .box-img-inner .b-img01 {
  width: 38%;
  max-width: 38%;
  padding-top: 430px;
}

.cmshtml .lay-cuisine .box-img-inner .b-img02 {
  width: 60%;
  max-width: 60%;
}

.cmshtml .contents04 .wc_textbox, .cmshtml .contents04 p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.cmshtml .contents05 .lay02 {
  width: 100%;
  max-width: 100%;
  padding: 170px 0px;
  background-image: url("../../img/top/back03.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 600px;
}

.cmshtml .lay-spring {
  position: relative;
  width: 85%;
  max-width: 85%;
}

.cmshtml .contents05 .box-img-inner {
  position: relative;
  width: 90%;
  max-width: 90%;
  height: 55vw;
  min-height: 850px;
}

.cmshtml .contents05 .box-img .box {
  position: absolute;
}

.cmshtml .contents05 .box-img .b-img01 {
  top: 0px;
  left: 0px;
  width: 32%;
  max-width: 32%;
}

.cmshtml .contents05 .box-img .b-img02 {
  bottom: 0%;
  left: 25%;
  width: 20%;
  max-width: 20%;
}

.cmshtml .contents05 .box-img .b-img03 {
  bottom: 10%;
  right: 0%;
  width: 20%;
  max-width: 20%;
}

.cmshtml .contents05 .box-detail {
  position: absolute;
  left: 0px;
  top: 70px;
  width: 100%;
  max-width: 100%;
  padding-left: 150px;
}

.cmshtml .contents05 .box-text {
  width: 580px;
  max-width: 580px;
  position: relative;
}

.cmshtml .contents05 .box-text::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/top/icon05.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 230px;
  height: 90px;
  margin-top: -50px;
  margin-right: -70px;
}

.cmshtml .contents05 .box-text .box003 {
  text-align: right;
  padding-top: 40px;
}

.cmshtml .contents06 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.cmshtml .contents06 .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 60px 0px 100px;
}

.cmshtml .contents06 .box-inner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 82%;
  display: block;
  background-color: #f4f4f4;
  z-index: -1;
}

.cmshtml .contents06 .lay02 {
  padding: 40px 0px 100px;
}

.cmshtml .contents06 .lay02 .box {
  padding: 0px 15px;
  opacity: 0.5;
  transition: opacity .5s linear;
}

.cmshtml .slide-plans .box.slick-current {
  opacity: 1;
}

.cmshtml .contents06 .lay02 .box .inner {
  background-color: #FFF;
  text-align: left;
}

.cmshtml .contents06 .lay02 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents06 .lay02 img {
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents06 .lay02 .box:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents06 .lay02 .box-detail {
  padding: 25px 20px;
  padding-bottom: 60px;
  position: relative;
}

.cmshtml .contents06 .lay02 .box003 {
  position: absolute;
  right: 20px;
  bottom: 25px;
}

.cmshtml .contents06 .lay02 h4, .cmshtml .contents06 .lay02 h6 {
  font-family: var(--title-font);
  color: #000;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cmshtml .contents06 .lay02 h4 {
  font-size: 19px;
  margin-bottom: 15px;
}

.cmshtml .contents06 .lay02 h6 {
  position: relative;
  padding-right: 40px;
}

.cmshtml .contents06 .lay02 h6::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 45px;
  height: 8px;
}

.cmshtml .contents06 .wc_textbox, .cmshtml .contents06 p {
  line-height: 1.6;
}

.cmshtml .contents06 .lay03 {
  width: 890px;
  max-width: 890px;
  position: relative;
}

.cmshtml .contents06 .lay03 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents06 .lay03 img {
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents06 .lay03:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents06 .lay03 .box-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.cmshtml .contents06 .lay03 .box-title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

.cmshtml .contents06 .lay03 h5, .cmshtml .contents06 .lay03 h6 {
  font-family: var(--title-font);
  color: var(--color-white);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.cmshtml .contents06 .lay03 h5 {
  font-size: 32px;
}

.cmshtml .contents06 .lay03 h6 {
  font-size: 18px;
  margin-top: 10px;
}

.cmshtml .contents06 h2, .cmshtml .contents06 h3 {
  font-family: var(--title-font);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.cmshtml .contents06 h2 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 40px;
}

.cmshtml .contents06 h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon06.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 39px;
  height: 32px;
  margin-top: -5px;
}

.cmshtml .contents06 h3 {
  font-size: 38px;
}

.cmshtml .contents07 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-image: url("../../img/top/img23.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cmshtml .contents07 .box-inner {
  width: 1160px;
  max-width: 1160px;
  padding: 100px 0px;
}

.cmshtml .contents07 .lay01 {
  margin-bottom: 50px;
}

.cmshtml .contents07 .lay02 {
  width: 100%;
  max-width: 100%;
  padding: 70px 50px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 0px;
}

.cmshtml .contents07 .lay02 .box {
  width: 230px;
  max-width: 230px;
}

.cmshtml .contents07 .lay02 .box:not(:last-child) {
  margin-right: 15px;
}

.cmshtml .contents07 h2, .cmshtml .contents07 h3 {
  font-family: var(--title-font);
  color: var(--color-white);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.cmshtml .contents07 h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.cmshtml .contents07 h3 {
  font-size: 48px;
  position: relative;
}

.cmshtml .contents07 h3::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: var(--color-white);
  display: block;
  margin: 0px auto;
  margin-top: 25px;
}

.cmshtml .contents08 {
  width: 100%;
  max-width: 100%;
  background-color: #f2f2f2;
}

.cmshtml .contents08 .box-inner {
  width: 1200px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 120px 0px 50px;
}

.cmshtml .contents08 .box-detail {
  position: relative;
  flex: 1;
}

.cmshtml .contents08 .box-detail::before {
  content: "";
  position: absolute;
  right: 400px;
  top: 0px;
  background-image: url("../../img/top/icon07.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100px;
  height: 85px;
  margin-top: -15px;
}

.cmshtml .contents08 .box-img {
  width: 450px;
  max-width: 450px;
}

.cmshtml .contents08 h2, .cmshtml .contents08 h3, .cmshtml .contents08 h4, .cmshtml .contents08 p, .cmshtml .contents08 .wc_textbox {
  font-family: var(--title-font);
  line-height: 1.2;
  letter-spacing: var(--base-letter-spacing);
  font-weight: 500;
}

.cmshtml .contents08 h2 {
  font-size: 16px;
}

.cmshtml .contents08 h3 {
  font-size: 22px;
  padding: 20px 0px;
}

.cmshtml .contents08 h4 {
  font-size: 38px;
}

.cmshtml .contents08 .wc_textbox {
  padding: 40px 0px 60px;
}

.cmshtml .contents08 .wc_textbox, .cmshtml .contents08 p {
  line-height: 2;
  font-size: 18px;
}

.cmshtml .contents09 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back04.png");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  text-align: center;
}

.cmshtml .contents09 .box-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0px;
}

.cmshtml .contents09 .box {
  width: 365px;
  max-width: 365px;
}

.cmshtml .contents09 .box:not(:last-child) {
  margin-right: 60px;
}

.cmshtml .contents09 h6 a {
  font-family: var(--title-font);
  font-size: 22px;
  color: var(--color-white);
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: var(--base-weight);
  display: block;
  border-style: solid;
  border-color: #FFF;
  border-width: 1px;
  padding: 20px 0px;
  position: relative;
}

.cmshtml .contents09 h6 a:hover {
  background-color: var(--color-white);
  color: var(--color-main);
  opacity: 1;
}

.cmshtml .contents09 h6 a::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 25px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 80px;
  height: 9px;
  margin-right: -30px;
  transition: .5s;
}

.cmshtml .contents09 h6 a:hover::before {
  margin-right: -40px;
}

.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 .box-mainslider::after {
	display: none;
}

#editView .cmshtml .box-mainslider .rdslide img.rdimg {
	height: auto;
}

#editView .cmshtml .main-img-top .box-text {
	width: 1280px;
	max-width: 1280px;
	height: auto;
}

#editView .cmshtml .main-img-top h2, #editView .cmshtml .main-img-top h3, #editView .cmshtml .main-img-top h4 {
color : var(--color-base);
text-shadow: 7px 7px 5px rgba(0,0,0,0);
}

#editView .cmshtml .contents01 .lay01 .box001 {
		width: 180px;
	max-width: 180px;
}

#editView .cmshtml .contents01 .lay01 .box002 {
	width: 100px;
	max-width: 100px;
}

#editView .cmshtml .contents01 .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents01 .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents01 .rdplaneinfo .rdNewInfoList_ez-item::before, #editView .cmshtml .contents01 .rdnewArticle .rdnewArticle-item::before {
	display: none;
}

#editView .cmshtml .contents01 .lay03 {
	width: 500px;
	max-width: 500px;
}

#editView .cmshtml .contents02 .box-inner {
	width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .contents02 .box-detail {
	width: 400px;
	max-width: 400px;
}

#editView .cmshtml .contents02 .box-detail .lay01::before {
	display: none;
}

#editView .cmshtml .contents02 .box-detail .lay01 .box001 {
	width: 200px;
	max-width: 200px;
}

#editView .cmshtml .contents02 .box-detail .lay01 .box002 {
	width: 100px;
	max-width: 100px;
}

#editView .cmshtml .contents02 .box-img {
		width: 850px;
	max-width: 850px;
	height: auto;
}

#editView .cmshtml .contents02 .box-img .b-img01 {
	width: 750px;
	max-width: 750px;
}

#editView .cmshtml .contents02 .box-img .b-img03 {
	width: 360px;
	max-width: 360px;
}

#editView .cmshtml .contents02 .box-img .b-img02 {
	width: 360px;
	max-width: 360px;
}

#editView .cmshtml .contents03 .lay01 .box-img::before, #editView .cmshtml .contents05 .lay01 .box-img::before {
	display: none;
}

#editView .cmshtml .contents03 .lay01 .box-title, #editView .cmshtml .contents05 .lay01 .box-title {
	height: auto;
}

#editView .cmshtml .contents03 .lay01 .box-title .inner, #editView .cmshtml .contents05 .lay01 .box-title .inner {
	width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .contents03 .lay01 h2, #editView .cmshtml .contents05 .lay01 h2 {
	background-color: var(--color-base);
display: inline-block;
}

#editView .cmshtml .contents03 .lay01 h3, #editView .cmshtml .contents05 .lay01 h3 {
	color: var(--color-base);
}


#editView .cmshtml .lay-room01 {
	width: 1280px;
	max-width: 1280px;
	padding-left: 0%;
}

#editView .cmshtml .lay-room01 .box-detail {
	width: 550px;
	max-width: 550px;
}

#editView .cmshtml .lay-room01 .box-detail .box001::before {
	display: none;
}

#editView .cmshtml .lay-room01 .box-img {
	width: 700px;
	max-width: 700px;
}

#editView .cmshtml .lay-room01 .box-img-inner .b-img01 {
	padding-top: 0px;
	width: 250px;
	max-width: 250px;
}

#editView .cmshtml .lay-room01 .box-img-inner .b-img02 {
	width: 410px;
	max-width: 410px;
}


#editView .cmshtml .lay-room02 {
	width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .lay-room02 .box {
	width: 230px;
	max-width: 230px;
}

#editView .cmshtml .contents04 .lay01 .box-img {
	width: 1000px;
	max-width: 1000px;
}

#editView .cmshtml .contents04 .lay01 .box-img::before {
	display: none;
}

#editView .cmshtml .contents04 .lay01 .box-title {
	height: auto;
}

#editView .cmshtml .contents04 .lay01 .box-title .inner {
	width: 1280px;
	max-width: 1280px;
	text-align: left;
}

#editView .cmshtml .contents04 .lay01 h3::before {
	display: none;
}

#editView .cmshtml .contents04 .lay02::before {
display: none;
}

#editView .cmshtml .lay-cuisine {
	width: 1280px;
	max-width: 1280px;
	padding-left: 0%;
}

#editView .cmshtml .lay-cuisine .box-detail {
	width: 550px;
	max-width: 550px;
}

#editView .cmshtml .lay-cuisine .box-detail .box001::before {
	display: none;
}

#editView .cmshtml .lay-cuisine .box-img {
	width: 700px;
	max-width: 700px;
}

#editView .cmshtml .lay-cuisine .box-img-inner .b-img01 {
	padding-top: 0px;
	width: 250px;
	max-width: 250px;
}

#editView .cmshtml .lay-cuisine .box-img-inner .b-img02 {
	width: 410px;
	max-width: 410px;
}

#editView .cmshtml .lay-spring {
	width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .contents05 .box-img-inner {
		width: 1280px;
	max-width: 1280px;
	height: auto;
}

#editView .cmshtml .contents05 .box-img .b-img01 {
	width: 410px;
	max-width: 410px;
}

#editView .cmshtml .contents05 .box-img .b-img02 {
	width: 250px;
	max-width: 250px;
}

#editView .cmshtml .contents05 .box-img .b-img03 {
	width: 250px;
	max-width: 250px;
}


#editView .cmshtml .contents05 .box-detail {
	padding-left: 0px;
}

#editView .cmshtml .contents05 .box-text::before {
	display: none;
}

#editView .cmshtml .contents06 .box-inner::before {
	display: none;
}

#editView .cmshtml .slide-plans {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

#editView .cmshtml .contents06 .lay02 .box {
	width: 370px;
	max-width: 370px;
	opacity: 1;
}

#editView .cmshtml .contents06 .lay02 .box-detail {
	padding-bottom: 25px;
}

#editView .cmshtml .contents06 .lay02 .box003 {
	padding-top: 20px;
}

#editView .cmshtml .contents06 .lay02 h6 {
	padding-right: 0px;
}

#editView .cmshtml .contents06 .lay02 h6::before {
	display: none;
}

#editView .cmshtml .contents06 .lay03 .box-img::before {
	display: none;
}

#editView .cmshtml .contents06 .lay03 h5, #editView .cmshtml .contents06 .lay03 h6 {
	color : var(--color-base);
	text-shadow: 0px 0px 10px rgba(0,0,0,0);
}


#editView .cmshtml .contents06 h2 {
	padding-left: 0px;
}

#editView .cmshtml .contents06 h2::before {
	display: none;
}

#editView .cmshtml .contents07 h3::after {
	display: none;
}

#editView .cmshtml .contents08 .box-detail {
	width: 700px;
	max-width: 700px;
}

#editView .cmshtml .contents08 .box-detail::before {
	display: none;
}

#editView .cmshtml .contents09 h6 a::before {
	display: none;
}


#editView .cmshtml .sp-view {
    display: inline-block;
}