@charset "UTF-8";
/*main color*/
/*secondary colors*/
/*accent*/
/*addcolor*/
/*font-family*/
/*font-weight*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*grid settings*/
/* media query */
@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1);
  }
  75% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
.p-cont-bg {
  background-color: #fff;
}

.p-mv__gallery {
  background-image: url("../../images/common/bg_stone.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__gallery {
    padding: 3rem 0 2rem;
  }
}

#sliderMv.slider {
  padding: 0 17vw;
}
@media only screen and (max-width: 768px) {
  #sliderMv.slider {
    padding: 0 6vw;
  }
}
#sliderMv .inner {
  width: calc(100% - 2.5rem);
}
@media only screen and (max-width: 768px) {
  #sliderMv .inner {
    width: calc(100% - 1rem);
  }
}
#sliderMv .slides {
  left: -100%;
}
#sliderMv .slider-dots {
  margin: 3rem 0;
}

.p-obi {
  background-color: #699343;
  color: #fff;
  padding: 3rem 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
.p-obi .p-block__btn{padding: 12px 0}
}

@media only screen and (max-width: 768px) {
  .p-obi {
    padding: 1.5rem 5%;
  }
}
.p-obi__txt {
  text-align: center;
  font-size: 33px;
  font-size: 3.3rem;
}
@media (max-width: 768px) {
  .p-obi__txt {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-obi__txt {
    font-size: 2.8rem;
  }
}
.p-obi__txt-sm {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-obi__txt-sm {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-obi__txt-sm {
    font-size: 2rem;
  }
}

.p-block {
  padding: 1px 0;
}
.p-block-tokuten {
  max-width: 1080px;
}
.p-block-tokuten__box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
}
@media (max-width: 768px) {
  .p-block-tokuten__box {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-block-tokuten__box {
    font-size: 1.4rem;
  }
}
.p-block__chu {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-block__chu {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-block__chu {
    font-size: 1rem;
  }
}
.p-block__chu i {
  margin-right: 0.5em;
}
.p-block__ttl {
  font-size: 35px;
  font-size: 5.5rem;
  text-align: center;
  margin: 4rem auto;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-block__ttl {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-block__ttl {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-block__ttl {
    margin: 2rem auto;
    line-height: 1.3;
  }
}
.p-block__ttl-h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #982124;
  margin: 2.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-block__ttl-h3 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .p-block__ttl-h3 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-block__ttl-h3 {
    margin: 3rem 0 1rem;
  }
}
.p-block__ttl-underline {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  height: 1px;
  background-color: #282828;
}
.p-block__txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .p-block__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-block__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-block__txt {
    margin: 1rem 0;
  }
}
.p-block__txt-M {
  font-weight: 500;
}
.p-block__btn-wrap--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-block__btn-wrap--2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-block__btn-wrap--1 {
  max-width: 40rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-block__btn-wrap--1 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-block__btn a {
  font-size: 25px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-block__btn a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-block__btn a {
    font-size: 2rem;
  }
}

.p-cont-spec {
  padding: 4rem 0 6.5rem;
}
@media only screen and (max-width: 768px) {
  .p-cont-spec {
    padding: 2rem 0 3rem;
  }
}
.p-cont-spec.hide {
  display: none;
}
.p-cont-inf {
  background-image: url("../../images/common/bg_stone.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-cont__ttl {
  background-color: #3C5064;
  padding: 2rem 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  margin: 1px auto 2.5rem;
}
@media (max-width: 768px) {
  .p-cont__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-cont__ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl {
    margin: 1px auto 2rem;
    flex-direction: column;
  }
}
.p-cont-spec .p-cont__ttl {
  display: block;
  background-color: unset;
  padding: unset;
  color: #333;
}
.p-cont__ttl-en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.p-cont-spec .p-cont__ttl-en {
  color: #3C5064;
}
.p-cont__ttl-jp {
  font-size: 30px;
  font-size: 3rem;
  margin-left: 1rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-cont__ttl-jp {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-cont__ttl-jp {
    font-size: 2.4rem;
  }
}
.p-cont-spec .p-cont__ttl-jp {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-cont-spec .p-cont__ttl-jp {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont-spec .p-cont__ttl-jp {
    font-size: 1.6rem;
  }
}
.p-cont__ttl-underline {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  height: 1px;
  background-color: #3C5064;
}
.p-cont__tabbtn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1.8rem;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 768px) {
  .p-cont__tabbtn {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.p-cont__tabbtn__item a {
  font-size: 22px;
  font-size: 2.2rem;
  height: 7rem;
  background-color: #3C5064;
  color: #fff;
  border: 1.5px solid #3C5064;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-cont__tabbtn__item a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-cont__tabbtn__item a {
    font-size: 1.8rem;
  }
}
.p-cont__tabbtn__item a.active {
  background-color: #fff;
  color: #333;
  border: 1px solid #3C5064;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-cont__tabbtn__item a:hover {
    opacity: 0.7;
  }
}
.p-cont__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 2rem;
  max-width: 1080px;
  margin: 5rem auto;
}
.p-cont__grid2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 2rem ;
  max-width: 860px;
  margin: 5rem auto;
}
.p-cont__grid3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 2rem ;
  max-width: 860px;
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-cont__grid {
    margin: 2rem auto;
    grid-template-columns: 1fr;
  }
  .p-cont__grid2,
   .p-cont__grid3{
    margin: 2rem auto;
    grid-template-columns: 1fr;
	max-width: 100%;
  }
}
.p-cont__grid__ttl {
  margin: 1rem 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
.p-cont__grid__ttl .txt12{font-size: 12px}
@media (max-width: 768px) {
  .p-cont__grid__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont__grid__ttl {
    font-size: 1.6rem;
  }
}
.p-cont__grid__ttl-sm {
  font-size: 0.8em;
  display: block;
}
.p-cont__grid__ul__li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.p-cont__grid__ul__li .c-dot {
  margin-top: 0.3lh;
}
.p-cont__detail {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-cont__detail {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-cont__detail {
    font-size: 1.3rem;
  }
}
.p-cont__detail-dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #A9A995;
}
.p-cont__detail-sm {
  display: inline-block;
  margin-left: -0.4em;
  margin-right: -0.2em;
}
.p-cont__box {
  background-color: rgba(212, 212, 202, 0.2);
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__box {
    padding: 1rem;
  }
}
.p-cont__box__ttl {
  display: block;
  width: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-cont__box__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont__box__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__box__ttl {
    width: 100%;
  }
}
.p-cont__box__list {
  max-width: 1080px;
  margin: 0 auto;
}
.p-cont__box__list__item {
  border-bottom: 1px solid;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-cont__box__list__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-cont__box__list__item:last-of-type {
  border-bottom: unset;
}
.p-cont__box__ul {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-cont__box__ul {
    flex-direction: column;
    width: 100%;
  }
}
.p-cont__box__ul__li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.p-cont__map {
  /*display: grid;
  grid-template-areas: "bg gnav" "gbtn gbtn";
  grid-template-columns: 55% 42%;
  gap: 3%;
  grid-template-rows: max-content 1fr;*/
  
}
@media only screen and (max-width: 768px) {
  .p-cont__map {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.p-cont__map__bimg {
  grid-area: bg;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px
}
.p-cont__map__nav {
  grid-area: gnav;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  height: 100%;
}
.p-cont__map__btn {
  grid-area: gbtn;
  width: 100%;
  max-width: 40rem;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
.p-cont__map__btn a {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: min(1.9vw, 2.5rem);
}
@media (max-width: 768px) {
  .p-cont__map__btn a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-cont__map__btn a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__map__bimg, .p-cont__map__simg, .p-cont__map__nav, .p-cont__map__btn {
    grid-area: unset;
  }
}
.p-cont__chu {
  max-width: 1080px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 4rem auto;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-cont__chu {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-cont__chu {
    font-size: 1rem;
  }
}
.p-cont__plan__img {
  max-width: 54.7rem;
  margin: 0 auto;
}
.p-cont__plan__img-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-cont__plan__fbtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-weight: 700;
}
.p-cont__plan__fbtn .u-btn-next {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border: 2px solid #3C5064;
}
@media (max-width: 768px) {
  .p-cont__plan__fbtn .u-btn-next {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-cont__plan__fbtn .u-btn-next {
    font-size: 1.2rem;
  }
}
.p-cont__plan__fbtn .u-arw-next {
  position: relative !important;
  margin-left: 1rem;
  right: unset;
}
.p-cont__plan__fbtn.obj--1 {
  left: 45%;
  top: 23%;
}
.p-cont__plan__fbtn.obj--2 {
  left: 45%;
  top: 53%;
}
.p-cont__plan__fbtn.obj--3 {
  left: 45%;
  top: 83%;
}
.p-cont__plan__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3rem;
  max-width: 1080px;
  margin: 6rem auto 1rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__plan__list {
    margin: 3rem auto 1rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-cont__plan__chu {
  max-width: 1080px;
  letter-spacing: 0;
  line-height: 1.7;
}

.p-spcard {
  background-image: url("../../images/top/bg-mov.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .p-spcard {
    padding: 5rem 5%;
  }
}
.p-spcard__ttl {
  font-size: 35px;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-spcard__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-spcard__ttl {
    font-size: 2.4rem;
  }
}
.p-spcard__ttl__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .p-spcard__ttl__icon {
    width: 3rem;
    height: 3rem;
  }
}
.p-spcard__ttl__txt {
  color: #fff;
}
.p-spcard__txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 3rem auto;
}
@media (max-width: 768px) {
  .p-spcard__txt {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-spcard__txt {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-spcard__txt {
    margin: 1.5rem auto;
  }
}
.p-spcard__btn {
  max-width: 50rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-spcard__btn {
    margin: 1rem auto;
  }
}
.p-spcard__btn a {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-spcard__btn a {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-spcard__btn a {
    font-size: 1.7rem;
  }
}

.obj--bglight {
  background-color: rgba(212, 212, 202, 0.2);
}

.obj--pad-t2 {
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-t2 {
    padding-top: 1rem;
  }
}
.obj--pad-b4 {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-b4 {
    padding-bottom: 2rem;
  }
}
.obj--pad-b6 {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-b6 {
    padding-bottom: 3rem;
  }
}
.obj--pad-b8 {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .obj--pad-b8 {
    padding-bottom: 4rem;
  }
}

.obj--mrg-t2 {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t2 {
    margin-top: 1rem;
  }
}
.obj--mrg-t4 {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t4 {
    margin-top: 2rem;
  }
}
.obj--mrg-t6 {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t6 {
    margin-top: 3rem;
  }
}

/*プラン　リンク付きmap*/
.plan_mapmenu {
  position: relative;
  text-align: center;
  width: 500px;
  margin: 40px auto;
}

.plan_mapmenu .mapmenu {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.plan_mapmenu .mapmenu:hover,
.plan_mapmenu .mapmenu.onover {
  opacity: 1 !important;
}

.plan_mapmenu .mapmenu a {
  display: block;
  height: 100%;
}

#mapmenu_type_1 {
  top: 36px;
  left: 77px;
  width: 67px;
  height: 112px;
  background: URL("../../images/top/roomplan_floors_1.svg") no-repeat 0 0;
  background-size: 100%;
}

#mapmenu_type_9 {
  top: 181px;
  left: 201px;
  width: 68px;
  height: 111px;
  background: URL("../../images/top/roomplan_floors_9.svg") no-repeat 0 0;
  background-size: 100%;
}


.mapmenuend {
  position: absolute;
  background: none !important;
}

@media screen and (max-width: 767px) {
  .plan_mapmenu {
    width: 90%;
    margin: 20px auto;
  }
  .plan_mapmenu .mapmenu:hover,
  .plan_mapmenu .mapmenu.onover {
    opacity: 0 !important;
  }
  .mapmenu {
    display: none;
  }
  .plan_mapmenu .mapmenu a {
    display: none !important;
    height: 0%;
  }
  .plan_mapmenu img {
    max-width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=top.css.map */