@charset "UTF-8";

.search-pager li a {
    display: block;
    width: auto;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    background: #fff;
    color: #666;
    border: solid 1px #666;
}
.search-pager .active {
  background: #666!important;
  color: #fff!important;
}

.search-box {
  border-top: solid 3px #beaf87;
  border-bottom: solid 1px #363636;
  border-left: solid 1px #363636;
  border-right: solid 1px #363636;
}
.search-box02 {
  border-top: solid 3px #beaf87;
}
.search-check {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
	position: relative;
}
.search-check::after {
    content: "CHECK";
    position: absolute;
    font-size: 7px;
    bottom: -12px;
}
.search-list-ph {
	height: 175px;
    background: #f2f2f2;
}
.text-line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.search-list01 {
	width: 120px;
}



.selecter a {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 13px;
	background: #a6b2b6;
	color: #fff;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.selecter a:hover {
	background: #000;
}

.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: 400px;
    background: #d8d8d8;
}
.thumb-media {
	width: 20%;
	height: 80px;
}
.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 {
	top: 33%;
    left: 0;
    background: #000;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	top: 33%;
	right: 0;
    background: #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}

.BTNreserve a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  background: #e35205;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  padding: 0 10px;
  transition: all 0.6s ease 0s;
}
.BTNreserve a:hover {
  background: #000;
  transition: all 0.6s ease 0s;
}

.ph-box01 {
	height: 140px;
}

table {
	width: 100%;
}

.icon-new {
	position: absolute;
	top: 0;
	left: 0;
}

.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;
  }
}



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



}

@media (max-width: 768px) {

	#point , #about , #loan , #form {
		scroll-margin-top: 80px;
	}
	.item-icon {
		width: 80px;
		height: 80px;
	}
	.slide-media {
		width: 100%;
		height: 250px;
	}
	.thumb-media {
		height: 60px;
	}
}



