@charset "UTF-8";

#search,#search a,#search p,#search li {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}

#search {
	margin-bottom: 150px;
}

#search .inner {
	margin-bottom: 0;
	width: 92%;
}

main {
	color: #231815
}

/*＝＝＝＝＝＝mainPhoto＝＝＝＝＝＝＝＝*/
#search .mainPhoto {
	background: url("../../../image/search/main_bg.jpg") no-repeat 50% 48%;
	background-size: 110%;
	max-height: 315px;
	text-align: center;
	margin-bottom: 50px;
}

#search .mainPhoto figure img {
	max-width: 464px;
	margin: 0 auto;
	padding: 63.5px 0;
}

/*＝＝＝＝＝＝MV下　見出し～スライダーまで＝＝＝＝＝＝＝＝*/

#search .mapSsearch {
	background: none;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1;
}

#search .mapSsearch.area {
	margin-bottom: 45px;
}

#map-kanto {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#search .mapSsearch span {
	background: none;
	font-size: clamp(18px, 1.4vw, 22px);
	position: relative;
	font-family: inherit;
}

#search .mapSsearch span:before {
	content:"";
	background: url("../../../image/search/icon_search.svg") no-repeat 0 0;
	background-size: 100%;
	width: 22px;
	height: 24px;
	position: absolute;
	top:50%;
	left: -30px;
	transform: translateY(-50%);
}

#map-kanto {
	margin-bottom: 55px;
}

.areaList {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.areaList li {
	width: 20%;
	max-width: 240px;
	margin:  0 22px;
}

.areaList li a {
	background: #128fa7;
	display: block;
	font-size: clamp(17px, 1.6vw, 24px);
	padding: 22px 0;
	color:#fff;
	border-radius: 20px;
}


h3.bgColor {
	background: #128fa7;
	line-height: 52px;
	color:#fff;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

/*＝＝＝＝＝＝.slider＝＝＝＝＝＝＝＝*/

.pickupDetail {
	background: #d2d3d3;
	border-radius: 10px;
	max-width: 1230px;
	margin: 0 auto;
}

.pickupDetail h3 {
	background: #535354;
	color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: clamp(22px, 1.8vw, 28px);
	letter-spacing: 5px;
    padding: 25px 0;
}

.pickupDetail .detailBox {
	padding: 30px 50px;
}

.pickupDetail h4 {
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1;
	margin-bottom: 20px;
}

.pickupDetail .photoText {
	font-size: clamp(22px, 1.8vw, 28px);
	justify-content: flex-start;
}

.pickupDetail .photoText .photo {
	width: 42%;
	max-width: 460px;
	margin-right: 3%;
}

.pickupDetail .photoText .textArea {
	width: 55%;
}

.pickupDetail .photoText .textArea .topics {
	margin-bottom: 10px;
	font-size: clamp(20px, 1.8vw, 28px);
	letter-spacing: 3px;
	line-height: 1;
}

.pickupDetail .photoText .textArea .bgWhite {
    background: #fff;
    padding: 10px 35px 15px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
	min-height: 7.6em;
}

.pickupDetail .photoText .textArea .bgWhite p {
	font-size: clamp(20px, 2vw, 30px);
	letter-spacing: 3px;
}

.pickupDetail .photoText .textArea .bgWhite p.sngleLine {
    line-height: 3.2em;
}

.pickupDetail .photoText .textArea .textSmall {
	font-size: clamp(14px, 1.4vw, 19px);
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	min-height: 4.8em;
}

.pickupDetail .photoText .textArea .linkBtn {
}

.pickupDetail .photoText .textArea .linkBtn li {
	width: 48%;
}

.pickupDetail .photoText .textArea .linkBtn li a {
	background: #128fa7;
	color:#fff;
	display: block;
	line-height: 65px;
    border-radius: 20px;
	margin-left: 4px;
	text-align: center;
	font-size: clamp(16px, 1.6vw, 24px);
}

.slider {
  margin: 0px auto 220px;
  width: 100%;
}
.sliderList {
  padding:0 55px;
}

.sliderList .pickupDetail {
  height: auto;
  width: 100%;
}

.slick-list.draggable {
    max-width: 100%;
}

.slider .slide-arrow {
	background-color: transparent;
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 2;
}

.slider .prev-arrow {
	position: absolute;
	margin: auto;
	left: calc((100vw - 1230px) / 2 - 75px);
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 50px solid transparent;
	border-right: 43px solid #128fa7;
	border-radius: 0;
}

.slider .next-arrow {
	position: absolute;
	margin: auto;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 50px solid transparent;
	border-left: 43px solid #128fa7;
	right: calc((100vw - 1230px) / 2 - 75px);
	border-radius: 0;
}

.slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}


/*＝＝＝＝＝＝.listBox＝＝＝＝＝＝＝＝*/

h2.areaName {
	background: none;
	line-height: 1;
	text-align: left;
	font-size: clamp(28px, 3vw, 46px);
	display: block;
	margin-bottom: 25px;
	font-weight: bold;
	margin-top: 145px;
}

.listBox .bukkenDetail {
	border:3px solid #535354;
	border-radius: 18px;
	margin-bottom: 45px;
}

.listBox .bukkenDetail h3 {
	background:#535354;
	border-radius: 10px 10px 0 0;
	padding: 25px 50px;
	line-height: 1;
	display: block;
	color: #fff;
	font-size: clamp(22px, 1.8vw, 28px);
	letter-spacing: 4px;
}

.listBox .bukkenDetail .detailArea {
	padding: 20px 50px; 
}

.listBox .bukkenDetail .detailArea .photoText {
	justify-content: flex-start;
}

.listBox .bukkenDetail .detailArea .photoText .photo {
	width: 48%;
	margin-right: 40px;
}

.listBox .bukkenDetail .detailArea .photoText .textArea {
	width: calc(100% - 42% - 40px);
	display: flex;
	flex-direction: column;
}

.listBox .bukkenDetail .detailArea .photoText .textArea .text {
	font-size: clamp(13px, 2vw, 30px);
	text-align: left;
	line-height: 1.4;
	letter-spacing: 2px;
}

.listBox .bukkenDetail .detailArea .photoText .textArea .text sup {
	font-size: 15px;
}

.listBox .bukkenDetail .detailArea .photoText .textArea .textSS {
	font-size: 15px;
	text-align: left;
}

.listBox .bukkenDetail .detailArea .photoText .textArea .pc {
	margin: auto 0 0;
}

.listBox .bukkenDetail .detailArea .photoText .textArea .textSmall {
	font-size: clamp(16px, 1.4vw, 20px);
	text-align: left;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.listBox .bukkenDetail .detailArea .linkBtn li {
	width: 30%;
} 

.listBox .bukkenDetail .detailArea .linkBtn li a {
	background: #128fa7;
	color:#fff;
	display: block;
	line-height: 52px;
	border-radius: 10px;
	letter-spacing: 4px;
	padding-left: 4px;
	font-size: clamp(14px, 1.2vw, 18px);
} 



@media screen and (min-width:320px) and ( max-width:768px) { 
	
	#search {
		overflow-x: hidden;
	}
		
/*＝＝＝＝＝＝mainPhoto＝＝＝＝＝＝＝＝*/
	#search .mainPhoto {
		background: url(../../../image/search/main_bg.jpg) no-repeat 14% 0;
		background-size: 145%;
		max-height: 57vw;
		margin-bottom: 40px;
	}

	#search .mainPhoto figure img {
		width: 70%;
		padding: 14% 0;
	}
	
/*＝＝＝＝＝＝MV下　見出し～スライダーまで＝＝＝＝＝＝＝＝*/	
	
	#search .inner.sp100 {
		width: 100%;
	}
	
	#map-kanto {
		margin-bottom: 40px;
		height: 300px !important;
	}	
	
	#search .mapSsearch.area {
		margin-bottom: 35px;
	}
	
	.areaList.sp {
		display: flex !important;
	}	
	
	.areaList li {
		width: 30%;
		margin: 0 1%;
	}
	
	#search .areaList li a {
		padding: 10px 0;
		border-radius: 14px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	h3.bgColor {
		letter-spacing: 3px;
        padding-left: 3px;
        font-size: 16px;
        line-height: 45px;
        font-weight: 600;
	}
	
/*＝＝＝＝＝＝.slider＝＝＝＝＝＝＝＝*/
	
	.slider {
		margin: 0px auto 120px;
	}
	
	.sliderList {
		padding: 0 10px;
	}	

	.slider .next-arrow {
		width: 0px;
		height: 0px;
		border: 20px solid transparent;
		border-left: 16px solid #128fa7;
		right: -12px;
	}	
	
	.slider .prev-arrow {
		width: 0px;
		height: 0px;
		border: 20px solid transparent;
		border-right: 16px solid #128fa7;
		left: -12px;
	}	
	
	.pickupDetail h3 {
		font-size: 4vw;
		letter-spacing: 1px;
		padding: 15px 0;
    	font-weight: 500;
	}
	
	.pickupDetail .detailBox {
		padding: 20px 15px;
	}

	.pickupDetail h4 {
		font-size: 4.3vw;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	
	.pickupDetail .photoText .photo {
		width: 85%;
		margin: 0 auto 15px;
	}
	
	.pickupDetail .photoText .textArea {
		width: 100%;
	}
	
	.pickupDetail .photoText .textArea .bgWhite {
		padding: 10px 20px 10px;
		border-radius: 15px;
		margin-bottom: 15px;
		line-height: 1.4;
		min-height: 4.6em;
	}
	
	.pickupDetail .photoText .textArea .textSmall {
		min-height: unset;
	}	
	
	.pickupDetail .photoText .textArea .linkBtn li {
		width: 49.5%;
	}	

	.pickupDetail .photoText .textArea .linkBtn li a {
		line-height: 42px;
		border-radius: 10px;
		margin-left: 1px;
		font-weight: 400 !important;
		letter-spacing: 1px;
	}	
	
	
	
/*＝＝＝＝＝＝.listBox＝＝＝＝＝＝＝＝*/	

	h2.areaName {
		margin-bottom: 20px;
		margin-top: 50px;
		text-align: center;
	}	
	
	.listBox .bukkenDetail {
		border-radius: 14px;
	}	
	
	.listBox .bukkenDetail h3 {
		border-radius: 10px 10px 0 0;
		padding: 13px 15px 15px;
		font-size: 4.6vw;
		letter-spacing: 0.2px;
		font-weight: 500;
	}	

	.listBox .bukkenDetail .detailArea {
		padding: 0 15px 15px 0;
	}
	
	.listBox .bukkenDetail .detailArea .photoText .photo {
		width: 52%;
		margin-right: 15px;
	}	
	
	.listBox .bukkenDetail .detailArea .photoText .textArea {
		width: calc(100% - 52% - 15px);
	}
	
	.listBox .bukkenDetail .detailArea .photoText .textArea .text {
		letter-spacing: 0.2px;
	}

	.listBox .bukkenDetail .detailArea .photoText {
		align-items: center;
		margin-bottom: 10px;
	}
	
	.listBox .bukkenDetail .detailArea .photoText .textArea .text sup {
		font-size: 10px;
	}

	.listBox .bukkenDetail .detailArea .textSS {
		font-size: 10px;
		margin-bottom: 10px;
		text-align: left;
	}	
	
	.listBox .bukkenDetail .detailArea .sp.ml15 {
		margin-left: 15px;
	}

	#search .listBox .bukkenDetail .detailArea .sp .textSmall {
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        font-weight: 400;
    }

	.listBox .bukkenDetail .detailArea .linkBtn li {
		width: 32%;
	}

	#search .listBox .bukkenDetail .detailArea .linkBtn li a {
		line-height: 40px;
		border-radius: 8px;
		letter-spacing: 2px;
		padding-left: 2px;
		font-size: 14px;
		font-weight: 400;
	}

	
}



@media screen and (min-width:769px) and ( max-width:1120px) { 
	
    .pc {
        display: block;
    }
	
/*＝＝＝＝＝＝mainPhoto＝＝＝＝＝＝＝＝*/	

	
	
	
/*＝＝＝＝＝＝MV下　見出し～スライダーまで＝＝＝＝＝＝＝＝*/		
	.areaList.pc {
		display: flex;
	}
	
	
	
	
	
	
/*＝＝＝＝＝＝.listBox＝＝＝＝＝＝＝＝*/
	
}


