[class$="-pic"] {
  font-size: 0;
}

html[data-browse-mode="P"] h1 {
  margin: 0;
}
html[data-browse-mode="S"] h1 {
  margin: 0 !important;
  padding: 0;
}

html[data-browse-mode="P"] .features-section {
  width: 1300px;
  margin-inline: auto;
}
html[data-browse-mode="S"] .features-section {
  padding-inline: 20px;
}

html[data-browse-mode="P"] .bridal-guide-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0efe9;
  background-image: url(/img/usr/freepage/maharaja_bridalpage_images/bg-bridal-guide-section-pc.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}
html[data-browse-mode="S"] .bridal-guide-section {
  padding-top: 130px;
  padding-bottom: 80px;
  background-color: #f0efe9;
  background-image: url(/img/usr/freepage/maharaja_bridalpage_images/bg-bridal-guide-section-sp.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}
html[data-browse-mode="P"] .bridal-guide-section-inner {
  width: 1300px;
  margin-inline: auto;
  position: relative;
}
html[data-browse-mode="S"] .bridal-guide-section-inner {
  width: 100%;
  padding-inline: 20px;
  position: relative;
}
html[data-browse-mode="P"] .bridal-guide-section-bg-part-img {
  position: absolute;
  top: -20px;
  right: 60px;
}
html[data-browse-mode="S"] .bridal-guide-section-bg-part-img {
  position: absolute;
  top: -130px;
  right: -15px;
}

.bridal-road-section {
  position: relative;
  z-index: 1;
}

html[data-browse-mode="S"] .proposal-step-box {
  padding: 28px 18px 22px;
  border: 1px solid #c8b89a;
  background-color: #fff;
}
html[data-browse-mode="S"] .proposal-step-header {
  text-align: center;
}
html[data-browse-mode="S"] .proposal-step-title {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #4a4540;
  font-family: "Cinzel", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #675647;
}
html[data-browse-mode="S"] .proposal-step-subtitle {
  display: block;
  width: 225px;
  margin-top: 10px;
  margin-inline: auto;
  padding: 4px;
  background-color: #f4f0e7;
  color: #4a4540;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  color: #5a5149;
}
html[data-browse-mode="S"] .proposal-step-lead {
  margin: 14px 0 0;
  color: #4a4540;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
html[data-browse-mode="S"] .proposal-step-scroll-area {
  position: relative;
  margin-top: 22px;
  padding-bottom: 17px;
}
html[data-browse-mode="S"] .proposal-step-scroll {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html[data-browse-mode="S"] .proposal-step-scroll::-webkit-scrollbar {
  display: none;
}
html[data-browse-mode="S"] .proposal-step-scrollbar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f4f0e7;
}
html[data-browse-mode="S"] .proposal-step-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5a5149;
  transform: translateX(0);
  will-change: transform, width;
}
html[data-browse-mode="S"] .proposal-step-list {
  width: max-content;
}
html[data-browse-mode="S"] .proposal-step-list-img {
  display: block;
  width: auto;
  max-width: none;
  height: 155px;
}
html[data-browse-mode="S"] .proposal-step-footer {
  margin-top: 20px;
}
html[data-browse-mode="S"] .proposal-step-note {
  margin: 0;
  color: #4a4540;
  font-size: 10px;
  line-height: 2;
  color: #5a5149;
}

html[data-browse-mode="P"] .reserve-section {
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: url(/img/usr/freepage/maharaja_bridalpage_images/bg-reserve-section-pc.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}
html[data-browse-mode="S"] .reserve-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(/img/usr/freepage/maharaja_bridalpage_images/bg-reserve-section-sp.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}

html[data-browse-mode="P"] .reserve-section-inner {
  width: 1300px;
  margin-inline: auto;
}
html[data-browse-mode="S"] .reserve-section-inner {
  width: 100%;
  padding-inline: 20px;
}

html[data-browse-mode="P"] .reserve-section-title {
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .reserve-section-title {
  margin-bottom: 30px;
}

html[data-browse-mode="P"] .reserve-section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
html[data-browse-mode="S"] .reserve-section-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
}

html[data-browse-mode="P"] .reserve-section-content-item {
  width: calc((100% - 80px) / 3);
  box-shadow: 0px 0px 16px rgba(43, 16, 16, 0.1);
}
html[data-browse-mode="S"] .reserve-section-content-item {
  width: 100%;
  box-shadow: 0px 0px 16px rgba(43, 16, 16, 0.1);
}