@media screen and (min-width: 640px) {
  .header-top-right a {
    color: #004e2a;
    transition: 1s;
  }

  .has-child {
      color: #004e2a;
  }
}


.fv-sp-bg {
  width: 100%;
  min-height: 500px;
  background-size: 100% !important;
}

.first-view {
  color: #fffef3;
  font-family: "mestiza", serif;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100% 2% 0;
}

.first-view-left {
  width: 52%;
}

.first-view-right {
  width: 37%;
}

h1 {
  font-family: "mestiza", serif;
  font-style: normal;
  font-size: min(calc(30px + 20 * (100vw - 320px)/1080), 50px) !important;
}

.first-view-left .category span {
  border-bottom: 1px solid #fffef3;
}

.first-view-left .title, .first-view-left .category {
  font-size: min(calc(12px + 8 * (100vw - 320px)/1080), 20px) !important;
}


@media screen and (min-width: 640px) {

  .first-view {
    color: #004e2a;
    padding: 0;
  }

  .first-view-left {
    width: 49%;
  }

  .first-view-left h1, .first-view-left .title, .first-view-left .category {
    padding-left: 28%;
  }

  .first-view-left .category span {
    border-bottom: 1px solid #004e2a;
  }

  .go-instagram {
    margin-top: 10%;
    text-align: right;
    width: 100%;
    margin-bottom:3%;
  }

  .go-instagram img {
    width: 25% !important;
  }

  .first-view-left img {
    width: 100%;
  }

  .first-view-right {
    width: 49%;
  }

  .first-view-right img {
    width: 100%;
  }

}



/* area01 */
.area01 {
	font-family: "mestiza", serif;
	font-weight: 0;
	font-style: normal;
	color: #004e2a;
	margin: 20% 0 30%;
}

.area01 h2 {
	font-size: min(calc(20px + 15 * (100vw - 320px)/1080), 35px);
	margin: 0 auto;
	letter-spacing: 0.5rem;
	margin-bottom: 5%;
}

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


@media screen and (min-width: 640px) {
	.area01 {
		margin: 10% 0 10%;
	}
}


/* area02 */
.area02 {
  width: 100%;
	height: min(calc(500px + 200 * (100vw - 320px)/1080), 700px);
  margin: 0 auto;
	background-position: center top;
	background-size: 100% !important;
}

@media screen and (min-width: 640px) {
	.area02 {
		background-position: center top;
		background-size: 100%;
	}
}


/* area02-2 */
.area02-2 {
  width: 100%;
	height: min(calc(500px + 200 * (100vw - 320px)/1080), 700px);
  margin: 0 auto;
	background-position: center top;
	background-size: 100% !important;
}

@media screen and (min-width: 640px) {
	.area02-2 {
		background: url(../images/halcafe-1.webp) no-repeat;
		background-position: center top;
		background-size: 100%;
	}
}


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

.area03 .contWrap {
	width: 100%;
}

.area03 h2 {
	font-size: min(calc(30px + 15 * (100vw - 320px)/1080), 45px);
	margin: 0 auto;
	font-weight: 800;
}

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

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


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