@charset "UTF-8";
html {
  width: 100vw;
  overflow-x: hidden;
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  html {
    overflow-x: auto;
  }
}

.back_list {
  display: none;
}

iframe {
  width: 460px;
  height: 401px;
  margin-top: 24px;
}

span.msMonthly {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  color: #dd0000;
}
span.simulation_text a {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.71429;
  font-weight: bold;
}

/* ==========================================================================
   components
   ========================================================================== */
/* c-main
   ========================================================================== */
.c-main * {
  /* 上書き用＆打ち消し用スタイル */
  box-sizing: border-box;
  line-height: 1;
}
.c-main *::before, .c-main *::after {
  /* 上書き用＆打ち消し用スタイル */
  box-sizing: border-box;
  line-height: 1;
}
.c-main a:hover {
  color: #dd0000;
  text-decoration: none;
}

/* c-section
   ========================================================================== */
.c-section {
  /* width: 100%; */
  max-width: 960px;
  margin: 0 auto;
}

/* c-mainInfo
   ========================================================================== */
.c-mainInfo {
  max-width: 960px;
  margin: 50px auto 0;
}

/* .c-mainInfo-points */
.c-mainInfo-points {
  margin-top: 18px;
}

/* .c-mainInfo-detail */
.c-mainInfo-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-mainInfo-detail {
    display: block;
  }
}
.c-mainInfo-detail > li:first-of-type {
  width: 390px;
}
@media screen and (max-width: 768px) {
  .c-mainInfo-detail > li:first-of-type {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
}
.c-mainInfo-detail > li:nth-of-type(2) {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .c-mainInfo-detail > li:nth-of-type(2) {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.c-mainInfo-detailBtn {
  margin: 10px auto 0;
}

/* .c-mainInfo-table */
.c-mainInfo-table {
  margin-top: 20px;
}

/* .c-mainInfo-btn */
.c-mainInfo-btn {
  margin: 40px auto 0;
}

/* .c-mainInfo-contactForm */
.c-mainInfo-contactForm {
  margin-top: 70px;
}

/* c-detailMaps
   ========================================================================== */
.c-detailMaps {
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-detailMaps {
    flex-direction: column;
    padding-top: 150px;
    margin-top: -100px;
  }
}

.c-detailMaps-floorMap {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .c-detailMaps-floorMap {
    width: 100%;
  }
}
.c-detailMaps-floorMap a {
  text-align: center;
}

a.c-detailMaps-floorMapArea.u-zoom.cboxElement img {
  max-width: 100%;
  max-height: 388px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-detailMaps-floorMap a {
  height: 88%;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.c-detailMaps-floorMapArea {
  margin-top: 20px;
}

.c-detailMaps-accessMap {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .c-detailMaps-accessMap {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0;
  }
}
.c-detailMaps-accessMap a {
  display: block;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.c-detailMaps-accessMapArea {
  margin-top: 20px;
}

/* c-detailPhotoGallery
   ========================================================================== */
.c-detailPhotoGallery {
  margin-top: 0px;
  margin-bottom: 70px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-detailPhotoGallery {
    margin-top: -50px;
    padding-top: 150px;
  }
}

.c-detailPhotoGalleryArea {
  margin-top: 20px;
}

/* c-recommendation
   ========================================================================== */
.c-recommendation {
  padding: 70px 0;
}

/* .c-recommendation-detail */
/* .c-recommendation-img */
.c-recommendation-img {
  width: 120px;
}
.c-recommendation-img > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-recommendation-img {
    margin: 0 auto;
  }
}

/* .c-recommendation-text */
.c-recommendation-text {
  width: calc(100% - 120px);
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .c-recommendation-text {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.c-recommendation-text p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
}
.c-recommendation-text p:first-of-type {
  margin-top: 15px;
}
.c-recommendation-text ol {
  margin-top: 30px;
  margin-left: 2rem;
}
.c-recommendation-text ol li {
  /*
      @include setingFonts(15, 24, $fontBold);
      color: $colorRed01;
      */
  font-size: 15px;
  line-height: 1.6;
  text-indent: -2rem;
}

/* .c-recommendation-contactForm */
.c-recommendation-contactForm {
  margin-top: 55px;
}

/* c-overview
   ========================================================================== */
.c-overview {
  padding: 140px 0 70px;
}
@media screen and (max-width: 768px) {
  .c-overview {
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
  }
}

/* .c-overview-attention */
.c-overview-attention {
  padding: 10px 6px;
  border-bottom: 1px solid #cccccc;
}
.c-overview-attention dt {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
}
.c-overview-attention dd {
  font-size: 15px;
  line-height: 1.6;
  /* text-indent: 1rem; */
  margin-left: 1rem;
}
.c-overview-attention dd .upper {
  display: none;
}
.c-overview-attention dd .under {
  line-height: 1.6;
}

/* .c-overview-table */
.c-overview-table {
  margin-top: 30px;
}

/* .c-overview-contactForm */
.c-overview-contactForm {
  margin-top: 75px;
}

/* c-otherInfoContainer
   ========================================================================== */
.c-otherInfoContainer {
  /*background: url(https://27.rims-web.com/id/reprice1/file/sample/common/img/bg_grid.png);*/
	background:url(../../../../../reprice1/file/sample/common/img/bg_grid.png);
  padding: 70px 0;
}
.c-otherInfoContainer .c-section + .c-section {
  margin-top: 50px;
}

/* c-contactBnr
   ========================================================================== */
.c-contactBnr {
  margin-top: 70px;
  margin-bottom: 70px;
  max-width: 960px;
}

/* ==========================================================================
   Modules
   ========================================================================== */
/* m-telBox
   ========================================================================== */
.image41pdfview {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  height: 86px;
  display: block;
  /*background: url(https://rims-web20.com/id/reprice1/file/image41_pdf_ov.gif) no-repeat bottom;*/
	background: url(../../../../../../../jsc/id/reprice1/file/image41_pdf_ov.gif) no-repeat bottom;
  padding-top: 110px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .image41pdfview {
    width: 90%;
    margin: -100px auto 0;
    background-size: contain;
    padding-top: 150px;
  }
  .image41pdfview img {
    width: 100%;
  }
}
.image41pdfview a {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 8px 0px;
}
.image41pdfview a img {
  transition: all 0.3s;
  opacity: 1;
}
.image41pdfview:hover {
  /*background-image: url(https://rims-web20.com/id/reprice1/file/image41_pdf_ov.gif) no-repeat;*/
	background: url(../../../../../reprice1/file/image41_pdf_ov.gif) no-repeat;
	background-size: contain;
	background-position:bottom left;
}
.image41pdfview:hover a img {
  opacity: 0;
  /*background-image: url(https://rims-web20.com/id/reprice1/file/image41_pdf_ov.gif);*/
	background-image: url(../../../../../reprice1/file/image41_pdf_ov.gif);
}

.m-telBox {
  padding: 18px 7px 12px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.m-telBox-number {
  display: block;
  color: #dd0000;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

.m-telBox-comment {
  font-size: 12px;
  line-height: 2;
}

/* m-contactForm
   ========================================================================== */
.m-contactForm {
  position: relative;
  padding: 20px 8px;
  border: 2px solid #dd0000;
  background-color: #ffffff;
}
.m-contactForm::before {
  position: absolute;
  top: -6px;
  left: -2px;
  display: block;
  content: "";
  width: calc(100% + 4px);
  height: 6px;
  border-top: 2px solid #dd0000;
  border-left: 2px solid #dd0000;
}

.m-contactForm-lead {
  font-size: 22px;
  line-height: 1.36364;
  font-weight: bold;
  text-align: center;
}
.m-contactForm-lead span {
  color: #dd0000;
}

.m-contactForm-list {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .m-contactForm-list {
    flex-direction: column;
  }
}
.m-contactForm-list li {
  width: 50%;
  padding: 0 30px;
  text-align: center;
}
.m-contactForm-list li:nth-of-type(2) {
  border-left: 1px solid #cccccc;
}
.m-contactForm-list li p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.41176;
  font-weight: bold;
}

/* m-mainPoints
   ========================================================================== */
.m-mainPoints {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .m-mainPoints {
    display: block;
    padding: 30px 0 20px;
  }
}
.m-mainPoints dt {
  width: 224px;
  padding: 0 12px;
  border-right: 1px solid #cccccc;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-mainPoints dt {
    width: 100%;
    border: none;
  }
  .m-mainPoints dt::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ccc;
    margin: 10px auto 0;
  }
}
.m-mainPoints dt span {
  display: block;
  margin: 0 auto 5px;
  font-size: 17px;
  line-height: 1.41176;
  font-weight: bold;
}
.m-mainPoints dt .c-recommendation-detail .c-recommendation-img {
  margin: 0 auto 5px;
  width: 120px;
}
.m-mainPoints dt .c-recommendation-detail .c-recommendation-img img {
  width: 100%;
  height: auto;
}
.m-mainPoints dt .c-recommendation-detail .c-recommendation-text {
  display: none;
}
.m-mainPoints dd {
  width: calc(100% - 228px);
  padding: 10px 40px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-mainPoints dd {
    width: 100%;
  }
}
.m-mainPoints dd .upper {
  line-height: 1.6;
}
.m-mainPoints dd .under {
  display: none;
}

/* m-mainFig
   ========================================================================== */
.m-mainFig div img {
  width: 100%;
  height: auto;
}
.m-mainFig .img_comment {
  padding-top: 10px;
}
.m-mainFig figcaption {
  margin-top: 35px;
  text-align: center;
}
.m-mainFig figcaption p {
  font-size: 15px;
  line-height: 1.46667;
}
.m-mainFig figcaption .flag_2,
.m-mainFig figcaption .flag_3 {
  margin-bottom: 0.5em;
}

/* m-mainPrice
   ========================================================================== */
.m-mainPrice {
  display: flex;
}
.m-mainPrice li {
  width: 50%;
  text-align: center;
}
.m-mainPrice li:nth-of-type(n + 2) {
  border-left: 1px solid #cccccc;
}
.m-mainPrice li > dl dt {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}
.m-mainPrice li > dl dd {
  font-size: 12px;
  line-height: 2;
}
.m-mainPrice li > dl dd p {
  margin-top: 10px;
}
.m-mainPrice li > dl dd p.-comment {
  font-size: 12px;
  line-height: 2;
}
.m-mainPrice li > dl dd p.-price {
  margin-top: 30px;
  color: #dd0000;
}
.m-mainPrice li > dl dd p.-price span:first-of-type {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
}
.m-mainPrice li > dl dd p.-price span:nth-of-type(n + 2) {
  font-size: 16px;
  line-height: 2.125;
  font-weight: bold;
}
.m-mainPrice li > dl dd p.-comment {
  font-size: 10px;
  line-height: 1.2;
}
.m-mainPrice li > dl dd a {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.71429;
  font-weight: bold;
}

/* m-mainReform
   ========================================================================== */
.m-mainReform {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.m-mainReform dt {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
}
.m-mainReform dd {
  font-size: 15px;
  line-height: 1.6;
}
.m-mainReform dd.-comment {
  font-size: 12px;
  line-height: 2;
}

/* m-photoGallery
   ========================================================================== */
.m-photoGallery {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .m-photoGallery {
    flex-direction: column;
  }
}

.m-photoGallery-main {
  width: 490px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-photoGallery-main {
    width: 100%;
  }
}
.m-photoGallery-main > figure figcaption {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}

a.u-zoom.m-photoGallery-mainImg.-current img {
  width: 490px;
  height: 354px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  a.u-zoom.m-photoGallery-mainImg.-current img {
    width: 100%;
    height: 100%;
  }
}

.m-photoGallery-mainSlide {
  position: relative;
  width: 100%;
  height: 354px;
}

.m-photoGallery-mainSlideBtn {
  z-index: 10;
  position: absolute;
  top: calc(50% - 110px);
  width: 50px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 27px;
}
.m-photoGallery-mainSlideBtn.-prev {
  opacity: 0.7;
  left: 0;
  /*background-image: url(https://rims-web20.com/id/reprice1/file/sample/common/img/icon_prev.png);*/
	background-image:url(../../../../../../../jsc/id/reprice1/file/sample/common/img/icon_prev.png);
}
.m-photoGallery-mainSlideBtn.-prev:hover {
  opacity: 1;
}
.m-photoGallery-mainSlideBtn.-next {
  /*position: absolute;*/
  opacity: 0.7;
  right: 0;
  /*background-image: url(https://rims-web20.com/id/reprice1/file/sample/common/img/icon_next.png);*/
	background-image:url(../../../../../../../jsc/id/reprice1/file/sample/common/img/icon_next.png);
}
.m-photoGallery-mainSlideBtn.-next:hover {
  opacity: 1;
}

.m-photoGallery-mainImg {
  z-index: 5;
  position: relative;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.m-photoGallery-mainImg + .m-photoGallery-mainImg {
  position: absolute;
}
.m-photoGallery-mainImg.-current {
  display: block;
  animation: fadeIn 1s ease-out forwards;
}

.m-photoGallery-description {
  width: 375px;
  font-size: 12px;
  line-height: 1.5;
}

.m-photoGallery-index {
  padding: 0 15px;
  background-color: #ffffff;
  border-radius: 12px;
  font-size: 12px;
  line-height: 2;
}

.m-photoGallery-others {
  width: calc(100% - 525px);
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .m-photoGallery-others {
    display: none;
  }
}

.m-photoGallery-othersList {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 365px;
}

li.m-photoGallery-othersThumb a img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-photoGallery-othersList.-page0, .m-photoGallery-othersList.-page1, .m-photoGallery-othersList.-page2, .m-photoGallery-othersList.-page3 {
  /*
    -webkit-animation: fadeIn 1s ease-out forwards 1s;
    animation: fadeIn 1s ease-out forwards 1s;
  */
}
.m-photoGallery-othersList.-page0 .m-photoGallery-othersThumb {
  transform: translateY(0);
}
.m-photoGallery-othersList.-page1 .m-photoGallery-othersThumb {
  transform: translateY(-366px);
}
.m-photoGallery-othersList.-page2 .m-photoGallery-othersThumb {
  transform: translateY(-732px);
}
.m-photoGallery-othersList.-page3 .m-photoGallery-othersThumb {
  transform: translateY(-1098px);
}
.m-photoGallery-othersList.-page4 .m-photoGallery-othersThumb {
  transform: translateY(-1464px);
}

.m-photoGallery-othersThumb {
  overflow: hidden;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 4px;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
.m-photoGallery-othersThumb:nth-of-type(3n-1), .m-photoGallery-othersThumb:nth-of-type(3n) {
  margin-left: 12px;
}
.m-photoGallery-othersThumb:nth-of-type(n + 4) {
  margin-top: 12px;
}
.m-photoGallery-othersThumb.-current {
  box-shadow: none;
}
.m-photoGallery-othersThumb.-current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #dd0000;
}
.m-photoGallery-othersThumb:hover {
  opacity: 0.7;
}

.m-photoGallery-othersSlideNav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 30px;
  margin: 10px auto 0;
}

.m-photoGallery-othersSlideBtn {
  display: block;
}
.m-photoGallery-othersSlideBtn.-prev, .m-photoGallery-othersSlideBtn.-next {
  position: absolute;
  top: 0;
  width: 14px;
  height: 27px;
}
.m-photoGallery-othersSlideBtn.-prev {
  left: 0;
}
.m-photoGallery-othersSlideBtn.-next {
  right: 0;
}
.m-photoGallery-othersSlideBtn.-location {
  width: 11px;
  height: 11px;
  margin: 0 10px;
  border-radius: 6px;
  border: 1px solid #000;
}
.m-photoGallery-othersSlideBtn.-location.-current {
  background-color: #000;
}
.m-photoGallery-othersSlideBtn:hover {
  opacity: 0.7;
}

/* m-slider
   ========================================================================== */
.m-slider {
  position: relative;
  max-width: 960px;
  margin-top: 20px;
  overflow: hidden;
  height: 416px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .m-slider {
    height: 385px;
  }
}

.m-slider-list {
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}

.m-slider-item {
  background-color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .m-slider-item {
    margin: 0 15px !important;
  }
}
.m-slider-item:first-of-type, .m-slider-item:nth-of-type(5n) {
  margin-left: 10px;
}
.m-slider-item .m-slider-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.m-slider-item .m-slider-link:hover {
  color: #000;
}
.m-slider-item .m-slider-link:hover .m-slider-photo,
.m-slider-item .m-slider-link:hover .m-slider-info {
  opacity: 0.64;
}
.m-slider-item .m-slider-link:hover .m-slider-more {
  text-decoration: underline;
}

.m-slider-photo {
  width: 220px;
  height: 160px;
  overflow: hidden;
}
.m-slider-photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-slider-info {
  position: relative;
  min-height: 195px;
  padding: 20px 20px 40px;
}
@media screen and (max-width: 480px) {
  .m-slider-info {
    min-height: 200px;
  }
}

.m-slider-name {
  line-height: 1.5;
  font-weight: bold;
  font-size: 15px;
}

.m-slider-price {
  margin-top: 13px;
  color: #d00;
  font-weight: bold;
  font-size: 20px;
}
.m-slider-price > span {
  font-size: 15px;
}

.m-slider-infoList {
  margin-top: 15px;
}

.m-slider-infoDetial {
  display: table;
  margin-bottom: 8px;
}
.m-slider-infoDetial > div {
  display: table-cell;
}
.m-slider-infoDetial > div:first-of-type {
  font-size: 12px;
  font-weight: bold;
  width: 60px;
}
.m-slider-infoDetial > div:last-of-type {
  font-size: 15px;
}
.m-slider-infoDetial > div > span {
  line-height: 1.6;
  padding-left: 1em;
  font-size: 12px;
  color: #999;
  display: block;
}

.m-slider-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #d00;
  font-weight: bold;
  text-decoration: none;
}

.m-slider-num {
  margin-top: 23px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .m-slider-num {
    margin-top: 0;
  }
}

.m-slider-btn {
  margin-right: 18px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.m-slider-btn:last-of-type {
  margin-right: 0;
}
.m-slider-btn.-active {
  background-color: #000;
}

.m-slider-prev-btn,
.m-slider-next-btn {
  position: absolute;
  z-index: 10;
  top: calc(50% - 270px);
  width: 50px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 27px;
  opacity: 0.7;
}
.m-slider-prev-btn:hover,
.m-slider-next-btn:hover {
  opacity: 1;
}

.m-slider-prev-btn {
  left: 0;
  /*background-image: url(https://rims-web20.com/id/reprice1/file/sample/common/img/icon_prev.png);*/
	background-image:url(../../../../../../../jsc/id/reprice1/file/sample/common/img/icon_prev.png);
}

.m-slider-next-btn {
  right: 0;
 /* background-image: url(https://rims-web20.com/id/reprice1/file/sample/common/img/icon_next.png);*/
	background-image:url(../../../../../../../jsc/id/reprice1/file/sample/common/img/icon_next.png);
}

/* ==========================================================================
   utility
   ========================================================================== */
.u-bgGrid {
  /*background-image: url(https://27.rims-web.com/id/reprice1/file/sample/common/img/bg_grid.png);*/
	background-image:url(../../../../../reprice1/file/sample/common/img/bg_grid.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 8px 8px;
}
.u-bgGrid._pink {
 /* background-image: url(https://27.rims-web.com/id/reprice1/file/sample/common/img/bg_grid_pink.png);*/
	background-image:url(../../../../../reprice1/file/sample/common/img/bg_grid_pink.png);
}

.u-zoom {
  position: relative;
}
.u-zoom::before, .u-zoom::after {
  z-index: 10;
  position: absolute;
  display: block;
  content: "";
}
.u-zoom::before {
  bottom: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  background-color: #dd0000;
  /*background-image: url(https://27.rims-web.com/id/reprice1/file/sample/common/img/icon_pinch.png);*/
	background-image:url(../../../../../reprice1/file/sample/common/img/icon_pinch.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border-radius: 30px;
  box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.18);
}
.u-zoom::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-zoom:hover::before {
  background-color: #f05353;
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  1% {
    visibility: hidden;
    opacity: 0;
    display: block;
  }
  2% {
    visibility: visible;
    opacity: 0;
    display: block;
  }
  100% {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  98% {
    visibility: visible;
    opacity: 0;
    display: block;
  }
  99% {
    visibility: hidden;
    opacity: 0;
    display: block;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}
/* 2018.10.5 追記　*/
.m-photoGallery-mainSlide {
  position: relative;
}
.m-photoGallery-mainSlide .thumb_img_caption {
  width: 100%;
  padding-top: 10px;
}
.m-photoGallery-mainSlide a {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}
.m-photoGallery-mainSlide a:hover {
  color: #333;
}

.slide-num {
  position: absolute;
  right: 0;
  bottom: -30px;
  padding: 0 15px;
  background-color: #ffffff;
  border-radius: 12px;
  font-size: 12px;
  line-height: 2;
}

/*.detail img[src$="https://rims-web20.com/id/reprice1/file/no_img_b.gif"]*/
.detail img[src$="../../../../../../../rims-web20.com/id/reprice1/file/no_img_b.gif"] {
  width: 390px;
  height: auto;
  margin-top: 24px;
}

.c-detailMaps-accessMap #map_canvas {
  height: 460px !important;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .c-detailMaps-accessMap #map_canvas {
    height: auto;
  }
}

/* 2019.12.20 追記　*/
.nitori_bnr {
  max-width: 858px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nitori_bnr {
    width: 100%;
    padding: 0 20px;
  }
}
.nitori_bnr img {
  width: 100%;
  height: auto;
}

.bunner-flex {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .bunner-flex {
    width: 90%;
  }
}
.bunner-flex a {
  display: block;
  width: 33%;
}
.bunner-flex a img {
  width: 100%;
  height: auto;
}
.bunner-flex a img:hover {
  opacity: 0.6;
}

.p-headingL2-staff {
  /*background-image: url(https://27.rims-web.com/id/reprice1/file/sample/common/img/bg_grid.png);*/
  background-image: url(../../../../../reprice1/file/sample/common/img/bg_grid.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 8px 8px;
  width: 960px;
  margin-left: calc(-50vw + 50%);
  max-width: none;
  padding: 70px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-headingL2-staff {
    width: 100vw;
  }
}