@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  Access（アクセス）
**************************************************
--------------------------------------------------*/
.access .text_image{
	display: flex;
	column-gap: 50px;
}
@media screen and (max-width: 767px) {
	.access .text_image{
		flex-direction: column;
		row-gap: 30px;
		margin-top: 30px;
	}
}

.access .text_image .text,
.access .text_image .image{
	width: 50%;
}
@media screen and (max-width: 767px) {
	.access .text_image .text,
	.access .text_image .image{
		width: 100%;
	}
}

.access .text .address{
	font-size: 15px;
	line-height: 2;
	color: #333;
}
@media screen and (max-width: 767px) {
	.access .text .address{
		font-size: 14px;
	}
}

.access .text .reservation{
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.access .text .reservation span{
	margin-right: 15px;
	padding: 5px 30px;
	background: linear-gradient(180deg, #947f44 0%, #56430d 100%);
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.access .text .reservation span{
		padding: 5px 20px;
		font-size: 14px;
	}
}

.access .text .reservation a{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 34px;
	letter-spacing: 0.05em;
	color: #56430d;
}
@media screen and (max-width: 767px) {
	.access .text .reservation a{
		font-size: 30px;
	}
}

.access .text .attention{
	font-size: 12px;
}

.access .text .business{
	margin-top: 40px;
	font-size: 15px;
	line-height: 2;
	color: #333;
}
@media screen and (max-width: 767px) {
	.access .text .business{
		font-size: 14px;
	}
}

.access .text .business span{
	display: inline-block;
	width: 80px;
}

.access .image{
	text-align: center;
}

.access .image video{
	width: 100%;
	height: auto;
}

.access .map{
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 113px;
	padding-top: 42.85%;
}
@media screen and (max-width: 767px) {
	.access .map{
		margin-top: 40px;
		padding-top: 56.25%;
	}
}

.access .map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

