@charset "utf-8";
/* SHOP　INFO */

#shop-info {
	position: relative;
	width: 650px;
	margin: 50px auto 60px;
}
.shop_info {
	position: absolute;
	left: 5%;
	top: 27%;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
	text-shadow: 1px 2px 5px #000000;
	font-family: "Noto Sans Japanese", sans-serif;
}
.shop_info_sb {
	display: block;
	font-size: 20px;
	font-weight: 400;
}
.fade-img {
	position: relative;
	margin: 0 auto;
	height: 400px;
}
.fade-img img {
	position: absolute;
	left: 0;
	top: 0;
}
.shop_btn {
}
.shop_btn a {
	display: block;
	font-size: 40px;
	background-color: #065d42;
	color: #fff;
	width: 80%;
	margin: 30px auto 0;
	border-radius: 5px;
	padding: 30px 0;
	font-weight: bold;
	text-align: center;
}


.search{
	 background: #000;
	 padding: 92px 0;
	 margin: 0 0 64px;
	 background: url(https://www.kojitusanso.jp/common/img/page/support/search/hed_bk.jpg) center no-repeat;
}

.search h2{
	text-align:center;
	font-size:32px;
	color:white;
	margin: 0 0 56px;
	line-height: 1.8em;
}

.search_btn{
	width: 428px;
	margin:
	auto;
	background:#fff;
	border-radius: 65px;
	box-shadow: 5px 5px 0px rgb(0,0,0,20%);
}

.search_btn a{
	display:block;
	color:#000;
	text-align: center;
	padding: 28px;
	text-decoration: none;
	font-size: 24px;
}

.search_btn:hover{
	box-shadow:none;
	transform:translate(3px,3px);
	transition:0.5s;
}

.research{
	padding:40px;
}
.research img{
	width: fit-content;
	display: block;
	margin: auto;
}


 @media screen and (max-width: 750px) {
#shop-info {
	width: 90%;
}
.shop_info {
	font-size: 20px;
	top: 13vw;
	left: 9vw;
}
.shop_info_sb {
	font-size: 16px;
}
.fade-img {
	height: 60vw;
}
.fade-img img {
	width: 100%;
}
.shop_btn {
}
.shop_btn a {font-size: 20px;font-weight: normal;}


.search{
	 background: #000;
	 padding: 30px 0;
	 margin: 0 0 45px;
	 background: url(https://www.kojitusanso.jp/common/img/page/support/search/hed_bk.jpg) center no-repeat;
}

.search h2{
	text-align:center;
	font-size: 20px;
	color:white;
	width: 90%;
	margin: 0 auto 6%;
	line-height: 1.8em;
}

.search_btn{
	width: 80%;
	margin:
	auto;
	background:#fff;
	border-radius: 65px;
	box-shadow: 5px 5px 0px rgb(0,0,0,20%);
}

.search_btn a{
	display:
	block;
	color:#000;
	text-align: center;
	padding: 16px;
	font-size: 17px;
}

.search_btn:hover{
	box-shadow:none;
	transform:translate(3px,3px);
	transition:0.5s;
}
.research{
	padding:20px;
	margin: -60px auto 0px;
	padding: 70px 0 20px;
	text-align: center;
}
.research img{
	width: 80%;
	text-align'center;
	margin: auto;
}
}
