@charset "utf-8";


/* *****************************
		検索共通 
***************************** */

/* ===にゅっと出るタイトル=== */
#workBody .inner h1, 
#workBody .innerPost h1{
	animation: fadeIn 1.6s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
     opacity: 0;
     transform: translateY(10px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
/* ======================== */
.search.scroll_up.on,
.works.scroll_up.on,
.searchResult.scroll_up.on,
.searchDetail.scroll_up.on{
	background: #f4f4f0;
	margin: 50px auto 0;
}

.search.scroll_up.on .gridder::before,
.works.scroll_up.on::before,
.searchResult.scroll_up.on::before,
.searchDetail.scroll_up.on::before {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 210px;
	position: absolute;
	top: 0;
	background: #fff;
	content: " ";
	z-index: -1;
}
.searchResult.scroll_up.on::before{
	height: 200px;
}
.works.scroll_up.on::before {
	height: 310px;
}
.searchDetail.scroll_up.on::before {
  height: 330px;
}
.searchResult.scroll_up.on::before {
	transition: all 0.3s;
}
.search .innerPost h1 span,
.works .inner h1 span,
.searchResult .inner h1 span,
.searchDetail .inner h1 span{
	display: block;
	margin: 0 auto;
}

.search .innerPost h2,
.searchResult .innerPost h2,
.searchDetail .inner.shosai h2 {
	text-align: center;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px #3F3A34 solid;
}
.searchResult .innerPost {
	font-size: 22pt;
}
.searchDetail .inner.shosai h2 {
	font-size: 1.6rem;
}
.inner.shosai {
  max-width: 1000px;
}
/* *****************************
		検索TOP・検索結果一覧
***************************** */
.search.scroll_up.on .gridder::before{
	height: 270px;
}
.search .innerPost h2{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 1.4rem;
	border-bottom: 1px solid #000;
}
.searchCategory {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.searchCategory a {
	display: block;
	text-align: center;
	color: #000;
	position: relative;
}

.searchCategory a p{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  white-space: nowrap;
}

.searchCategory a span {
	position: relative;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	box-sizing: border-box;
	opacity: 1;
	padding-top: 70px;
}
.searchCategory a:hover p{
	color: #fff;
}
.searchCategory a:hover img{
	filter: brightness(0.6);
}
.searchCategory a:hover span,
.searchCategory a:active span {
	background-color: #3F3A34;
	color: #fff;
	opacity: 0.5;
}
.searchCategory a.catEat {
	background: url("../images/img_eat.jpg");
}

.searchCategory a.catEat:hover span,
.searchCategory a.catEat:active span {
	padding-top: 65px;
	border: 5px #c77f58 solid;
}
.searchCategory a.catStore {
	background: url("../images/img_store.jpg");
}
.searchCategory a.catStore:hover span,
.searchCategory a.catStore:active span {
	padding-top: 65px;
	background-color: #444;
	color: #fff;
	border: 5px #5e718d solid;
}
.searchCategory a.catHotel {
	background: url("../images/img_hotel.jpg");
}
.searchCategory a.catHotel:hover span,
.searchCategory a.catHotel:active span {
	padding-top: 65px;
	color: #fff;
	border: 5px #d5aca1 solid;
}
.searchCategory a.catService {
	background: url("../images/img_service.jpg");
}
.searchCategory a.catService:hover span,
.searchCategory a.catService:active span {
	padding-top: 65px;
	color: #fff;
	border: 5px #c3d5c2 solid;
}
.searchCategory a.catMega {
	background: url("../images/img_mega.jpg");
}
.searchCategory a.catMega:hover span,
.searchCategory a.catMega:active span {
	padding-top: 65px;
	color: #fff;
	border: 5px #caae6f solid;
}
.searchCategory a.catOther {
	background: url("../images/img_other.jpg");
}
.searchCategory a.catOther:hover span,
.searchCategory a.catOther:active span {
	padding-top: 65px;
	color: #fff;
	border: 5px #5a745e solid;
}


form .row,
form .searchChoices .row {
	display: flex;
	flex-wrap: wrap;
}
form .item,
form .searchChoices .item {
	display: flex;
	width: 100%;
	border-bottom: 1px #3F3A34 solid;
	padding: 0;
}
form .searchChoices .item:not(:first-child) {
  margin-top: 30px;
}
form .item h3,
form .item .checkboxArea,
form .searchChoices .item h3,
form .searchChoices .checkboxArea {
	display: line-block;
	margin: 0;
	padding: 0px 0 0 16px;
	font-size: 1.1rem;
	min-width: 120px;
	font-weight: 500;
	font-feature-settings: "palt" 1;
}
form .searchChoices .item:first-child h3{
	margin-top: 0;
}
form .searchChoices .checkboxArea{
	display: flex;
  flex-wrap: wrap;

}
form .item h3,
form .searchChoices .item h3 {
	border-right: 1px solid #000;
	width: 80px;
	display: flex;
  align-items: flex-start;
}

@media (hover: hover) {
  form .searchChoices label:hover {
		background: #918679;
		color: #fff;
  }
}

form input[type="checkbox"],
form .searchChoices input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	position:absolute;
	opacity:0;
	width:0;
	height:0;
}
form label,
form .searchChoices label {
	display: inline-block;
	background: #fff;
	color: #3F3A34;
	font-size: 1rem;
	border: 1px #3F3A34  solid;
	border-radius: 50px;
	padding: 0 12px 2px;
	margin-left: 5px;
	margin-bottom: 14px;
	user-select:none;
}
form label:has(input:checked),
form .searchChoices label:has(input:checked) {
	background: #3F3A34;
	color: #fff;
}
form .searchKeyword,
form .searchChoices .searchKeyword {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
form .searchKeyword input[type="text"],
form .searchChoices .searchKeyword input[type="text"] {
	width: 100%;
	margin: 10px 20px;
	padding: 12px 0 12px 12px;
	border: 1px #ccc solid;
	border-radius: 5px;
	display: inline-block;
	font-size: 1.2rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

form .searchKeyword input[type="text"]:hover{
	background: #efefef;
}

form .searchKeyword input[type="submit"],
form .searchChoices .searchKeyword input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto 40px;
	padding: 8px 8px 10px;
	width: 200px;
	border: 0;
	border-radius: 50px;
	background: #4a3f35;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
}
form .searchKeyword input[type="submit"]:hover {
	opacity: .8;
}

/* *****************************
		カテゴリ検索一覧
***************************** */
.moreSearch {
	position: relative;
	color: #000;
	background-color: #f4f4f0;
}

.serchResultList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 60px auto 0;
	list-style: none;
	text-align: center;
}

.toggle {
	display: none;
}

.option {
	position: relative;
	margin-bottom: 1em;
}

.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.title {
	padding: 0.8rem 1.2rem;
	display: block;
	color: #000;
	cursor: pointer;
}

.title::after,
.title::before {
	content: "";
	position: absolute;
	right: 26px;
	top: 0.9rem;
	width: 1px;
	height: 20px;
	background-color: #000;
	transition: all 0.3s;
}

.title::after {
	transform: rotate(90deg);
}

.content {
	max-height: 0;
	overflow: hidden;
}

.content p {
	padding: 0.8rem 1.2rem;
}

.toggle:checked + .title + .content {
	max-height: 760px;
	transition: all 1.5s;
}

.toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}

.searchResult.scroll_up.on:has(.toggle:checked)::before {
	height: 860px;
	transition: all 1.5s;
}

/* *****************************
		検索結果一覧 
***************************** */
.pagination-container{
	margin: 50px 0 90px 0;
}

.workShopList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 20px auto 0;
	list-style: none;
	text-align: center;
}

.works .inner h1 span{
	margin-left: 0;
}

.works .inner h2{
	margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-top: 0;
}

.workShop {
	text-align: left;
	margin: 0 0 30px 0;
	width: calc(33.3% - 10px);
}

.shopThumbnail {
	position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1 / 0.56;
	border: 5px solid transparent;
	box-sizing: content-box;
	left: -5px;
}

.shopThumbnail img{
	width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align:top;
}

.workShop a{
	text-decoration: none;
}

.workShop.typeEatAndDrink a:hover .shopThumbnail{
	border: 5px solid #c87f58;
	position: relative;
	margin-bottom: 0;
	box-sizing: content-box;
}

.workShop.typeMerch a:hover .shopThumbnail{
	border: 5px solid #5e718d;
	position: relative;
	margin-bottom: 0;
}

.workShop.typeHotel a:hover .shopThumbnail{
	border: 5px solid #d5aca1;
	position: relative;
	margin-bottom: 0;
}

.workShop.typeService a:hover .shopThumbnail{
	border: 5px solid #8cae8a;
	position: relative;
	margin-bottom: 0;
}

.workShop.typeComplex a:hover .shopThumbnail{
	border: 5px solid #caae6f;
	position: relative;
	margin-bottom: 0;
}

.workShop.typeOther a:hover .shopThumbnail{
	border: 5px solid #5a745e;
	position: relative;
	margin-bottom: 0;
}

.shopType{
	display: inline-block;
	position: relative;
  font-size: 0.8rem;
  color: #fff;
  background-color: #727171;
  padding: 0 20px 0 15px;
	height: 19px;
}

.workShop.typeEatAndDrink a:hover .shopType{
  background-color: #c87f58;
}

.workShop.typeMerch a:hover .shopType{
  background-color: #5e718d;
}

.workShop.typeHotel a:hover .shopType{
  background-color: #d5aca1;
}

.workShop.typeService a:hover .shopType{
  background-color: #8cae8a;
}

.workShop.typeComplex a:hover .shopType{
  background-color: #caae6f;
}

.workShop.typeOther a:hover .shopType{
  background-color: #5a745e;
}

.shopType::after{
	display: block;
	position: absolute;
	content: ' ';
	height: 19px;
	width: 20px;
	border-radius: 50%;
	background-color: #727171;
	top: 0;
	right: -10px;
}

.workShop.typeEatAndDrink a:hover .shopType::after{
	background-color: #c87f58;
}

.workShop.typeMerch a:hover .shopType::after{
	background-color: #5e718d;
}

.workShop.typeHotel a:hover .shopType::after{
	background-color: #d5aca1;
}

.workShop.typeService a:hover .shopType::after{
	background-color: #8cae8a;
}

.workShop.typeComplex a:hover .shopType::after{
	background-color: #caae6f;
}

.workShop.typeOther a:hover .shopType::after{
	background-color: #5a745e;
}

.shopName p {
  font-size: 0.9rem;
  letter-spacing: -0.05rem;
  color: #000;
  font-weight: 200;
}

.pagination{
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 5px;
}
.pagination li{
	margin: 5px;
}

.pagination a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	font-size: 1rem;
	color: #111;
	font-weight: bold;
	transition: all 0.15s linear;
}
.pagination a:hover{
	background: #d5cfc8;
}

.active a{
	background: #3f3a34;
	color: #fff;
	pointer-events: none;
}

.prev a{
	background-color: transparent;
}

.prev a::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: auto;
	transform: rotate(180deg);
	padding: 10px;
	margin-right: 8px;
	position: initial;
	top: 50%;
	background-image: url(../images/iconnext.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 0;
}

.next a::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: auto;
	padding: 10px;
	margin-left: 8px;
	position: initial;
	top: 50%;
	background-image: url(../images/iconnext.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 0;
}

.next a{
	background-color: transparent;
}


/* *****************************
		詳細画面
***************************** */
.searchDetail .gallery {
  max-width: 960px;
  margin: 100px auto 0;
  width: 100%;
}

/* メインスライダー */
.slider-for{
	width: 100%;
	max-height: 530px;
	margin-bottom: 10px;

}
.searchDetail .slider-for img {
  width: 100%;
  border-radius: 6px;
  transform: scale(1);         /* 初期は等倍 */
  transition: transform 5s ease; /* 秒数指定 */
}

/* slick-current が切り替わったときに拡大 */
.searchDetail .slider-for .slick-current img {
  transform: scale(1.1);
}


/* サムネイル */
.searchDetail .slider-nav {
  margin: 10px 0 60px;
	height: 100px;
}
@media screen and (max-width: 768px){
	.searchDetail .slider-nav {
	  margin: 30px auto 60px;
		width: 300px;
	}
}
.searchDetail .slider-nav img {
  width: 100%;
/*  max-width: 140px;*/
  border-radius: 10px;
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}

.searchDetail .slider-nav .slick-current img {
  opacity: 1;                /* 選択枠 */
}
.searchDetail .slider-nav img:hover {
  opacity: 1;                /* マウスオーバー */
}

/* 施工概要 */
.searchDetail .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.searchDetail .item {
  flex: 1;
  min-width: 200px;
  margin-right: 30px;
  border-left: 3px solid #000;
  padding-left: 10px;
}

.searchDetail .item:last-child {
  margin-right: 0;
}

.searchDetail .item h3 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.searchDetail .item p {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
}

.searchDetail .wide {
  flex: 100%;
}

.searchDetail .inner .nextBtn a {
    position: relative;
    font-family: "brother-xl", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 300px;
    margin: 155px auto 100px;
    padding: 8px 30px 8px 8px;
    border-radius: 50px;
    background: #4a3f35;
    font-style: normal;
	transition: all 0.3s ease;
}
.searchDetail .inner .nextBtn a:hover {
    opacity: .8;
}
.searchDetail .inner .nextBtn a::after {
    content: "⟶";
    color: #fff;
    display: block;
    width: 20px;
    /* position: absolute; */
    font-size: 1.667rem;
    right: 68px;
    top: 0;
}

/* *****************************
		slick.css差分
***************************** */
#sliderImage .slick-list{
	aspect-ratio: 1 / 0.549;
}
.slick-slide img{
	border-radius: 12px;;
}

/* メイン・サムネ両方を角丸10pxに */
#sliderImage .slick-list,
#sliderThumbnail .slick-list{
border-radius: 10px;
overflow: hidden; /* 角からはみ出さない */
}
/* 各スライド/画像側にも一応同じ半径を */
#sliderImage .slick-slide,
#sliderThumbnail .slick-slide{
	border-radius: 10px;
	overflow: hidden;
	background: #e6e6e6;  /* 写真の背景色 */
}
#sliderThumbnail .slick-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}
#sliderImage .slick-slide img,
#sliderThumbnail .slick-slide img{
	display: block;
	width: 100%;
	height: 50vw;
	max-height: 530px;
	border-radius: 10px;
	object-fit: contain;
}

.10r {
	border-radius: 10px;
	overflow: hidden;
}
#sliderThumbnail .slick-slide img{
	height: 100%;
}

#sliderThumbnail .slick-track {
	display: table;
}

/* もしドラッグ中やフォーカス時の青い枠が気になる場合（任意） */
#sliderImage .slick-slide:focus,
#sliderThumbnail .slick-slide:focus,
#sliderImage .slick-list:focus,
#sliderThumbnail .slick-list:focus{
outline: none;
}
/* サムネの間隔を 10px (= 左右5pxずつ) に */
#sliderThumbnail .slick-slide {
margin: 0 5px;
}
/* 並びの左右端がはみ出さないように相殺 */
#sliderThumbnail .slick-list {
margin: 0 -5px;
}

/* ***************** */


/* *** レスンポンシブ *** */
@media screen and (max-width: 1000px){
	.inner.shosai{
  	padding: 0 20px;
	}
	.workShopList{
		width: calc(100% - 40px);
	}
	.searchCategory{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.serchResultList{
		width: calc(100% - 40px);
	}
	.scroll_up .gridder .inner.shosai{
		max-width: 100vw;
		overflow: hidden;
	}
	.accordion {
    width: calc(100% - 40px);
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	.searchResult.scroll_up.on:has(.toggle:checked)::before {
    height: 2200px;
	}
	.inner.shosai{
  	padding: 0 30px;
	}
	form .searchChoices .checkboxArea{
		width: calc(100% - 100px);
    margin: 0 auto;
    padding-left: 0;
    gap: 12px;
    text-align: center;
	}
	form .searchKeyword input[type="text"], 
	form .searchChoices .searchKeyword input[type="text"] {
    width: calc(100% - 52px);
    font-size: 1.5rem;
    margin: 20px 0 0 0;
    padding: 16px 0 16px 12px;
    border-color: #000;
    border-radius: 0;
   }
   form .searchKeyword input[type="submit"], 
   form .searchChoices .searchKeyword input[type="submit"]{
   		max-width: 400px;
   		width: calc(100% - 40px);
   		padding: 20px;
   		font-size: 1.6rem;
      font-weight: 400;
			margin: 100px 0;
   }
	.search.scroll_up.on .gridder::before, 
	.works.scroll_up.on::before {
    height: 400px;
	}
	.search .innerPost h2{
		width: 100%;
		margin-top: 30px;
	}
	.searchCategory{
		width: 100%;
	}
	.searchCategory, .workShopList{
		margin-top: 66px;
	}
	.searchCategory a {
		width: 100%;
		height: auto;
	}
	.searchCategory a p {
	    color: #fff;
	}
	.searchCategory a img {
	    filter: brightness(0.4);
	}
	form label, form .searchChoices .checkboxArea{
		padding-top: 30px;
    margin-top: 20px;
	}

	form .item, form .searchChoices .item{
		flex-wrap: wrap;
		border-bottom: none;
	}
	form .item h3, form .searchChoices .item h3 {
		display: inline-block;
    border-right: none;
    border-bottom: 2px solid #000;
    width: calc(100% - 100px);
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
	}
	form .item:not(:first-child) h3, form .searchChoices .item:not(:first-child) h3{
		margin-top: 40px;
	}
	form label, form .searchChoices label {
    padding: 2px 26px;
		margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
		gap: 12px;
	}
	.toggle:checked + .title + .content {
    max-height: 3000px;
	}
	.accordion {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 50px;
	}
	.works .inner h2{
		width: 100%;
	}
  .scroll_up.on {
    width: 100%;
  }
	.workShop {
    margin: 0 auto;
    width: calc(100% - 60px);
	}
	.workShop:not(:first-child){
		margin-top: 60px;
	}
	.workShopList {
		flex-flow: column;
		width: 100%;
	}
	.shopThumbnail {
    width: 100%;
    height: auto;
    max-width: inherit;
    max-height: inherit;
	}
	.shopType {
		margin-top: 30px;
    padding: 0 40px 0 30px;
    font-size: 1rem;
    height: 30px;
	}
	.shopType::after {
    height: 30px;
    width: 30px;
    right: -15px;
	}
	.shopType p {
		font-size: 1.2rem;
		line-height: 1.9rem;
	}
	.shopName p {
    margin-top: 10px;
    font-size: 1.2rem;
	}
	.next a::before {
    width: 1.4rem;
    height: 1.4rem;
   }
	.prev a::before {
    width: 1.4rem;
    height: 1.4rem;
   }
   .pagination-container {
    margin: 160px 0 170px 0;
	}
	.pagination {
    flex-wrap: wrap;
  }
	.serchResultList{
		width: 100%;
	}
	.searchDetail.scroll_up.on::before {
    height: 500px;
	}
	.searchDetail .inner.shosai h2{
		font-size: 1.4rem;
		margin-bottom: 66px;
	}
	.searchDetail .inner .nextBtn a {
		width: calc(100% - 40px);
		max-width: 270px;
		height: 60px;
		font-size: 1.3rem;
		padding: 0;
		padding-right: 40px;
		text-align: left;
		margin: 220px auto 200px;
	}
  .searchDetail .inner .nextBtn a::after {
    font-size: 2.3rem;
    right: 45px;
    top: 45%;
    transform: translateY(-10%);
	}
	.searchDetail .item p, 
	.searchDetail .item h3 {
    font-size: 1.4rem;
    font-weight: 500;
	}
	.searchDetail .item {
	  min-width: 50%;
    margin: 25px 0;
	  margin-right: 0;
	}
  .searchDetail .gallery {
    max-width: inherit;
    width: calc(100vw - 60px);
    margin: 0 auto;
	}
/* ************
	.searchDetail .slider-nav {
	  margin: 40px auto 55px;
	  max-width: 300px;
	  height: 100px;
	}
************ */
	.searchDetail .row{
		margin-bottom: 0;
    flex-flow: column;
	}
	.slider-for div{
		margin:0;
	}
	.pagination li {
    margin: 2px;
	}
	.pagination a {
    width: 28px;
    height: 28px;
  }

}
@media screen and (max-width: 420px){
  .searchDetail .gallery {
    width: 100%;
	}
	.scroll_up .gridder .inner.shosai{
		padding: 0 20px;
	}
  .pagination a {
    width: 21px;
    height: 21px;
    font-size: 0.8rem;
  }
	.workShop {
		width: calc(100% - 40px);
	}
	.accordion {
    width: calc(100% - 40px);
	}
}
@media screen and (max-width: 330px){
  .searchDetail .inner .nextBtn a::after {
    right: 35px;
	}
}