@charset "utf-8";

/* spa
-------------------------------------------------*/

.table_blue th,
.table_blue td{
	padding:1vw 1vh;
	vertical-align:middle;
	font-size:.85rem;
}

.m_smartic{
	display:block;
	color:orangered;
	font-family: 'フォーク M';
	font-size:20px;
	font-weight:bold;
	margin:0 auto 10px;
}

#leadtxt small{
	display:inline-block;
	width:96%;
	max-width:485px;
	padding:10px 20px 8px;
	color:#fff;
	font-size:18px;
	line-height:1.5;
	background:rgb(44,150,255);
	border-radius:6px;
	margin:.5rem 0 0;
}

.img_nobara{
	max-width:290px;
	margin:0 auto;
}
.img_omiyage{
	max-width:390px;
	margin:0 auto;
}

.cl_desc{
	font-size:.8rem;
	line-height:1.4;
}
.cl_desc_ttl{
	display:inline-block;
	padding:0 5px;
	border-radius:3px;
	margin:0 5px 5px 0;
}

/* btns */
.btn_antivirus{
	background: orangered !important;
	transition:.3s;
}
.btn_antivirus:hover{
	background:#ffc400 !important;
}

.btn_accessmap{
	display:inline-block;
	padding:4px 5px 7px;
	color:#fff;
	font-size:12px;
	line-height:1;
	background:orangered;
	border-radius: 5px;
	margin-left:5px;
	cursor:pointer;
	transform:translateY(-5px);
	transition:.3s;
}
.btn_accessmap:hover{
	background:#ffc400;
}
.accessmap{
	display:none;
	width:min(90%,476px);
	margin:0 auto 1rem;
}

/* nobara */
.time_fast{
	display:inline-block;
	padding:4px 7px;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	background:orange;
	border-radius: 5px;
	margin:0 3px 5px 0;
}


@media(max-width: 767px){
		.clm2_item{
			width:100%;
		}
}

#jersey{
	width:clamp(288px, 100%, 940px);
	margin:0 auto;
}
	.m_30tou{
		width:clamp(100px, 40%, 313px);
	}
	.img_jersey{
		float:right;
		width:clamp(100px, 50%, 454px);
		margin:0 0 20px 1.5rem;
	}
	.m_omiyage-lineup{
		display:block;
		width:min(90%,680px);
		margin:0 auto;
	}
	.img_jerseymilk{
		display:block;
		width:min(90%,554px);
		margin:0 auto;
	}
@media(max-width: 559px){
	.m_30tou{
		width:clamp(215px, 67%, 286px);
	}
	.img_jersey{
		display:block;
		float:none;
		width:min(90%, 454px);
		margin:0 auto 20px;
	}
}


.amenity_flex3{
	justify-content: space-around;
}
.amenity_flex3 > div{
	line-height: 1.3;
	margin-bottom:1rem;
}










