@charset "utf-8";
@import url("base.css");
/* CSS Document */


.firstView{
	padding-top: 8%;
}

@media screen and (min-width: 1025px){
	.firstView{
	padding-top: 3%;
	}

}

.firstViewImg{
	display: flex;
	width: 95%;
	margin: 0 auto;
	position: relative;
}


.firstViewImg img{
	width: 84.53%;
	height: auto;
	display: block;
	margin-left: auto;
}

.firstViewTitle{
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: absolute;
	top: 65%;
	left: 12%;
	transform: translateY(-50%);
}


.firstViewTitle h1{
	font-size: clamp(15px, 15 / 375 * 100vw, 28px);
	font-weight: 500;
	text-shadow: 4px 4px 4px rgba(62, 53, 34, 0.4);
	color: #FFFEF9;
}

@media screen and (min-width: 1025px){
	.firstViewTitle h1{
		font-size: clamp(32px, 32 / 1025 * 100vw, 42px);
	}
}

.firstViewTitle h1 span{
	display: block;
}

.firstViewTitle::after{
	content: "";
	display: block;
	width: calc(184.33 / 165 * 100%);
	aspect-ratio: 184.33 / 117.37;
	background: url("../img/firstViewcc.svg") no-repeat top left;
	background-size: 100% 100%;
	transform: rotate(11.83deg);
	position: absolute;
	top: -65%;
	left: -20%;
	z-index: -1;
}


.firstView .hourWrapper{
	background: #FFFFFE;
	border-radius: 20px;
	border: 1px solid #869C51;
	width: calc(320 / 375 * 100%);
	max-width: 500px;
	margin: 20px auto;
	padding: 15px 30px;
}


@media screen and (min-width: 1025px){
	
	.firstView{
		position: relative;
	}
	
	.firstView .hourWrapper{
		width: calc(500 / 1025 * 100%);
		max-width: 600px;
		position: absolute;
		top: 80%;
		right: 5%;
	}
}

.firstView .hourWrapper .treatmentHour{
	font-size: clamp(12px, 12 / 375 * 100vw, 16px);
}

@media screen and (min-width: 1025px){
	.firstView .hourWrapper .treatmentHour{
	font-size: clamp(18px, 18 / 1200 * 100vw, 24px);
	}
}
@media screen and (min-width: 1025px){
	
	#introduce{
		margin-top: 20%;
	}
}

.itAbout{
	width: 65%;
	max-width: 760px;
	letter-spacing: 0.1em;
	margin: 0 auto;
	margin-bottom: 10%;
}


.itAbout h2{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(15px, 15 / 375 * 100vw, 24px);
	white-space: nowrap;
	color: #869C51;
	position: relative;
	margin-bottom: 8%;
}

.itAbout p{
	font-size: clamp(13px, 13 / 375 * 100vw, 20px);
	line-height: 2;
}

#introduce .introduceAb{
	font-family: "Montserrat", sans-serif;
	font-size: clamp(40px, 40 / 375 * 100vw, 100px);
	font-weight: 600;
	line-height: 0;
	color: #EFECDF;
	position: absolute;
	transform: translateY(-50%);
	right: 15%;
}

#introduce img{
	width: 100%;
	height: auto;
}



.forte{
	display: flex;
	gap: 60px;
	margin: 50px auto;
	padding: 0 80px;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
    -ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	cursor: pointer;
}

@media screen and (min-width: 1025px){
	.forte{
		width: 90%;
		justify-content: space-around;
		gap: 0;
		padding: 0;
		overflow-x: inherit;
	}
}

.forteContents{
	width: 200px;
	scroll-snap-align: start;
	flex-shrink: 0;
}

@media screen and (min-width: 1300px){
	.forteContents{
		width: clamp(250px, 250 / 1300 * 100vw, 320px);
	}
}

.forteContents img{
	width: 100%;
	height: auto;
	border-radius: 5px; 
}

.forteContents p{
	font-size: clamp(13px, 13 / 375 * 100vw, 16px);
	line-height: 2;
	margin: 5px 0;
}

@media screen and (min-width: 1300px){
	
	.forteContents p{
		font-size: clamp(16px, 16 / 1300 * 100vw, 18px);
	}
}

.forteContents .forteTitle{
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #5C6C34;
	text-align: center;
	font-size: clamp(15px, 15 / 375 * 100vw, 20px);
	font-weight: 900;
}

@media screen and (min-width: 1300px){
	
	.forteContents .forteTitle{
		font-size: clamp(20px, 20 / 1300 * 100vw, 24px);
	}
}

.forteTitle span{
	display: block;
}

@media screen and (min-width: 450px){
	.forteContents:last-child .forteTitle span{
	display: inline-block;
	}
}

.forteBtn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #869C51;
	width: 100%;
	border-radius: 2em;
	color: #5C6C34;
	font-size: clamp(13px, 13 / 375 * 100vw, 15px);
	font-weight: 500;
	padding: 5px 0;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 20px;
}

@media screen and (min-width: 1300px){
	
	.forteBtn{
		font-size: clamp(15px, 15 / 1300 * 100vw, 18px);
	}
}

.forteBtn::after{
	content: "→";
	display: inline-block;
	color: #F5F4E4;
	background: #869C51;
	border-radius: 50%;
	padding: 5px 8px;
}

.forteBtn:hover{
	background: #869C51;
	color: #F5F4E4;
}

.forteBtn:hover::after{
	background: #F5F4E4;
	color: #869C51;
}

.paginationDots{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
@media screen and (min-width: 980px){
	.paginationDots{
		display: none;
	}
}

.dot{
    width: 10px;
    height: 10px;
    background-color: #D3D3D3;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.dot.active{
    background-color: #869C51;
    transform: scale(1.2);
}

#topTreatment{
	padding: 10% 0;
	padding-bottom: 20%;
	background-color: rgba(253,252,243,0.7);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.treatmentList{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(281 / 375 * 100%);
	margin: 50px auto;
	row-gap: 25px;
	column-gap: 20px;
}

.treatmentList li{
	width: calc(130 / 281 * 100%);
	text-align: center;
	border-radius: 10px;
	background: #FFFEF0;
	border: 1px solid #5C6C34;
	padding: 15px 0 35px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.25);
}

@media screen and (min-width: 520px){
	.treatmentList li{
		padding: 20px 0 45px;
	}
}


@media screen and (min-width: 768px){
	.treatmentList li{
		width: calc(200 / 890 * 100%);
	}
}


.treatmentContents img{
	width: 50%;
	height: auto;
}

.treatmentContents p{
	padding-top: 1em;
	color: #5C6C34;
	font-size: clamp(14px, 14 / 375 * 100vw, 16px);
}

@media screen and (min-width: 768px){
	.treatmentContents p{
		font-size: clamp(16px, 16 / 768 * 100vw, 22px)
	}
}

.treatmentContents:hover{
	box-shadow: none;
	background: #F5F4E4;
}

#topAccess{
	background: #F5F4E4;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 50px 0;
	margin-top: -10%;
}

#topAccess .subTitle{
	margin: 0;
}

.mapWrapper{
	width: calc(286 / 375 * 100%);
	margin: 20px auto;
}

.mapWrapper iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 970 / 286;
}

.mapWrapper p{
	margin-top: 1em;
	font-size: clamp(12px, 12 / 375 * 100vw, 14px);
}

.mapWrapper a{
	border-bottom: 1px solid #655638;
}

.mapWrapper a:hover{
	opacity: 0.5;
}

#topInfo dl{
	width: 73.33%;
	margin: 20px auto;
	font-size: clamp(14px, 14 / 375 * 100vw, 18px);
}

.infoItem{
	border-bottom: 1px dotted #655638;
}

.infoItem dt{
	color: #869C51;
	padding-top: 30px;
}

.infoItem dd{
	padding-top: 5px;
	padding-bottom: 10px;
}

.infoItem dd a:hover{
	opacity: 0.5;
}

@media screen and (min-width: 768px){
	
	#topInfo{
		width: 80%;
		margin: 10% auto;
		white-space: nowrap;
	}
	
	#topInfo dl{
		width: 70%;
		margin: 0;
	}
	
	.infoWrapper{
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 0 90px;
	}
	
	.infoItem{
		display: flex;
		align-items: center;
		padding: 20px 0;
		padding-top: 30px;
	}
	
	.infoItem dt{
		padding: 0;
		padding-right: 30px;
	}
	
	.infoItem dd{
		padding: 0;
		
	}
	
	#topInfo .detailBtn{
		justify-content: flex-start;
		margin-top: -80px;
		margin-left: -30px;
		font-size: clamp(18px, 18 / 768 * 100vw, 20px);
	}
}
