@charset "UTF-8";

/* home
---------------------------------------- */
.home header {
  position: relative;
  width: 100%;
  height: 54vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
header h1 {
  position: absolute;
  top: 13vw;
  left: calc( 50% - 2em);
  line-height: 2em;
  writing-mode: vertical-rl;
  z-index: 3500;
  font-size: var(--f-clamp-26);
}
header h1 span {
  background-color: var(--bg-color-02);
  padding: 0.6em 0.4em;
  font-size: var(--f-clamp-26);
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 700;
}
.home header .crown {
  position: relative;
  width: 50%;
  height: 54vw;
  background-image: url(../images/crown/pattern-01.png), url(../images/top/main-top-image.webp);
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: center, top left;
}
.crown figure {
  width: 22vw;
  height: auto;
  position: absolute;
  top: 22vw;
  left: calc( 25% - -2vw);
}
.home header .annex {
  position: relative;
  width: 50%;
  height: 54vw;
  background-image: url(../images/crown/pattern-01.png), url(../images/top/annex-top-image.webp);
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: center, top right;
}
.annex figure {
  width: 31vw;
  height: auto;
  position: absolute;
  top: 23vw;
  left: calc( 75% - 27vw);
}
.vc_col-sm-12 {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (max-width: 960px) {
  .home header h1 {
    top: 2em;
  }
}
@media screen and (max-width: 550px) {
  .home header,
  .home header .crown,
  .home header .annex {
    height: 60vh;
  }
  .home header .crown {
    background-position: center, center;
  }
  .home header h1 {
    top: 3em;
    width: 4em;
  }
  .crown figure {
    top: 49vw;
  }
  .annex figure {
    top: 50vw;
  }
}
/* home main
---------------------------------------- */
.home main {
  width: 100%;
  overflow: hidden;
}
.home main h2 {
  line-height: 2em;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-36);
	text-align: left;
	margin-bottom: 2vw;
}
/* welcome ___________________ */
.home .welcome {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 1vw;
  background: url("../images/crown/welcome-bg01.webp") no-repeat top right transparent;
  background-size: cover;
  height: 48vw;
  margin-bottom: 10vw;
  padding-bottom: 1em;
}
.home .welcome h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: tb-rl;
  font-weight: 600;
  padding: 0;
  margin-top: 0.9em;
  margin-right: 1.1em;
  color: #fff;
  text-orientation: upright;
}
.home .welcome h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-orientation: mixed;
}
.home .welcome h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: #fff;
  content: "";
}
.home .welcome .photoBox {
  margin-top: 2em;
  margin-left: 2em;
}
.home .welcome .photoBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-18);
  line-height: 2em;
  writing-mode: tb-rl;
  font-weight: 400;
  color: #fff;
}
.home .welcome .botanBox {
  margin-top: 2em;
}

/* homes ___________________ */
.home .crownHotel h2 {
  font-size: var(--f-clamp-36);
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
  margin-bottom: 0;
}
.home .crownHotel h3 {
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  align-items: center;
  display: flex;
  font-size: var(--f-20);
  text-align: center;
  margin: 0 auto 2em;
  width: 10em;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.home .crownHotel h3:before,
.home .crownHotel h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.home .crownHotel h3:before {
  margin-right: 1rem;
}
.home .crownHotel h3:after {
  margin-left: 1rem;
}

/* home crown ___________________ */
.home .crownHotel {
  width: auto;
}
.home .crownBox {
  display: flex;
  justify-content: right;
  width: auto;
  gap: 2vw;
}
.home .crownBoxL {
  background: url("../images/top/crown-logo-opa.png") no-repeat top center transparent;
  background-size: contain;
  margin-left: 5vw;
}
.home .crownBoxL h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: tb-rl;
  font-weight: 600;
  padding: 0;
  margin-top: 0.9em;
  margin-left: 2.8em;
  margin-bottom: .5em;
  color: var(--green01);
  text-orientation: upright;
}
.home .crownBoxL h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-orientation: mixed;
}
.home .crownBoxL h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.home .crownBoxL p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  margin-bottom: 2em;
}
.home .crownBoxR {
  background: url("../images/top/top-crown-img.webp") no-repeat top left transparent;
  background-size: cover;
  width: 67vw;
  height: 44vw;
}
.home .crownBoxL figure {
  max-width: 280px;
  width: 100%;
  margin-top: 30px;
}
.home .crownBoxL figure img {
  max-width: 280px;
  width: 100%;
}

/* home newsCrown & home newsAnnex ___________________ */
.newsCrown {
  width: 100%;
  background: linear-gradient(0deg, #fff 0%, #fff 43%, var(--pink) 43%, var(--pink) 100%);
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  align-items: center;
  margin-bottom: 7vw;
  padding-top: 3vw;
}
.newsCrown .newsBox {
  width: 26vw;
  text-align: center;
  padding-left: 6vw;
}
.newsCrown .newsBox h2 {
  font-size: var(--f-clamp-36);
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
  margin-bottom: 0;
}
.newsCrown .newsBox h3 {
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  align-items: center;
  display: flex;
  font-size: var(--f-20);
  text-align: center;
  margin: 0 auto 10em;
  width: 10em;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.newsCrown .newsBox h3:before,
.newsCrown .newsBox h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.newsCrown .newsBox h3:before {
  margin-right: 1rem;
}
.newsCrown .newsBox h3:after {
  margin-left: 1rem;
}
.newsCrown .newsBox .botanBox {
  margin-top: 3em;
}
.newsCrown .newsBox .botanBox .btnlinestretches {
  background-color: #fff;
  color: var(--green01);
  border: 1px solid var(--green01);
}
.newsCrown .newsBlog {
  width: 69vw;
}

/* 新着情報 blog スライダー ___________________ */
.newsCrown .container {
  margin-inline: auto;
  max-width: 69vw;
  position: relative;
}
.newsCrown .swiper {
  width: 100%;
}
.newsCrown .swiper figure {
  margin: 0;
}
.newsCrown .swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.newsCrown .swiper-slide h4 {
  margin: 0;
  line-height: 140%;
  padding: 20px 0 0;
  font-size: var(--f-15);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
}
.newsCrown .swiper-slide h4 a {
  color: #000;
  text-decoration: underline;
}
.newsCrown .swiper-slide h4 a:hover {
  color: #666;
  text-decoration: none;
}
.newsCrown .news_meta {
  display: flex;
  height: 40px;
  margin: 0;
  padding: 20px 0;
  font-size: var(--f-15);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
}
.newsCrown .swiper-button-next {
  right: -15px;
}
.newsCrown .swiper-button-next {
  right: -15px;
}
.newsCrown .swiper-button-prev {
  left: calc(50% - 79%) !important;
  height: calc(var(--swiper-navigation-size) / 44 * 27) !important;
  font-size: var(--f-12) !important;
  padding: 2.5em !important;
  border: solid 1px #666 !important;
  border-radius: 50% !important;
  color: #000 !important;
  background-color: #fff;
}
.newsCrown .swiper-button-next {
  left: calc(50% - 68%) !important;
  height: calc(var(--swiper-navigation-size) / 44 * 27) !important;
  font-size: var(--f-12) !important;
  padding: 2.5em !important;
  border: solid 1px #666 !important;
  border-radius: 50% !important;
  color: #000 !important;
  background-color: #fff;
}

/* home annex ___________________ */
.home .annexHotel {
  width: auto;
  margin-top: 10vw;
}
.home .annexBox {
  display: flex;
  justify-content: left;
  width: 100%;
  gap: 2vw;
  margin-bottom: 5vw;
  flex-direction: row-reverse;
}
.home .annexBoxL {
  background: url("../images/top/annex-logo-opa.png") no-repeat top center transparent;
  background-size: contain;
}
.home .annexBoxL h2 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 1.4em;
  writing-mode: tb-rl;
  font-weight: 600;
  padding: 0;
  margin-top: 0.9em;
  margin-left: .8em;
  margin-bottom: 2em;
  color: var(--green01);
  text-orientation: upright;
}
.home .annexBoxL h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-clamp-20);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-orientation: mixed;
}
.home .annexBoxL h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: var(--green01);
  content: "";
}
.home .annexBoxL p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.8em;
  margin-bottom: 2em;
}
.home .annexBoxR {
  background: url("../images/top/top-annex-img.webp") no-repeat top left transparent;
  background-size: cover;
  width: 67vw;
  height: 44vw;
}

/* home access ___________________ */
.home .topAccess {
  width: 100%;
  background-color: var(--pink);
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  padding-bottom: 3em;
  margin-bottom: 80px;
}
.home .accessBox {
  width: 30vw;
  text-align: center;
  margin-left: 10vw;
}
.home .accessBox h2 {
  font-size: var(--f-clamp-36);
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 2em;
}
.home .accessBox h3 {
  font-family: var(--font-shipporMincho);
  color: var(--green01);
  align-items: center;
  display: flex;
  font-size: var(--f-20);
  text-align: center;
  margin: 0 auto 2em;
  width: 10em;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.home .accessBox h3:before,
.home .accessBox h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.home .accessBox h3:before {
  margin-right: 1rem;
}
.home .accessBox h3:after {
  margin-left: 1rem;
}
.home .accessBox h4 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-24);
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
}
.home .accessBox h4.annex {
  margin-top: 3em;
}
.home .accessBox p {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  line-height: 1.5em;
  font-weight: 400;
  text-align: justify;
  margin-top: 2em;
}
.home .accessBox .botanBox {
  margin-top: 3em;
}
.home .topAccess .photoBox {
  width: 48vw;
  margin-right: 5vw;
}

/* footer ___________________ */
footer {
  width: 100%;
  background-color: var(--green01);
}
.footerBox {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 5vw 0 4vw;
  width: auto;
  background-color: var(--green01);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
}
.footer-logo,
.footer-logo-annex {
  max-width: 390px;
  width: auto;
  text-align: center;
}
.footer-logo h2 {
  max-width: 220px;
  width: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
}
.footer-logo-annex h2 {
  max-width: 270px;
  width: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
}
.footer-logo address,
.footer-logo-annex address {
  font-size: var(--f-15);
  text-align: left;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
.footer-logo address a[href^="tel:"],
.footer-logo-annex address a[href^="tel:"] {
  color: #fff;
}
.home footer .btnlinestretches {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 50px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-size: var(--f-18);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
}
footer small {
  display: block;
  font-size: var(--f-14);
  line-height: 1.5em;
  font-family: var(--font-shipporMincho);
  text-align: center;
  color: #fff;
  padding-bottom: 1.5em;
}

@media only screen and (max-width: 820px) {
  .newsCrown .swiper-button-prev {
    left: calc(50% - 87%) !important;
    font-size: var(--f-10) !important;
    padding: 2.8em !important;
  }
  .home .welcome {
    margin-bottom: 17vw;
  }
}

@media only screen and (max-width: 760px) {
  .home .welcome {
    height: 70vw;
    margin-bottom: 25vw;
    background-position: top center;
  }
  .home .welcome .photoBox p {
    font-size: var(--f-15);
  }
  .newsCrown {
    display: block;
    background: linear-gradient(0deg, #fff 0%, #fff 30%, var(--pink) 30%, var(--pink) 100%);
  }
  .newsCrown .newsBox {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5vw;
  }
  .newsCrown .container {
    width: 100%;
    max-width: initial;
  }
  .newsCrown .swiper {
    width: 100%;
  }
  .newsCrown .newsBlog {
    width: 96vw;
    margin: 0 auto;
  }
  .swiper-button-prev {
    left: calc(50% - 11%) !important;
    top: -20% !important;
  }
  .swiper-button-next {
    left: calc(50% + 3%) !important;
    top: -20% !important;
  }
  .newsCrown .newsBox h3 {
    margin: 0 auto 6em;
  }
  .newsCrown .swiper-button-prev {
    left: calc(50% - 21%) !important;
  }
  .newsCrown .swiper-button-next {
    left: calc(50% - -2%) !important;
  }
}
@media only screen and (max-width: 700px) {
  .home .topAccess .photoBox {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .home .topAccess .photoBox figure {
    padding: 0 10px;
  }
  .home .accessBox h2 {
    margin-top: 0;
  }
  .home .accessBox {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .home .accessBox h4 {
    text-align: center;
  }
  .home .accessBox p {
    text-align: center;
  }
  .home .topAccess {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .footerBox {
    flex-direction: column;
  }
}
@media only screen and (max-width: 560px) {
  .home .welcome {
    height: 90vw;
  }
  .home .crownBox {
    flex-direction: column;
    gap: 10vw;
  }
  .home .crownBoxR {
    width: 100vw;
    height: 64vw;
  }
  .home .crownBoxL {
    background-size: 50%;
    margin-left: 0;
    position: relative;
    height: 73vw;
  }
  .home .crownBoxL h2 {
    position: absolute;
    margin-top: 0;
    top: 0px;
    right: 1em;
  }
  .home .crownBoxL h2 > .sub-ttl {
    padding: 3em 0 0;
  }
  .home .crownBoxL p {
    margin-left: 1em;
    margin-bottom: 2em;
  }
  .home .crownBoxL figure {
    margin-left: 1em;
    max-width: 240px;
  }
  .crownBoxL .botanBox {
    margin-left: 1em;
  }
  .home .annexHotel {
    margin-top: 16vw;
  }
  .home .annexBox {
    flex-direction: column;
  }
  .home .annexBoxR {
    width: 100vw;
    height: 64vw;
  }
  .home .annexBoxL {
    background-size: 50%;
    margin-left: 0;
    position: relative;
    height: 58vw;
  }
  .home .annexBoxL h2 {
    position: absolute;
    margin-top: 0;
    top: 0px;
    right: 1em;
  }
  .home .annexBoxL h2 > .sub-ttl {
    padding: 3em 0 0;
  }
  .home .annexBoxL p {
    margin-left: 1em;
    margin-bottom: 2em;
  }
  .annexBoxL .botanBox {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .home .welcome {
    height: 118vw;
    margin-bottom: 27vw;
  }
  .home .welcome .photoBox {
    margin-left: 1em;
  }
  .home .welcome .btnlinestretches {
    font-size: var(--f-16);
  }
}
@media (orientation: landscape) and (max-width: 670px) {
  .home header h1 {
    left: calc( 50% - 5em);
    line-height: 5em;
    font-size: var(--f-10);
    top: .5em;
  }
}
