@charset "utf-8";

body .sp-item {
	display: none;
}
body .pc-item {
  display: block;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}
	body .sp-item {
		display: block;
	}
	body .pc-item {
		display: none;
	}
	body .sp-item img {
		width:100%;
	}
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */
body {
	max-width: inherit;
	height: 100%;
	background-attachment: fixed;
	background: url(../images/bg-body.png) repeat center center / auto;
}
.main {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-weight: 400;
	line-height: 1.7;
	font-size: 20px;
	color:#333;
	background-color: #fff;
	text-align: justify;
	font-feature-settings: "palt";
	overflow-x: hidden;
	max-width: 1025px; /*横幅調整*/
	margin: 0 auto;
	box-shadow: 0 0 8px #ccc;
}
img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
		height: auto;
	}
	body {
		width: 100%;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn {
	opacity: 0.8;
	transition: all .2s;
	filter: drop-shadow(5px 5px 5px rgba(153,153,153,0.75));
}
.btn:hover {
	opacity: 0.6;
}
.btn01 {
	width: 453.2868px; /*要調整*/
	height: 82.8218px;
}
.btn02 {
	width: 453.2868px; /*要調整*/
	height: 82.8218px;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.btn03 {
	top: 370px;
}
.cta01 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}
.cta02 {
	position: relative;
}

@media screen and (max-width: 640px) {
		.btn {
			width: 86%; /*要調整*/
			height: auto;
		}
		.btn02 {
			bottom: 7.8%;
		}
		.btn03 {
			top: 25.8%;
		}
		.cta01 {
			padding: 30px 0;
		}
	}

/* ----------------------------------------------------
    access
---------------------------------------------------- */
.access {
	padding: 40px 0 60px;
	background-color: #fff;
}
.access-inner {
	width: 450px;
	margin: 0 auto;
}
.access-title {
	width: 178.1543px;
	margin: 0 auto;
}
.access-shop {
	margin-top: 62px;
}
.access-shop-name {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	color: #2f1b06;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 12px;
}
.access-detail-row {
	display: flex;
	align-items: baseline;
	gap: 20px;
	margin-top: 18px;
}
.access-label {
	min-width: 96px;
	background-color: #2f1b06;
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	line-height: 1;
	padding: 6px 10px;
}
.access-detail-row p {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.3;
	color: #2f1b06;
}
.access-notes {
	margin-top: 12px;
	padding-left: 158px;
}
.access-notes li {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.45;
	color: #2f1b06;
	list-style: disc;
}
.access-map {
	position: relative;
	width: 100%;
	margin-top: 30px;
	aspect-ratio: 450 / 278;
	background-color: #2f1b06;
	overflow: hidden;
}
.access-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 640px) {
	.access {
		padding: 30px 0 60px;
	}
	.access-inner {
		width: 92%;
	}
	.access-title {
		width: 40%;
	}
	.access-shop {
		margin-top: 30px;
	}
	.access-shop-name {
		font-size: 6.8vw;
		padding-bottom: 8px;
		border-bottom-width: 1px;
	}
	.access-detail-row {
		gap: 10px;
		margin-top: 10px;
	}
	.access-detail-row:first-of-type {
		margin-top: 20px;
	}
	.access-label {
		min-width: 66px;
		font-size: 4vw;
		padding: 6px 8px;
		text-align: center;
	}
	.access-detail-row p {
		font-size: 4vw;
	}
	.access-notes {
		margin-top: 16px;
		padding-left: 18px;
	}
	.access-notes li {
		font-size: 4vw;
	}
	.access-map {
		margin-top: 22px;
	}
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	background-color: #fff;
	color: #333;
	padding: 30px 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
}
.footer-link {
	width: 92%;
	margin: 0 auto;
}
.footer-link a {
	color: #333;
	text-decoration: none;
	display: inline-block;
}
.footer-link a:hover {
	opacity: 0.6;
	transition: all .2s;
}
.copy-right {
	margin-top: 10px;
	text-align: center;
}

/* ----------------------------------------------------
    固定ボタン
---------------------------------------------------- */
.fixed-bottom-link {
	position: fixed;
	bottom: 0px;
	width: 100%;
	filter: drop-shadow(3px 3px 4px #999);
	z-index: 100;
	display: none; /* 初期状態では非表示 */
	padding: 8px 0 4px;
	background-color: rgba(255, 255, 255, 0.2);
}
.fixed-bottom-link.show {
	display: block; /* クラスが付与されたら表示 */
}
.fixed_btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	width: 600px;
	margin: 0 auto;
}
.fixed_btn a {
	display: inline-block;
	transition: .2s;
}
.fixed_btn a:hover {
	transform: scale(1.03);
	cursor: pointer;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 640px) {
	.fixed-bottom-link {
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		padding: 8px 0;
	}
	.fixed_btns {
		width: 84%;
		gap: 0;
	}
}