@charset "UTF-8";
.group_link_box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

em, i {
  font-style: normal;
}

.sp_on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_on {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc_on {
    display: none;
  }
}

.c_green {
  color: #00913a;
}

.c_purple {
  color: #9166a9;
}

ul {
  padding-left: 0;
  list-style: none;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.ttl {
  font-size: 34px;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 20px 5px;
  background: #000;
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 25px;
    padding: 10px 5px;
  }
}

.en_txt {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.link_box {
  text-align: center;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .link_box {
    padding: 15px 0;
  }
}
.link_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  padding: 15px 25px 25px;
  background: url(../img/frame_green.webp) center/100% 100% no-repeat;
  position: relative;
}
.link_box a::after {
  content: "";
  display: inline-block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  translate: -50% 0;
}

.illumination2025 {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.2em;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .illumination2025 {
    font-size: 15px;
  }
}
.illumination2025 .bg_area {
  background-image: -webkit-gradient(linear, left top, right top, from(#00913a), to(#9166a9));
  background-image: linear-gradient(to right, #00913a, #9166a9);
}
@media screen and (max-width: 767px) {
  .illumination2025 .bg_area {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.illumination2025 .container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .illumination2025 .container {
    max-width: 100%;
  }
}
.illumination2025 .container .inner_box {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .illumination2025 .container .inner_box {
    max-width: 355px;
  }
}
.illumination2025 .container .about_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .illumination2025 .container .about_area dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.illumination2025 .container .about_area dl dt {
  background: #9166a9;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px;
  line-height: 1;
  width: 15%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .illumination2025 .container .about_area dl dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.illumination2025 .container .about_area dl dd {
  width: 85%;
  margin-left: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .illumination2025 .container .about_area dl dd {
    width: 100%;
  }
}
.illumination2025 .container .about_area p {
  text-align: center;
}

.anchor_list_box {
  background: #00913a;
}
.anchor_list_box .anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 0;
  gap: 20px 35px;
}
@media screen and (max-width: 767px) {
  .anchor_list_box .anchor_list {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 10px;
    gap: 5px;
  }
}
.anchor_list_box .anchor_list li {
  line-height: 1;
  text-align: center;
  letter-spacing: inherit;
}
.anchor_list_box .anchor_list li a {
  position: relative;
  background: url(../img/frame_black.webp) center/100% 100% no-repeat;
  color: #fff;
  padding: 0 5px;
  width: 100%;
  height: 100%;
  padding: 40px 10px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .anchor_list_box .anchor_list li a {
    font-size: 15px;
  }
}
.anchor_list_box .anchor_list li a::after {
  content: "";
  display: inline-block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: 25px;
  left: 50%;
  translate: -50% 0;
}
.anchor_list_box .anchor_list li a .d_block {
  display: block;
}

.concept_block {
  padding: 300px 0 170px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .concept_block {
    padding: 110px 15px;
  }
}
.concept_block::before {
  content: "";
  position: absolute;
  width: 398px;
  height: 675px;
  bottom: 0;
  left: 12vw;
  background: url(../img/concept_bg02_pc.webp) center/100% 100% no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .concept_block::before {
    width: 312px;
    height: 356px;
    bottom: 50px;
    left: 5vw;
    background: url(../img/concept_bg02_sp.webp) center/100% 100% no-repeat;
  }
}
.concept_block::after {
  content: "";
  position: absolute;
  width: 100vw;
  background: url(../img/concept_bg01_pc.webp) center/100% 100% no-repeat;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .concept_block::after {
    background: url(../img/concept_bg01_sp.webp) center/95% 95% no-repeat;
  }
}
.concept_block .concept_box {
  width: 50%;
  max-width: 1000px;
  margin: 0 auto;
  margin-left: 15vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .concept_block .concept_box {
    margin-left: auto;
    width: 100%;
  }
}
.concept_block .concept_box .concept_lead {
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .concept_block .concept_box .concept_lead {
    font-size: 18px;
    margin: 0 0 20px;
  }
}

.illumination_block .bg_area {
  position: relative;
}
.illumination_block .bg_area::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1577px;
  background: url(../img/illumination_bg01.webp) center/100% 100% no-repeat;
  left: 0;
  top: 85px;
}
@media screen and (max-width: 767px) {
  .illumination_block .bg_area::before {
    content: none;
  }
}
.illumination_block .bg_area::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2219px;
  background: url(../img/illumination_bg02.webp) center/100% 100% no-repeat;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .illumination_block .bg_area::after {
    content: none;
  }
}
.illumination_block .illumination_img {
  margin: 0 auto;
  padding: 45px 0 30px 0;
}
.illumination_block .illumination_lead {
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .illumination_block .illumination_lead {
    margin: 15px auto 30px;
  }
}
.illumination_block .about_area {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .illumination_block .about_area {
    padding: 15px 0;
  }
}
.illumination_block .about_area dl dt {
  font-size: 12px;
}
.illumination_block .about_area dl dd {
  margin-left: 0;
  font-size: 12px;
}
.illumination_block .about_area p {
  font-size: 12px;
}
.illumination_block .illumination_map {
  background: #dcdddd;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .illumination_block .illumination_map {
    padding: 20px 10px;
  }
}
.illumination_block .illumination_map h2 {
  font-size: 33px;
  line-height: 1;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .illumination_block .illumination_map h2 {
    font-size: 20px;
  }
}
.illumination_block .map_slider {
  padding-top: 30px;
}
.illumination_block .slider_content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.snscam_block .bg_area {
  position: relative;
}
.snscam_block .bg_area::before {
  content: "";
  position: absolute;
  width: 233px;
  height: 283px;
  background: url(../img/snscam_bg01.webp) center/100% 100% no-repeat;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .snscam_block .bg_area::before {
    content: none;
  }
}
.snscam_block .bg_area::after {
  content: "";
  position: absolute;
  width: 218px;
  height: 464px;
  background: url(../img/snscam_bg02.webp) center/100% 100% no-repeat;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .snscam_block .bg_area::after {
    content: none;
  }
}
.snscam_block .snscam_lead {
  font-size: 17px;
  text-align: center;
  margin: 0;
  padding: 50px 0 20px;
}
@media screen and (max-width: 767px) {
  .snscam_block .snscam_lead {
    padding: 35px 10px;
  }
}
.snscam_block .snscam_lead em {
  padding: 0 20px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(20%, #bb97c5));
  background-image: linear-gradient(to bottom, #fff 50%, #bb97c5 20%);
  font-size: 20px;
}
.snscam_block .snscam_lead .sparkle {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 24px;
  height: 33px;
  background: url(../img/sparkle.webp) center/100% 100% no-repeat;
}
.snscam_block .snscam_lead .sparkle02 {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 16px;
  height: 22px;
  background: url(../img/sparkle02.webp) center/100% 100% no-repeat;
}
.snscam_block .snscam_lead:nth-of-type(2) {
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .snscam_block .snscam_lead:nth-of-type(2) {
    padding: 0 0 70px;
  }
}
.snscam_block .d_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 35px;
  letter-spacing: 0.05em;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .snscam_block .d_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.snscam_block .d_grid .gray_box {
  background: url(../img/frame_gray.webp) center/100% 100% no-repeat;
  position: relative;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .snscam_block .d_grid .gray_box {
    margin-bottom: 80px;
  }
}
.snscam_block .d_grid .gray_box::before {
  content: "参加方法";
  background: #9166a9;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  padding: 10px;
  letter-spacing: 0;
  top: -50px;
  left: 0;
}
.snscam_block .d_grid .gray_box p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.snscam_block .d_grid .green_box {
  background: url(../img/frame_green02.webp) center/100% 100% no-repeat;
  position: relative;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.snscam_block .d_grid .green_box::before {
  content: "賞   品";
  background: #9166a9;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  padding: 10px 20px;
  letter-spacing: 0;
  top: -50px;
  left: 0;
}
.snscam_block .d_grid .green_box p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .snscam_block .d_grid .green_box p {
    text-align: left;
  }
}
.snscam_block .d_grid .green_box .sm {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .snscam_block .d_grid .green_box .sm {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.plan_block .bg_area {
  position: relative;
}
.plan_block .bg_area::before {
  content: "";
  position: absolute;
  width: 232px;
  height: 654px;
  background: url(../img/plan_bg01.webp) center/100% 100% no-repeat;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .plan_block .bg_area::before {
    content: none;
  }
}
.plan_block .bg_area::after {
  content: "";
  position: absolute;
  width: 218px;
  height: 385px;
  background: url(../img/plan_bg02.webp) center/100% 100% no-repeat;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .plan_block .bg_area::after {
    content: none;
  }
}
.plan_block .plan_img {
  padding: 10px 10px 20px;
}
.plan_block .plan_lead {
  font-size: 14px;
  margin: 0;
  text-align: center;
  line-height: 1.8;
}

.beauty_relaxation_block .bg_area {
  position: relative;
}
.beauty_relaxation_block .bg_area::before {
  content: "";
  position: absolute;
  width: 232px;
  height: 472px;
  background: url(../img/beauty_relaxation_bg01.webp) center/100% 100% no-repeat;
  left: 0;
  top: 200px;
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .bg_area::before {
    content: none;
  }
}
.beauty_relaxation_block .bg_area::after {
  content: "";
  position: absolute;
  width: 234px;
  height: 655px;
  background: url(../img/beauty_relaxation_bg02.webp) center/100% 100% no-repeat;
  right: 0;
  bottom: 130px;
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .bg_area::after {
    content: none;
  }
}
.beauty_relaxation_block .line_gray_center {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 60px 0 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #dcdddd), color-stop(70%, #dcdddd), color-stop(65%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #dcdddd 50%, #dcdddd 70%, transparent 65%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .line_gray_center {
    padding: 30px 0;
    background-image: inherit;
  }
}
.beauty_relaxation_block .img_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .img_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.beauty_relaxation_block .sub_ttl {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 30px;
  line-height: 1.2;
  position: relative;
}
.beauty_relaxation_block .sub_ttl::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 86px;
  height: 86px;
  background: url(../img/flower_icon01.webp) center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .sub_ttl::before {
    content: none;
  }
}
.beauty_relaxation_block .sub_ttl::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 75px;
  height: 86px;
  background: url(../img/flower_icon02.webp) center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .sub_ttl::after {
    content: none;
  }
}
.beauty_relaxation_block .sub_ttl em {
  font-size: 24px;
  padding: 0 5px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(20%, #bb97c5));
  background-image: linear-gradient(to bottom, transparent 50%, #bb97c5 20%);
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .sub_ttl em {
    font-size: 20px;
  }
}
.beauty_relaxation_block .lead_txt {
  text-align: center;
  margin: 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .lead_txt {
    padding: 0 0 15px;
  }
}
.beauty_relaxation_block .about_area {
  max-width: 560px;
  margin: 0 auto;
}
.beauty_relaxation_block .about_area dl dt {
  font-size: 14px;
}
.beauty_relaxation_block .about_area dl dd {
  font-size: 14px;
}
.beauty_relaxation_block .saunahouse_cam_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .beauty_relaxation_block .saunahouse_cam_img {
    gap: 5px;
  }
}

.bella_bello_block .bg_area {
  position: relative;
}
.bella_bello_block .bg_area::before {
  content: "";
  position: absolute;
  width: 228px;
  height: 320px;
  background: url(../img/bella_bello_bg01.webp) center/100% 100% no-repeat;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .bella_bello_block .bg_area::before {
    content: none;
  }
}
.bella_bello_block .bg_area::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 482px;
  background: url(../img/bella_bello_bg02.webp) center/100% 100% no-repeat;
  right: 0;
  top: 140px;
}
@media screen and (max-width: 767px) {
  .bella_bello_block .bg_area::after {
    content: none;
  }
}
.bella_bello_block .lead_txt {
  text-align: center;
  margin: 0;
  padding: 70px 0 30px;
}
@media screen and (max-width: 767px) {
  .bella_bello_block .lead_txt {
    padding: 30px 0;
  }
}
.bella_bello_block .lead_txt .line_gray {
  font-size: 20px;
  background: #dcdddd;
  display: block;
}
@media screen and (max-width: 767px) {
  .bella_bello_block .lead_txt .line_gray {
    background: inherit;
  }
}
.bella_bello_block .about_area {
  max-width: 700px;
  margin: 0 auto;
}
.bella_bello_block .about_area dl dt {
  font-size: 14px;
}
.bella_bello_block .about_area dl dd {
  font-size: 14px;
}
.bella_bello_block .about_area p {
  font-size: 14px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .bella_bello_block .about_area p {
    margin: 15px auto;
    font-size: 12px;
  }
}
.bella_bello_block .img_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .bella_bello_block .img_grid {
    gap: 5px;
  }
}

.others_block .bg_area {
  position: relative;
}
.others_block .bg_area::before {
  content: "";
  position: absolute;
  width: 228px;
  height: 2413px;
  background: url(../img/others_bg01.webp) center/100% 100% no-repeat;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .others_block .bg_area::before {
    content: none;
  }
}
.others_block .bg_area::after {
  content: "";
  position: absolute;
  width: 223px;
  height: 2398px;
  background: url(../img/others_bg02.webp) center/100% 100% no-repeat;
  right: 0;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .others_block .bg_area::after {
    content: none;
  }
}
.others_block .container {
  background: #dcdddd;
  padding-top: 20px;
}
.others_block .others_box {
  margin: 0 10px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .others_block .others_box {
    margin: 0 0 30px;
  }
}
.others_block .others_box:last-child {
  margin-bottom: 0;
}
.others_block .center {
  text-align: center;
  padding: 50px 0 55px;
}
@media screen and (max-width: 767px) {
  .others_block .center {
    padding: 80px 0 25px;
  }
}
.others_block .center .sub_ttl {
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bb97c5));
  background-image: linear-gradient(to bottom, transparent 60%, #bb97c5 60%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .others_block .center .sub_ttl {
    font-size: 18px;
  }
}
.others_block .forntain_show .sub_ttl::before {
  content: "";
  position: absolute;
  width: 122px;
  height: 117px;
  background: url(../img/others_icon01.webp) center/100% 100% no-repeat;
  right: -130px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .others_block .forntain_show .sub_ttl::before {
    width: 42px;
    height: 47px;
    top: -50px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
}
.others_block .forntain_show .show_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .others_block .forntain_show .show_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    padding: 15px;
    margin: 0 auto;
  }
}
.others_block .forntain_show .show_box .img_box img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.others_block .forntain_show .show_box .about_area {
  letter-spacing: 0;
}
.others_block .forntain_show .attention {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .others_block .forntain_show .attention {
    width: 90%;
  }
}
.others_block .cinema .sub_ttl::before {
  content: "";
  position: absolute;
  width: 117px;
  height: 104px;
  background: url(../img/others_icon02.webp) center/100% 100% no-repeat;
  left: -130px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .others_block .cinema .sub_ttl::before {
    width: 47px;
    height: 44px;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.others_block .cinema .cinema_lead {
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .others_block .cinema .cinema_lead {
    padding: 0 15px 20px;
  }
}
.others_block .cinema .cinema_lead em {
  font-size: 20px;
}
.others_block .cinema .cinema_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .others_block .cinema .cinema_box {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.others_block .cinema .cinema_box .img_box {
  width: 100%;
  max-width: 285px;
}
@media screen and (max-width: 767px) {
  .others_block .cinema .cinema_box .img_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.others_block .cinema .cinema_box .img_box p {
  margin: 5px 0 0;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .others_block .cinema .cinema_box .txt_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.others_block .cinema .cinema_box .txt_box .date {
  margin: 10px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .others_block .cinema .cinema_box .txt_box .date {
    margin: 5px 0;
  }
}
.others_block .cinema .cinema_box .txt_box .cinema_ttl {
  font-size: 18px;
  margin: 0 0 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .others_block .cinema .cinema_box .txt_box .cinema_ttl {
    font-size: 15px;
    margin: 0 0 10px;
    font-size: 15px;
  }
}
.others_block .cinema .cinema_box .txt_box .txt {
  font-size: 14px;
  margin: 0;
}
.others_block .shop .sub_ttl::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 121px;
  background: url(../img/others_icon03.webp) center/100% 100% no-repeat;
  left: -130px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .others_block .shop .sub_ttl::before {
    width: 55px;
    height: 51px;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.others_block .shop .sub_ttl::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 121px;
  background: url(../img/others_icon03.webp) center/100% 100% no-repeat;
  right: -130px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .others_block .shop .sub_ttl::after {
    content: none;
  }
}
.others_block .shop .d_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .others_block .shop .d_grid {
    padding: 0 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.others_block .shop .d_grid .shop_box img {
  display: block;
  border: solid 1px #727171;
}
.others_block .shop .d_grid .shop_box .floor {
  font-size: 14px;
  margin: 10px 0 20px;
  letter-spacing: 0;
}
.others_block .shop .d_grid .shop_box .shop_name {
  margin: 0 0 10px;
  letter-spacing: 0;
}
.others_block .shop .d_grid .shop_box .shop_txt {
  font-size: 14px;
  margin: 0;
  padding-bottom: 30px;
  letter-spacing: 0;
}