@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

#anniversary {
  position: relative;
  background: #fff;
  color: #5A3030;
  /*見出し*/
  /*-------------------------------------------------------
  パララックスイメージ
  -------------------------------------------------------*/
}

#anniversary .wrapper {
  width: 90%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

#anniversary .wrapper.nrw {
  max-width: 800px;
}

#anniversary .wrapper.wide {
  max-width: 1200px;
}

#anniversary h1,
#anniversary h2,
#anniversary h3,
#anniversary h4,
#anniversary h5,
#anniversary h6 {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-weight: 600;
  font-style: normal;
  font-family: sans-serif;
  font-feature-settings: "palt";
}

#anniversary a,
#anniversary p,
#anniversary dl,
#anniversary ul,
#anniversary ol,
#anniversary th,
#anniversary td {
  font-size: 18px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  font-weight: 400;
}

@media (max-width: 680px) {

  #anniversary a,
  #anniversary p,
  #anniversary dl,
  #anniversary ul,
  #anniversary ol,
  #anniversary th,
  #anniversary td {
    font-size: 14px;
    line-height: 2;
  }
}

#anniversary .txl {
  text-align: left;
}

#anniversary .txc {
  text-align: center;
}

#anniversary .txr {
  text-align: right;
}

#anniversary .pc {
  display: block;
}

@media (max-width: 800px) {
  #anniversary .pc {
    display: none;
  }
}

#anniversary .sp {
  display: none;
}

@media (max-width: 680px) {
  #anniversary .sp {
    display: block;
  }
}

#anniversary a.btn {
  display: inline-block;
  position: relative;
  padding: 10px 40px 10px 40px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease;
  color: #fff;
  background: #5A3030;
  border-radius: 30px;
}

@media (max-width: 1024px) {
  #anniversary a.btn {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  #anniversary a.btn {
    display: block;
  }
}

#anniversary a.btn:hover {
  opacity: 0.8;
}

#anniversary a.btn::before {
  display: none;
}

#anniversary .mds {
  margin: 0 0 3% 0;
  padding: 0 0 0 0.2em;
  font-size: 46px;
  font-weight: normal;
  font-family: serif;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #5A3030;
}

@media (max-width: 800px) {
  #anniversary .mds {
    font-size: 28px;
    line-height: 1.8;
  }
}

@media (max-width: 680px) {
  #anniversary .mds {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 0 5% 0;
  }
}

#anniversary .mds::before,
#anniversary .mds::after {
  display: none;
}

#anniversary .mds .sp {
  display: none;
}

@media (max-width: 680px) {
  #anniversary .mds .sp {
    display: block;
  }
}

#anniversary .mds span {
  display: block;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 0.5em 0;
  font-family: serif;
}

@media (max-width: 800px) {
  #anniversary .mds span {
    font-size: 20px;
  }
}

@media (max-width: 680px) {
  #anniversary .mds span {
    font-size: 16px;
    margin: 0 0;
  }
}

#anniversary .mds.mid {
  font-size: 24px;
}

@media (max-width: 680px) {
  #anniversary .mds.mid {
    font-size: 18px;
  }
}

#anniversary .mds.sml {
  font-size: 20px;
  margin: 0 0 10px 0;
  letter-spacing: normal;
  padding: 0;
}

@media (max-width: 680px) {
  #anniversary .mds.sml {
    font-size: 16px;
  }
}

#anniversary .mds.vline {
  text-align: center;
}

#anniversary .mds.vline::before {
  content: "";
  display: block;
  height: 1.5em;
  width: 1px;
  background: #d0d0d0;
  margin: 0 auto 1em auto;
  position: relative;
  left: auto;
  right: auto;
}

@media (max-width: 680px) {
  #anniversary .mds.vline::before {
    height: 1em;
  }
}

#anniversary p {
  margin: 0 0 1em 0;
}

#anniversary p.lead {
  font-size: 24px !important;
  letter-spacing: 0;
  margin: 0 0 5% 0;
  text-align: center;
}

@media (max-width: 800px) {
  #anniversary p.lead {
    font-size: 18px !important;
    text-align: left;
  }
}

@media (max-width: 680px) {
  #anniversary p.lead {
    font-size: 16px !important;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  #anniversary p.lead br {
    display: none;
  }
}

#anniversary p.lead span {
  display: block;
}

#anniversary p.lead span.jp {
  font-size: 16px;
  margin: 10px 0 0 0;
}

@media (max-width: 680px) {
  #anniversary p.lead span.jp {
    font-size: 14px;
  }
}

#anniversary figure {
  display: block;
  width: 100%;
  margin: 0 0 3% 0;
  position: relative;
}

#anniversary figure img {
  width: 100%;
  height: auto;
  margin: 0;
}

#anniversary figure figcaption {
  font-size: 13px;
  margin: 10px 0;
}

#anniversary figure figcaption.txr {
  text-align: right;
}

#anniversary figure figcaption.inn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  padding: 0px;
}

#anniversary .paraimg {
  max-height: 450px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 36% 0 0 0;
  display: block;
  margin: 0;
}

@media (max-width: 680px) {
  #anniversary .paraimg {
    max-height: 300px;
    padding: 280px 0 0 0;
  }
}

#anniversary .paraimg .bg_paraimg {
  background: url("/-/media/hotel/remm/sannomiya/img/mainimg_5th.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  background-position-y: 80px;
  height: 105%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
}

@media (max-width: 680px) {
  #anniversary .paraimg .bg_paraimg {
    height: 300px;
    background-position: center top;
    background-size: 160%;
    background-position-y: 80px;
  }
}

#anniversary .mainttl {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background: #000;
}

#anniversary .mainttl::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 100%);
  position: absolute;
  top: 0;
  left: 5%;
  transform: skewX(-45deg);
}

#anniversary .mainttl::after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.051) 100%);
  position: absolute;
  top: 0;
  left: -3%;
  transform: skewX(-45deg);
}

#anniversary .mainttl .mark5th {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 20vw;
  max-width: 350px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

@media (max-width: 680px) {
  #anniversary .mainttl .mark5th {
    width: 30%;
  }
}

#anniversary .mainttl .mark5th img {
  opacity: 1;
}

#anniversary .mainttl .mainlead {
  position: absolute;
  top: 45%;
  left: 50%;
  display: block;
  width: 100%;
  text-shadow: 0 0 20px #000;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 3vw;
  line-height: 1.3;
}

@media (max-width: 680px) {
  #anniversary .mainttl .mainlead {
    top: 40%;
    font-size: 6vw;
    line-height: 1.6;
  }
}

#anniversary .mainttl .mainlead span {
  font-size: 5vw;
}

@media (max-width: 680px) {
  #anniversary .mainttl .mainlead span {
    font-size: 10vw;
  }
}

#anniversary .cnt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 8% 0;
}

@media (max-width: 680px) {
  #anniversary .cnt {
    padding: 0 0 10% 0;
  }
}

#anniversary .cnt.aniv5th {
  padding: 0;
}

@media (max-width: 680px) {
  #anniversary .cnt.aniv5th {
    padding: 0;
  }
}

#anniversary .cnt.aniv5th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 60%;
  height: 100%;
  background: url("/-/media/hotel/remm/sannomiya/img/bg_5th.png") left top no-repeat;
  background-size: contain;
  z-index: 0;
}

#anniversary ul.tab {
  display: block;
  margin: 0 0 5% -5px;
  padding: 0;
  font-size: 0;
  text-align: left;
}

@media (max-width: 680px) {
  #anniversary ul.tab {
    margin: 0 0 10% -5px;
    text-align: left;
  }
}

#anniversary ul.tab li {
  display: inline-block;
  margin: 0;
  padding: 0 0 5px 5px;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: top;
}

#anniversary ul.tab li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  padding: 20px;
  position: relative;
  color: #000;
  margin: 0;
  background: rgba(242, 242, 242, 0);
  text-align: center;
  transition: all 0.2s ease;
  scroll-behavior: smooth;
}

@media (max-width: 680px) {
  #anniversary ul.tab li a {
    font-size: 12px;
    padding: 0px;
    text-align: left;
  }
}

#anniversary ul.tab li a:hover img {
  opacity: 0.8;
}

#anniversary ul.tab li a figure {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}

#anniversary ul.tab li a figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#anniversary ul.tab li a figure figcaption {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
}

@media (max-width: 680px) {
  #anniversary ul.tab li a figure figcaption {
    font-size: 12px;
    white-space: nowrap;
  }
}

#anniversary ul.tab li a p {
  font-size: 20px !important;
  color: #5A3030;
  line-height: 1.4;
  margin: 0;
  padding: 20px 0;
}

@media (max-width: 680px) {
  #anniversary ul.tab li a p {
    font-size: 12px !important;
    padding: 10px 0 20px 0;
  }
}

#anniversary ul.tab li a p.baloon {
  display: block;
  background: #5A3030;
  padding: 1vw;
  color: #fff;
  font-size: 0.7vw !important;
  line-height: 1 !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  text-align: center;
}

#anniversary ul.tab li a p.baloon span {
  display: block;
  font-size: 2vw !important;
  line-height: 1.4;
}

#anniversary ul.tab li a .darrow {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.2s ease;
}

#anniversary ul.tab li a .darrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #5A3030;
  border-bottom: 2px solid #5A3030;
  transform: translate(-50%, -4px) rotate(45deg);
}

#anniversary ul.tab li a .darrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #5A3030;
  border-bottom: 2px solid #5A3030;
  transform: translate(-50%, 4px) rotate(45deg);
}

#anniversary ul.tab li a:hover .darrow {
  transform: translate(-50%, 100%);
}

#anniversary .column {
  display: block;
  box-sizing: content-box;
  margin: 0 0 0 -5%;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
  text-align: center;
}

#anniversary .column::after {
  content: "";
  display: block;
  clear: both;
}

#anniversary .column.mgn {
  margin: 5% 0 5% -5%;
}

#anniversary .column.mgn_top {
  margin: 5% 0 0 -5%;
}

#anniversary .column.nomgn {
  margin: 0 0 0 -5%;
}

#anniversary .column.nomgn .row {
  margin: 0;
}

@media (max-width: 680px) {
  #anniversary .column+.column {
    margin-top: 10%;
  }
}

#anniversary .column .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 0 5% 5%;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  font-size: 18px;
}

@media (max-width: 680px) {
  #anniversary .column .row {
    padding: 0 0 0 5%;
  }
}

#anniversary .column .row.vmid {
  vertical-align: middle;
}

#anniversary .column .row.w2 {
  width: 50%;
}

@media (max-width: 800px) {
  #anniversary .column .row.w2 {
    width: 100%;
  }
}

#anniversary .column .row.w3 {
  width: 33.33%;
}

@media (max-width: 680px) {
  #anniversary .column .row.w3 {
    width: 100%;
  }
}

#anniversary .column .row.w3_2 {
  width: 66.66%;
}

@media (max-width: 680px) {
  #anniversary .column .row.w3_2 {
    width: 100%;
  }
}

#anniversary .column .row figure {
  margin: 0;
}

#anniversary .column .row figure img+img {
  margin-top: 10px;
}

#anniversary .plancol {
  display: block;
  padding: 2vw;
  margin: 4vw 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
}

@media (max-width: 680px) {
  #anniversary .plancol {
    padding: 5%;
  }
}

#anniversary .plancol.ribon::before {
  content: "";
  width: 12vw;
  height: 12vw;
  padding: 0;
  background: url("/-/media/hotel/remm/sannomiya/img/ribon.png") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 680px) {
  #anniversary .plancol.ribon::before {
    width: 20vw;
    height: 20vw;
  }
}

#anniversary .plancol .column {
  margin-top: 0;
  margin-bottom: 0;
}

#anniversary .plancol .column .row {
  padding-bottom: 0;
  margin-bottom: 0;
}

#anniversary .plancol .column .row h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-family: sans-serif;
  font-weight: 500;
  text-align: left;
}

#anniversary .plancol .column .row h3.planttl {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: normal;
  font-family: serif;
  line-height: 1.4;
  color: #5A3030;
}

@media (max-width: 680px) {
  #anniversary .plancol .column .row h3.planttl {
    font-size: 20px;
  }
}

#anniversary .plancol .column .row h3.planttl span {
  display: block;
  border: none;
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1.4;
  font-size: 24px;
}

@media (max-width: 680px) {
  #anniversary .plancol .column .row h3.planttl span {
    font-size: 16px;
  }
}

#anniversary .plancol .column .row h3.planttl span.sml {
  display: inline-block;
  font-size: 20px;
}

#anniversary .plancol .column .row p {
  margin: 0 0 0.5em 0;
}

#anniversary .plancol .column .row p.lead {
  font-size: 18px !important;
  letter-spacing: 0;
  margin: 0 0 0.5em 0;
  text-align: left !important;
  color: #5A3030;
}

@media (max-width: 800px) {
  #anniversary .plancol .column .row p.lead {
    font-size: 18px !important;
    text-align: left;
  }
}

@media (max-width: 680px) {
  #anniversary .plancol .column .row p.lead {
    font-size: 16px !important;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  #anniversary .plancol .column .row p.lead br {
    display: none;
  }
}

#anniversary .plancol .column .row .note {
  margin: 0 0 1em 0;
}

#anniversary .plancol .column .row figure {
  margin: 0;
}

@media (max-width: 680px) {
  #anniversary .plancol .column .row figure {
    margin: 0 0 5vw 0;
  }
}