.first-view {
  width: 100%;
	height: min(calc(600px + 100 * (100vw - 320px)/1080), 700px);
  margin: 0 auto;
	background-position: center top;
	background-size: 100% !important;
	font-family: "mestiza", serif;
	font-weight: 0;
	font-style: normal;
	font-size: min(calc(20px + 25 * (100vw - 320px)/1080), 45px);
	text-align: center;
	color: #fffef3;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	letter-spacing: 1rem;
	margin-right: -1rem;
}

.scrolled a {
  color: #004e2a !important;
	transition: 1s;
}

@media screen and (min-width: 640px) {
	.first-view {
		background-position: center top;
		background-size: 100%;
		height: min(calc(300px + 400 * (100vw - 630px)/760), 700px);
	}
}


/* area01 */
.area01 {
	font-family: "mestiza", serif;
	font-weight: 0;
	font-style: normal;
	color: #004e2a;
	margin: 5% 0 10%;
	text-align: center;
}

.area01 .contWrap {
	width: 100%;
}

.area01 h2 {
	font-size: min(calc(30px + 5 * (100vw - 320px)/1080), 35px);
	margin: 0 auto;
}

.area01 p {
	font-size: min(calc(15px + 10 * (100vw - 320px)/1080), 25px);
	margin: 0 auto;
}

.more-guide a {
	color: #004e2a;
	position: relative;
  display: inline-block;
	font-size: min(calc(18px + 4 * (100vw - 320px)/1080), 22px);
}

.more-guide a::after {
  position: absolute;
  bottom: -4px;/*テキストからの距離*/
  left: 0;
  content: '';
  width: 100%;/*hover時に表示*/
  height: 2px;/*下線の高さ*/
  background: #004e2a;/*下線の色*/
  transform: scale(0, 1);/*トランス前の下線*/
  transform-origin: left top;/*トランスフォーム開始位置*/
  transition: transform .3s;/*アニメーション速度*/
}
.more-guide a:hover::after {
  transform: scale(1, 1);/*トランス後の下線*/
}

.more-guide {
	text-align: right;
	margin: 0 !important;
	margin-right: 5% !important;
	width: 95%;
}

.shops {
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin: 3% auto 0;
	padding-left: 8%;
}

.is-halcafe {
	font-family: "margot", serif;
	font-weight: 0;
	font-style: normal;
}

.shops-cont {
  overflow: hidden;
  position: relative;
  width: 90%;
  cursor: pointer;
	flex-shrink: 0;
}

.shops::-webkit-scrollbar {
	display: none ;
}

.shops-cont a {
	color: #fffef3;
}

.shops-bg{
  width: 80%;
  height: 500px;
	background-size: 100% !important;
  position: relative;
  z-index: 0;
  transition: .8s ease-in-out;
}

.shops-bg:hover{
  transform: scale(1.1);
}

.shops-bg::before{
  content: "";
  height: 100%;
  position: absolute;
	left: 0;
  width: 80%;
  z-index: -1;
}

.shops-category{
  position: absolute;
  top: 2%;
  left: 25px;
  pointer-events: none;
	font-size: min(calc(8px + 10 * (100vw - 320px)/1080), 18px) !important;
	border-bottom: 1px solid #fffef3;
}

.shops-h3{
  position: absolute;
  top: min(calc(250px + 200 * (100vw - 320px)/230), 450px) !important;
  right: min(calc(60px + 70 * (100vw - 320px)/320), 130px) !important;
  pointer-events: none;
	font-size: min(calc(25px + 10 * (100vw - 320px)/1080), 35px) !important;
  color: #fffef3 !important;
}


@media screen and (min-width: 640px) {
		.shops-cont {
			width: 49%;
		}

		.shops-h3{
		top: min(calc(270px + 130 * (100vw - 640px)/260), 400px) !important;
		right: min(calc(70px + 30 * (100vw - 640px)/260), 100px) !important;
	}
}

@media screen and (min-width: 900px) {
		.shops-h3{
		top: min(calc(390px + 130 * (100vw - 900px)/500), 420px) !important;
		right: min(calc(100px + 5 * (100vw - 900px)/500), 105px) !important;
	}
}