@charset "UTF-8";
.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* contents-top */
  /* box-title */
  /* link01 */
  /* link02 */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* contents06 */
  /* contents07 */
  /* news */
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .main-img-top .mainslider img {
  width: 100%;
  height: auto;
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
  padding-top: 200px;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents-top .box-title-top {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.cmshtml .contents-top .box-title-top::after {
  content: "";
  display: block;
  margin: 0px auto;
  margin-top: 27px;
  width: 100px;
  height: 2px;
  background-color: var(--color-main);
}

.cmshtml .contents-top .contents03 .box-title-top::after, .cmshtml .contents-top .contents05 .box-title-top::after {
  display: none;
}

.cmshtml .contents-top .box-title-top h2 {
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight);
  color: var(--color-main);
  font-size: var(--base-font-size);
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.cmshtml .contents-top .box-title-top h3 {
  font-family: var(--title-font);
  font-weight: var(--base-weight);
  color: var(--color-base2);
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.cmshtml .contents-top .contents03 .box-title-top h2, .cmshtml .contents-top .contents03 .box-title-top h3 {
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 78, 54, 0.75);
}

.cmshtml .contents02 .box-img, .cmshtml .contents03 .box-img, .cmshtml .contents06 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .contents02 .box-img img, .cmshtml .contents03 .box-img img, .cmshtml .contents06 .box-img img {
  width: 100%;
  height: auto;
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents02 .box:hover .box-img img, .cmshtml .contents03 .box:hover .box-img img, .cmshtml .contents06 .box:hover .box-img img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
  z-index: -1;
}

.cmshtml .contents-top p, .cmshtml .contents-top .wc_textbox {
  font-weight: var(--base-weight2);
  letter-spacing: 0.05em;
  line-height: 2;
}

.cmshtml .contents-top .link01 a {
  font-size: 22px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: var(--color-sub2);
  font-weight: var(--base-weight2);
  display: inline-block;
  padding: 28px 0px;
  text-align: center;
  min-width: 350px;
  position: relative;
  border-radius: 80px;
}

.cmshtml .contents-top .link01 a:hover {
  opacity: 1;
  background-color: var(--color-main);
}

.cmshtml .contents-top .link01 a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 30px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents-top .link01 a:hover::after {
  right: 20px;
}

.cmshtml .contents-top .link02 {
  padding-right: 65px;
}

.cmshtml .contents-top .link02 a {
  font-size: 20px;
  color: var(--color-main);
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: var(--base-weight2);
  display: inline-block;
  padding: 18px 10px;
  text-align: center;
  position: relative;
  border-bottom-style: dotted;
  border-color: var(--color-main);
  border-width: 2px;
}

.cmshtml .contents-top .link02 a:hover {
  opacity: 1;
}

.cmshtml .contents-top .link02 a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 3px;
  background-image: url("../../img/common/link-arrow03.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 58px;
  width: 58px;
  height: 100%;
  transition: .5s;
  margin-right: -65px;
}

.cmshtml .contents-top .link02 a:hover::after {
  margin-right: -70px;
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents01 .box-inner {
  width: 1060px;
  max-width: 1060px;
  padding: 70px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .contents01 .box {
  width: 505px;
  max-width: 505px;
}

.cmshtml .contents01 .box img {
  border-radius: 20px;
}

.cmshtml .contents01 .banner01 .box-img {
  position: relative;
}

.cmshtml .contents01 .banner01 .box-img::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon01.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 190px;
  height: 280px;
  margin-left: -90px;
}

.cmshtml .contents02, .cmshtml .contents06 {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-image: url("../../img/common/back-contents.jpg");
  background-position: center top;
  background-repeat: repeat;
  text-align: center;
}

.cmshtml .contents02::before, .cmshtml .contents06::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 85px;
  background-image: url("../../img/common/back01a.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 35%;
  height: 200px;
}

.cmshtml .contents02 .box-inner-wrap, .cmshtml .contents06 .box-inner-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents02 .box-inner-wrap::before, .cmshtml .contents06 .box-inner-wrap::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 85px;
  background-image: url("../../img/common/back01b.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 25%;
  height: 330px;
}

.cmshtml .contents06 .box-inner-wrap::before {
  bottom: 60px;
  background-image: url("../../img/common/back01c.svg");
  width: 25%;
  height: 500px;
}

.cmshtml .contents02 .box-inner, .cmshtml .contents06 .box-inner {
  width: 1160px;
  max-width: 1160px;
  position: relative;
  padding: 90px 0px 100px;
}

.cmshtml .contents02 .lay01, .cmshtml .contents02 .lay02 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents02 .lay01 .box {
  width: 360px;
  max-width: 360px;
  margin-right: 40px;
  margin-bottom: 60px;
}

.cmshtml .contents02 .lay01 .box:nth-child(3n) {
  margin-right: 0px;
}

.cmshtml .contents02 .lay02 .box {
  width: 550px;
  max-width: 550px;
  margin-right: 60px;
  margin-bottom: 60px;
}

.cmshtml .contents02 .lay02 .box:nth-child(2n) {
  margin-right: 0px;
}

.cmshtml .box-fukidashi {
  position: relative;
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 15px;
}

.cmshtml .plan01 .box-fukidashi {
  background-color: var(--color-sub3);
}

.cmshtml .plan02 .box-fukidashi {
  background-color: var(--color-sub);
}

.cmshtml .plan03 .box-fukidashi {
  background-color: var(--color-sub4);
}

.cmshtml .plan04 .box-fukidashi {
  background-color: var(--color-sub5);
}

.cmshtml .plan05 .box-fukidashi {
  background-color: var(--color-sub6);
}

.cmshtml .box-fukidashi::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-left: -20px;
}

.cmshtml .plan01 .box-fukidashi::after {
  border-top-color: var(--color-sub3);
}

.cmshtml .plan02 .box-fukidashi::after {
  border-top-color: var(--color-sub);
}

.cmshtml .plan03 .box-fukidashi::after {
  border-top-color: var(--color-sub4);
}

.cmshtml .plan04 .box-fukidashi::after {
  border-top-color: var(--color-sub5);
}

.cmshtml .plan05 .box-fukidashi::after {
  border-top-color: var(--color-sub6);
}

.cmshtml .box-plan {
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 78, 54, 0.05);
}

.cmshtml .box-detail-wrap {
  padding: 15px;
  min-height: 610px;
}

.cmshtml .box-detail-wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px;
}

.cmshtml .box-detail-wrap2 .box-img {
  width: 240px;
  max-width: 240px;
}

.cmshtml .box-detail-wrap2 .box-detail {
  width: 250px;
  max-width: 250px;
}

.cmshtml .contents02 .box-title {
  padding: 20px 0px;
  border-bottom-style: dotted;
  border-color: rgba(0, 78, 54, 0.5);
  border-width: 3px;
  margin-bottom: 25px;
}

.cmshtml .contents02 .box-detail-wrap2 .box-title {
  margin-bottom: 0px;
  border-bottom-style: none;
  padding: 10px 0px;
}

.cmshtml .box-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 5px;
}

.cmshtml .box-price:not(:last-child) {
  margin-bottom: 12px;
}

.cmshtml .box-price .box001 {
  width: 105px;
  max-width: 105px;
}

.cmshtml .box-price .box002 {
  width: 190px;
  max-width: 190px;
  text-align: left;
  position: relative;
}

.cmshtml .box-detail-wrap2 .box-price .box002 {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
}

.cmshtml .box-detail-wrap2 .box-price .box002::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 45px;
  height: 65px;
}

.cmshtml .plan04 .box-detail-wrap2 .box-price .box002::before {
  background-image: url("../../img/top/price01.svg");
}

.cmshtml .plan05 .box-detail-wrap2 .box-price .box002::before {
  background-image: url("../../img/top/price02.svg");
}

.cmshtml .box-flow {
  background-color: var(--color-back01);
  padding: 20px 15px;
}

.cmshtml .contents02 .box-link {
  text-align: center;
  padding-top: 30px;
}

.cmshtml .contents02 h4 {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #FFF;
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
}

.cmshtml .contents02 .box-title h5 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: var(--base-weight3);
  border-style: solid;
  border-width: 2px;
  padding: 8px;
  border-radius: 60px;
  margin-bottom: 15px;
}

.cmshtml .plan01 .box-title h5 {
  color: var(--color-sub3);
  border-color: var(--color-sub3);
}

.cmshtml .plan02 .box-title h5 {
  color: var(--color-sub);
  border-color: var(--color-sub);
}

.cmshtml .plan03 .box-title h5 {
  color: var(--color-sub4);
  border-color: var(--color-sub4);
}

.cmshtml .plan04 .box-title h5 {
  color: var(--color-sub5);
  border-color: var(--color-sub5);
}

.cmshtml .plan05 .box-title h5 {
  color: var(--color-sub6);
  border-color: var(--color-sub6);
}

.cmshtml .contents02 .box-price h5 {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #FFF;
  font-weight: var(--base-weight3);
  padding: 8px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cmshtml .contents02 .plan01 .box-price h5 {
  background-color: var(--color-sub3);
}

.cmshtml .contents02 .plan02 .box-price h5 {
  background-color: var(--color-sub);
}

.cmshtml .contents02 .plan03 .box-price h5 {
  background-color: var(--color-sub4);
}

.cmshtml .contents02 .plan04 .box-price h5 {
  background-color: var(--color-sub5);
}

.cmshtml .contents02 .plan05 .box-price h5 {
  background-color: var(--color-sub6);
}

.cmshtml .contents02 .box .price02 h5 {
  color: var(--color-base);
  background-color: #FFF;
  border-style: solid;
  border-color: var(--color-base);
  border-width: 1px;
}

.cmshtml .contents02 .box-price h6 {
  font-size: 50px;
  line-height: 0.9;
  font-family: var(--number-font);
  font-weight: var(--base-weight3);
}

.cmshtml .contents02 .plan01 .box-price h6 {
  color: var(--color-sub3);
}

.cmshtml .contents02 .plan02 .box-price h6 {
  color: var(--color-sub);
}

.cmshtml .contents02 .plan03 .box-price h6 {
  color: var(--color-sub4);
}

.cmshtml .contents02 .plan04 .box-price h6 {
  color: var(--color-sub5);
}

.cmshtml .contents02 .plan05 .box-price h6 {
  color: var(--color-sub6);
}

.cmshtml .contents02 .box .price02 h6 {
  color: var(--color-base);
  font-size: 35px;
}

.cmshtml .contents02 .box-price h6::after {
  content: "万円";
  font-family: var(--base-font);
  font-size: 25px;
}

.cmshtml .contents02 .box .price02 h6::after {
  font-size: 18px;
}

.cmshtml .contents02 p, .cmshtml .contents02 .wc_textbox {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: var(--base-weight2);
}

.cmshtml .contents02 .box-price p, .cmshtml .contents02 .box-price .wc_textbox {
  line-height: 1.2;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  padding: 100px 0px 120px;
  background: rgba(242, 242, 242, 0.5);
  text-align: center top;
  background-image: url("../../img/top/back02.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.cmshtml .contents03 .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents03 .box-title-top {
  background-image: url("../../img/common/title-back01.svg");
  background-position: center bottom 15px;
  background-repeat: no-repeat;
  background-size: auto 35px;
}

.cmshtml .hall-list:not(:last-child) {
  margin-bottom: 90px;
}

.cmshtml .contents03 .box-title {
  margin-bottom: 40px;
}

.cmshtml .contents03 .box-text {
  margin-bottom: 40px;
  text-align: center;
}

.cmshtml .contents03 .box-hall {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents03 .box-hall .box {
  width: 360px;
  max-width: 360px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
  margin-right: 40px;
}

.cmshtml .contents03 .box-hall .box:nth-child(3n) {
  margin-right: 0px;
}

.cmshtml .contents03 .box-hall .box::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background-color: var(--color-back01);
  border-radius: 10px 0px 0px 0px;
}


.cmshtml .contents03 .box a {
	position: relative;
display: block;
}

.cmshtml .contents03 .box a::before {
	content: "";
	position: absolute;
right: 15px;
bottom: 16px;
	background-image: url("../../img/common/link-arrow02.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 20px;
	height: 15px;
}


.cmshtml .contents03 .box-detail {
  padding: 20px 25px;
  position: relative;
}


.cmshtml .contents03 .box-box {
  position: relative;
  padding-left: 25px;
}

.cmshtml .contents03 .box-box:not(:last-child) {
  margin-bottom: 10px;
}

.cmshtml .contents03 .h-access01::before, .cmshtml .contents03 .h-access02::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 18px;
  height: 20px;
}

.cmshtml .contents03 .h-access01::before {
  background-image: url("../../img/top/icon01.svg");
}

.cmshtml .contents03 .h-access02::before {
  background-image: url("../../img/top/icon02.svg");
}

.cmshtml .contents03 h4 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  background-color: #FFF;
  position: relative;
  text-align: center;
  padding: 17px;
  font-family: var(--title-font);
  color: var(--color-main);
  font-weight: var(--base-weight2);
  background-image: url("../../img/common/title-back02.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 0;
}

.cmshtml .contents03 h4::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border-style: solid;
  border-color: var(--color-sub);
  border-width: 1px;
  z-index: -1;
}

.cmshtml .contents03 h5 {
  color: var(--color-sub);
  font-weight: var(--base-weight3);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.cmshtml .contents03 h5::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  display: block;
  background-color: var(--color-sub);
  width: 12px;
  height: 12px;
}

.cmshtml .contents03 p, .cmshtml .contents03 .wc_textbox {
  line-height: 1.4;
}

.cmshtml .contents03 .box-text p, .cmshtml .contents03 .box-text .wc_textbox {
  font-weight: var(--base-weight2);
  font-size: 30px;
  color: #FFF;
  letter-spacing: 0.1em;
}

.cmshtml .h-access02 p, .cmshtml .h-access02 .wc_textbox {
  font-family: var(--number-font);
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back03b.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cmshtml .contents04::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/top/back03a.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 40%;
  height: 100%;
}

.cmshtml .contents04 .box-inner {
  width: 1060px;
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 130px;
  position: relative;
}

.cmshtml .contents04 .box-text {
  width: 260px;
  max-width: 260px;
}

.cmshtml .contents04 .box-detail {
  width: 700px;
  max-width: 700px;
  padding-top: 200px;
}

.cmshtml .contents04 .lay02 {
  padding: 15px 0px 40px;
}

.cmshtml .contents04 .lay04 {
  padding-top: 30px;
  text-align: right;
}

.cmshtml .contents04 h3, .cmshtml .contents04 h4 {
  color: var(--color-main);
  letter-spacing: 0.2em;
}

.cmshtml .contents04 h3 {
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight);
  font-size: var(--base-font-size);
  line-height: 1.2;
}

.cmshtml .contents04 h4 {
  font-size: 38px;
  line-height: 1.6;
  font-family: var(--title-font);
  font-weight: var(--base-weight);
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
  background-color: var(--color-back01);
  padding: 80px 0px;
}

.cmshtml .contents05 .box-inner {
  width: 1140px;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.cmshtml .contents05 .box-title-top {
  flex: 1;
  text-align: left;
  padding-top: 10px;
}

.cmshtml .contents05 .box-detail {
  width: 800px;
  max-width: 800px;
}

.cmshtml .contents05 .box-link {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.cmshtml .contents06 .box-detail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents06 .box {
  width: 265px;
  max-width: 265px;
  margin-right: 33px;
  margin-bottom: 50px;
  text-align: left;
  /*    margin-right: 15px;*/
}

.cmshtml .contents06 .box:nth-child(4n) {
  margin-right: 0px;
}

.cmshtml .contents06 .box-img {
  margin-bottom: 15px;
}

.cmshtml .contents06 h4 {
  color: var(--color-main);
  font-weight: var(--base-weight3);
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.cmshtml .contents06 h4::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  display: block;
  background-color: var(--color-main);
  width: 10px;
  height: 10px;
}

.cmshtml .contents06 p, .cmshtml .contents06 .wc_textbox {
  line-height: 1.6;
}

.cmshtml .contents07 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cmshtml .contents07 .box-inner {
  width: 1160px;
  max-width: 1160px;
  padding: 80px 0px;
}

.cmshtml .contents07 .lay01, .cmshtml .contents07 .lay02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 0px;
}

.cmshtml .contents07 .lay01 {
  margin-bottom: 30px;
}

.cmshtml .contents07 .lay01 .box {
  width: 360px;
  max-width: 360px;
  margin-right: 35px;
}

.cmshtml .contents07 .lay01 .box:nth-child(3n) {
  margin-right: 0px;
}

.cmshtml .contents07 .lay02 .box {
  width: 550px;
  max-width: 550px;
  margin-right: 50px;
}

.cmshtml .contents07 .lay02 .box:nth-child(2n) {
  margin-right: 0px;
}

.cmshtml .contents07 h6 a {
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-sub);
  font-weight: var(--base-weight2);
  background-color: #FFF;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: auto 75%;
}

.cmshtml .contents07 .li01 h6 a {
  background-image: url("../../img/top/icon-link01.svg");
}

.cmshtml .contents07 .li02 h6 a {
  background-image: url("../../img/top/icon-link02.svg");
}

.cmshtml .contents07 .li03 h6 a {
  background-image: url("../../img/top/icon-link03.svg");
}

.cmshtml .contents07 .li04 h6 a {
  background-image: url("../../img/top/icon-link04.svg");
}

.cmshtml .contents07 .li05 h6 a {
  background-image: url("../../img/top/icon-link05.svg");
}

.cmshtml .contents07 .lay01 h6 a {
  font-size: 23px;
  height: 125px;
  padding-left: 75px;
}

.cmshtml .contents07 .lay02 h6 a {
  font-size: 30px;
  height: 170px;
  padding-left: 85px;
}

.cmshtml .contents07 h6 a::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow05.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 32px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents07 .lay02 h6 a::before {
  background-size: auto 42px;
  width: 42px;
}

.cmshtml .contents07 h6 a:hover::before {
  left: 35px;
}

.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: #ccc #FFF;
}

.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: #FFF;
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #ccc;
}

.cmshtml .contents-top .rdNewInfoList_ez, .cmshtml .news_text .rdnewArticle {
  height: 250px;
}

.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: 23px;
  transition: .5s;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow04.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: 15px;
}

.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 .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 23px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
  padding: 0px;
  width: 350px;
  max-width: 350px;
  margin-right: 55px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(3n) {
  margin-right: 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.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: 115px;
  max-width: 115px;
  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;
  padding-left: 20px;
}

.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-weight2);
  color: var(--color-sub);
  line-height: 1.6;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  line-height: 1.2;
  padding: 20px 5px 5px;
  width: 100%;
  max-width: 100%;
  color: var(--color-base);
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle a, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContTitle a {
  font-size: var(--base-font-size);
  color: var(--color-base);
  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: var(--base-font-size);
}

.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 .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 .contents-top {
     padding-top: 0px;
}

#editView .cmshtml .contents-top .box-title-top::after {
    display: none;
}


#editView .cmshtml .contents02 .box:hover .box-img img, #editView .cmshtml .contents03 .box:hover .box-img img, #editView .cmshtml .contents06 .box:hover .box-img img {
	 transform:scale(1,1);
    z-index: 0;
}

#editView .cmshtml .contents-top .link01 a::after {
    display: none;
}

#editView .cmshtml .contents-top .link02 {
     padding-right: 0px;
}

#editView .cmshtml .contents-top .link02 a::after {
    display: none;
}

#editView .cmshtml .contents02 .lay01 .box {
    margin-right: 20px;
}

#editView .cmshtml .contents02 .lay02 .box {
     margin-right: 20px;
}

#editView .cmshtml .box-detail-wrap {
    min-height: 0px;
}

#editView .cmshtml .box-detail-wrap2 {
     min-height: 0px;
}

#editView .cmshtml .box-price {
    padding: 0px;
}

#editView .cmshtml .contents03 .box-hall .box {
	margin-right: 20px;
}

#editView .cmshtml .contents03 .box-box {
     padding-left: 0px;
}

#editView .cmshtml .contents03 h5 {
     padding-left: 0px;
}

#editView .cmshtml .contents05 .box-title-top {
    width: 250px;
	max-width: 250px;
}

#editView .cmshtml .contents05 .box-link {
	 width: 250px;
	max-width: 250px;
}


#editView .cmshtml .contents06 .box {
     margin-right: 15px;
}

#editView .cmshtml .contents06 h4 {
    padding-left: 0px;
}


#editView .cmshtml .contents07 .lay01 .box {
    margin-right: 20px;
}

#editView .cmshtml .contents07 .lay02 .box {
   margin-right: 20px;
}

#editView .cmshtml .contents07 h6 a {
padding-top: 50px;
}

#editView .cmshtml .contents07 .lay01 h6 a, #editView .cmshtml .contents07 .lay02 h6 a {
   padding-left: 30px;
}

#editView .cmshtml .contents07 h6 a::before {
     display: none;
}


#editView .cmshtml .contents-top .news_img {
	width: 1200px;
	max-width: 1200px;
}

#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 .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents-top .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
	margin-right: 20px;
}

#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate::after, #editView .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate::after {
	 display: none;
}

#editView .cmshtml .sp-view {
    display: inline-block;
}