@charset "UTF-8";

.title-illust {
  top:50px;
}

.bnr-box01 {
  position: relative;
  height: 180px;
  color: #fff;
  overflow-y: hidden;
  border-radius: 10px;
}
.bnr-box01-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.bnr-box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.top-bg02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: #4e93a6;
  mix-blend-mode: multiply;
}
.bnr-box02 {
  position: relative;
  height: 180px;
  color: #fff;
  overflow-y: hidden;
  border-radius: 10px;
}
.bnr-box02-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}





#GALLERY, #ROOM , #PRICE , #LANDSCAPE , #LOCATION , #ACCESS , #OUTLINE , #FACILITY , #kanri {
	scroll-margin-top: 80px;
}

.slider02-ph {
  height: 200px;
}
.slider03-ph {
  height: 130px;
}

.br-main {
	border-right: solid 1px #134ea2;
}
.by-main {
	border-top: solid 1px #134ea2;
	border-bottom: solid 1px #134ea2;
}
.bb-main {
	border-bottom: solid 1px #134ea2;
}


.selecter a {
	display: block;
	font-size: 14px;
	background: #fff;
	color: #134ea2;
	border: solid 1px #134ea2;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.selecter .active,
.selecter a:hover {
	background: #134ea2;
	color: #fff;
}

.box-ph {
	height: 190px;
}

.bg-contents {
	position: absolute;
	width: 100%;
	height: 360px;
	top: 0;
	left: 0;
	background: #90B1C4;
	z-index: -1;
}
.item-icon {
	width: 90px;
	height: 90px;
}
.works-ph {
	height: 200px;
}

.swiper {
	position: relative;
	overflow: hidden;
}
.slide-media {
	width: 100%;
	height: 270px;
}
.thumb-media {
	width: 33%;
	height: 120px;
}
.thumb-media:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: #000;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}


table {
	width: 100%;
}



.category__item + .category__item {
  border-left: 1px solid var(--black);
}

.pager__item {
  display: inline-block;
  color: #fff;
  background-color: var(--pager);
  border: 1px solid transparent;
  border-color: var(--pager);
  padding: 0.5rem;
  margin: 0.75rem 0.2rem;
  min-width: 2rem;
  text-align: center;
}
.pager__item-current {
  color: var(--pager);
  background-color: #fff;
}
.pager__dots {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin: 0.75rem 0.2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .category__item:nth-child(4) {
    border-left: none;
  }
}

.cap01 {
	position: relative;
}
.cap01::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #134ea2;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.location-ph {
	height: 200px;
}

.line {
	position: relative;
	height: 1.5em;
}
.line::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	margin-top: 0.8em;
	border-top: 2px dotted silver;
}
.line .name {
	position: absolute;
	padding-right: 1ex;
	background-color: white;
}
.line .page {
	right: 0;
	position: absolute;
	padding-left: 1ex;
	background-color: white;
}

.BTN04 a {
    color: #fff;
    background: #134ea2;
    text-align: center;
    transition: all 0.6s ease 0s;
    padding: 3px 10px;
}
.BTN04 a:hover {
  background: #000;
  transition: all 0.6s ease 0s;
}



/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

    .title-illust {
        top: unset;
        bottom: -26px;
        width: 38%;
    }
    .top-bg02 {
        top: 20%;
        height: 60%;
    }
    .bnr-box02 {
        height: 150px;
    }




	.slider02-ph {
	height: 120px;
	}
	.item-icon {
		width: 80px;
		height: 80px;
	}
	.slide-media {
		width: 100%;
		height: 250px;
	}
	.thumb-media {
		height: 60px;
	}
	.over-sp {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.location-ph {
		height: 120px;
	}

}
