@charset "UTF-8";
.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.font-ttl {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*top SP*/
.t-kv img {
  width: 100%;
}

.t-kv .slick-prev,
.t-kv .slick-next {
  background-color: #ee4e4e;
  background: url(/common/img/arr_white01.png) no-repeat #ee4e4e center center;
  background-size: 0.68rem 1.2rem;
  width: 3rem;
  height: 7.5rem;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none !important;
}

.t-kv .slick-prev::before,
.t-kv .slick-next::before {
  content: "";
}

.t-kv .slick-prev:hover,
.t-kv .slick-next:hover {
  opacity: 1;
}

.t-kv .slick-prev {
  left: 0;
  background-image: url(/common/img/arr_white01_02.png);
}

.t-kv .slick-next {
  right: 0;
}

.t-kv .slick-dots {
  bottom: 1rem;
}

.t-kv .slick-dots li {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.t-kv .slick-dots li button::before {
  content: "";
}

.t-kv .slick-dots li:hover {
  opacity: 1;
}

.t-kv .slick-dots li.slick-active {
  border-color: #ee4e4e;
}

.t-anchor {
  padding: 2rem 0;
  background: url(/common/img/cm_bg01.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
}

.t-anchor_item {
  width: 100%;
  margin: 2rem 0;
}

.t-anchor_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 0 #cacaca;
  box-shadow: 0 4px 0 0 #cacaca;
  background-color: #fff;
}

.t-anchor_item a > img {
  width: 32.97872%;
}

.t-anchor_ttl {
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #000000;
  font-weight: bold;
}

.t-anchor_ttl img {
  width: 6.5px;
  margin-left: 1rem;
  vertical-align: middle;
}

.t-about {
  background: url(../img/sp/about_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 3.5rem 0 6rem;
  overflow: hidden;
}

.t-about_copy {
  font-size: 1rem;
  line-height: 1.7143;
  color: #000000;
  font-style: italic;
}

.t-about_items {
  margin-top: 12.6rem;
  margin-bottom: 4rem;
}

.t-about_item {
  float: left;
  width: 16rem;
  width: 50%;
  margin-top: 3.2rem;
  padding-left: 0.75rem;
  text-align: center;
}

.t-about_item:nth-child(2n+1) {
  padding-right: 0.75rem;
  padding-left: 0;
}

.t-about_item .int {
  margin-bottom: 1.7rem;
  background-color: #e91a65;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 0 #fff;
  box-shadow: 2px 2px 0 0 #fff;
  display: table;
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
  z-index: 2;
}

.t-about_item .int::after, .t-about_item .int::before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
}

.t-about_item .int::after {
  border-width: 16px 9px 0 9px;
  border-color: #e91a66 transparent transparent transparent;
  margin-left: -9px;
}

.t-about_item .int::before {
  border-width: 16px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  margin-left: -7px;
}

.t-about_item .int_copy {
  font-size: 1.4rem;
  line-height: 1.6072;
  color: #fff;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem;
}

.t-about_item .pht {
  position: relative;
}

.t-about_item .pht::before {
  position: absolute;
  content: "";
  top: -1rem;
  left: 1rem;
  width: 111%;
  height: 113%;
  z-index: 1;
  background: url(../img/about_before01.png) no-repeat center center;
  background-size: 100% 100%;
}

.t-about_item .pht img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.t-about_item:nth-child(1) .pht::before {
  background-image: url(../img/about_before01.png);
  top: -4%;
  left: -15%;
}

.t-about_item:nth-child(2) .pht::before {
  background-image: url(../img/about_before02.png);
  top: -20%;
  left: -2%;
}

.t-about_item:nth-child(3) .pht::before {
  background-image: url(../img/about_before03.png);
  top: -18%;
  left: -10%;
}

.t-about_item:nth-child(4) .pht::before {
  background-image: url(../img/about_before04.png);
  top: -6%;
  left: 3%;
}

.t-about_item:nth-child(5) .pht::before {
  background-image: url(../img/about_before05.png);
  top: 12%;
  left: -15%;
}

.t-about_item:nth-child(6) .pht::before {
  background-image: url(../img/about_before06.png);
  top: 10%;
  left: -6%;
}

.t-gallery {
  background: url(/common/img/cm_bg01.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  padding: 3rem 0 6rem;
}

.t-gallery_copy {
  text-align: center;
  color: #342b1e;
  margin-bottom: 3.5rem;
}

.t-gallery_copy span {
  display: inline-block;
  font-size: 2rem;
  padding: 0 6rem;
  position: relative;
  min-height: 7.5rem;
  line-height: 7.5rem;
}

.t-gallery_copy span::before, .t-gallery_copy span::after {
  position: absolute;
  top: 0;
  width: 2.1rem;
  height: 7.5rem;
  background: no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

.t-gallery_copy span::before {
  left: 0;
  background-image: url(../img/gallery_copy_left.png);
}

.t-gallery_copy span::after {
  right: 0;
  background-image: url(../img/gallery_copy_right.png);
}

.t-gallery_slider {
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}

.t-gallery_slider img {
  width: 100%;
}

.t-plan {
  position: relative;
  background: url(/common/img/cm_bg02.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
  padding: 3.5rem 0 5rem;
}

.t-plan::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(192, 180, 144, 0.8);
  content: "";
}

.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-list_item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-list_item .pht {
  width: 100%;
  position: relative;
}

.plan-list_item .pht img {
  width: 100%;
}

.plan-list_item .pht .tag {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 0;
}

.plan-list_item .pht .tag li {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #202020;
  border-radius: 3px;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.plan-list_item .int {
  width: 100%;
  background: #fff;
  padding: 1.5rem 10.66667%;
  background: url(../img/plan_bg01.jpg) no-repeat top right;
  background-size: 100% 100%;
  color: #fff;
}

.plan-list_item .int_ttl {
  font-size: 1.5rem;
  line-height: 1.4666667;
  font-weight: bold;
  margin-bottom: 1rem;
  background: url(/common/img/arr_white01.png) no-repeat top 0.85rem right;
  background-size: 0.85rem 1.5rem;
}

.plan-list_item .int_ttl .sm {
  font-size: 1.4rem;
  font-weight: 300;
}

.plan-list_item .int_copy {
  font-size: 1rem;
  line-height: 1.75;
}

.plan-list_item .int_copy .hl {
  color: #df3f3f;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff0), color-stop(25%, #ff0), color-stop(25%, transparent), color-stop(25%, transparent));
  background: -webkit-linear-gradient(bottom, #ff0, #ff0 25%, transparent 25%, transparent 25%);
  background: -o-linear-gradient(bottom, #ff0, #ff0 25%, transparent 25%, transparent 25%);
  background: linear-gradient(to top, #ff0, #ff0 25%, transparent 25%, transparent 25%);
}

.plan-list_item-01 {
  width: 50%;
}

.plan-list_item-01 .int_ttl {
  font-size: 1.85rem;
}

.plan-list_item-02 .pht {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.plan-list_item-02 .pht img {
  opacity: 0;
}

.plan-list_item-02 .int {
  width: 50%;
  padding: 1.5rem 5.33333%;
}

.plan-list_item-02 .int_ttl {
  background-position: center right;
}

.plan-list_item-03 .int {
  background: #ee4e4e;
  padding: 0.5rem;
}

.plan-list_item-03 .int_ttl {
  display: inline-block;
  padding-right: 2.3rem;
  padding: 5rem 2.3rem 5rem 0;
  background-position: center right;
  margin-bottom: 0;
}

.plan-list_item-03 .int .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.plan-list_item-04 .pht {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.plan-list_item-04 .pht img {
  opacity: 0;
}

.plan-list_item-04 .int {
  width: 50%;
  padding: 1.5rem 5.33333%;
}

.plan-list_item-04 .int_ttl {
  background-position: center right;
}

.plan-list_item.mt-sp {
  margin-top: 5rem;
}

.plan-list_item:nth-child(1) .int {
  background-image: url(../img/plan_bg01.jpg);
}

.plan-list_item:nth-child(2) .int {
  background-image: url(../img/plan_bg02.jpg);
}

.plan-list_item:nth-child(3) .int {
  background-image: url(../img/plan_bg03.jpg);
}

.plan-list_item:nth-child(4) .int {
  background-image: url(../img/plan_bg04.jpg);
}

.plan-list_item:nth-child(5) .int {
  background-image: url(../img/plan_bg05.jpg);
}

.plan-list_item:nth-child(6) .int {
  background-image: url(../img/plan_bg06.jpg);
}

.plan-list_item:nth-child(7) .int {
  background-image: url(../img/plan_bg07.jpg);
}

.plan-list_item:nth-child(8) .int {
  background: #ee4e4e;
}

.plan-list_item:nth-child(10) .int {
  background: #ac4ca2;
}

.plan-list_item:nth-child(9) .int {
  background-image: url(../img/plan_bg08.jpg);
}

.plan-list_item:nth-child(11) .int {
  background-image: url(../img/plan_bg09.jpg);
}

.plan-list_item:nth-child(12) .int {
  background-image: url(../img/plan_bg10.jpg);
}

.plan-list_item:nth-child(13) .int {
  background-image: url(../img/plan_bg11.jpg);
}

.t-rental {
  background: url(/common/img/cm_bg02.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
  padding: 3.5rem 0 4rem;
}

.t-rental_list {
  margin-top: 3.2rem;
  margin-bottom: 3rem;
  background-color: #fff;
}

.t-rental_item {
  position: relative;
  margin-bottom: 1px;
}

.t-rental_item .pht img {
  width: 100%;
}

.t-rental_item .copy {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.t-rental_item .copy span {
  padding: 0.6rem 0;
  background: url(/common/img/arr_link01.png) no-repeat bottom right;
  background-size: 300px 4px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.t-rental_link {
  display: block;
}

.t-rental_ttl {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #ee4e4e;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
}

.t-publication {
  background: url(/common/img/cm_bg03.jpg) repeat top left;
  background-size: 5rem 5rem;
  padding: 3.5rem 0 4rem;
}

.t-publication_list {
  padding-top: 1rem;
  margin-bottom: 2.5rem;
}

.t-publication_item {
  position: relative;
  margin-top: 1rem;
  background-color: #fff;
}

.t-publication_item .pht {
  float: left;
  width: 44.77612%;
}

.t-publication_item .pht img {
  width: 100%;
}

.t-publication_item .int {
  width: 55.22388%;
  color: #202020;
  padding: 1.2rem 1.5rem;
}

.t-publication_item .int_time {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.t-publication_item .int_ttl {
  font-size: 1.2rem;
}

.t-publication_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-news {
  padding-top: 4rem;
  background-color: #fff;
}

.t-news_body {
  padding: 2.8rem 0;
  border: 1px solid #d4d4d4;
  position: relative;
}

.t-news_ttl {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #202020;
  margin-bottom: 2rem;
  overflow: hidden;
}

.t-news_ttl > span {
  font-weight: bold;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  padding: 0 2.3rem;
  position: relative;
  background-color: #fff;
}

.t-news_list {
  margin-bottom: 1.8rem;
  padding: 0  5.8%;
}

.t-news_list li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.t-news_list li .time {
  color: #84878b;
  font-weight: 400;
  display: block;
}

.t-news_list li .ttl {
  color: #202020;
  display: block;
  font-size: 1.2rem;
}

.t-news_list a {
  color: inherit;
}

/*# sourceMappingURL=top_sp.css.map */