@charset "utf-8";

/*-------------------------------------------------------
	guide.css
--------------------------------------------------------*/
/* mainTtl */
.mainTtl h1 + p {
	margin-top: 2rem;
	font-size: 2rem;
	text-align: center;
}
@media (max-width: 768px) {
	.mainTtl h1 + p {
		margin-top: 2.5rem;
		font-size: 3rem;
	}
}

/*guideBlock*/
.guideBlock .inner {
	padding-bottom: 6.5rem;
}
@media (max-width: 768px) {
	.guideBlock .inner {
		padding-bottom: 6rem;
	}
}

/*hotel*/
.hotel {
	padding: 5rem 4rem;
	border: solid 2px #f9d0e6;
	border-radius: 2rem;
	background: #fff;
	line-height: 1.4;
}
.hotel .ttl {
	font-size: 4rem;
	line-height: 1.26;
	text-align: center;
}
.hotel .subttl {
	margin-top: 3rem;
	padding: 0.7rem 1rem 0.2rem;
	background: #f9d0e6;
	line-height: 1.26;
	font-size: 2.6rem;
}
.hotel .ttl + .subttl {
	margin-top: 3rem;
}
.hotel .note {
	font-size: 1.8rem;
	line-height: 1.3;
}
.hotel .note span {
	background: linear-gradient(transparent 0 65%, #fff33f 65% 80%, transparent 80% 100%);
}
.hotel .step {
	margin-top: 2rem;
	font-size: 2.4rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
}
.hotel .step.step3 {
	margin-top: 2.5rem;
}
.hotel .step .icn {
	padding: 2rem 0.5rem;
	width: 8.6rem;
	height: 8.6rem;
	font-size: 1.5rem;
	font-weight: bold;
	color :#fff;
	text-align: center;
	background: #ed1282;
	border-radius: 50%;
}
.hotel .step .icn span {
	display: block;
	font-size: 3rem;
	line-height: 1;
}
.hotel .step .txt {
	margin-left: 1.5rem;
	width: calc(100% - 11rem);
}
.hotel .list {
	margin-top: 1.5rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
}
.hotel .list li + li {
	margin-top: 0.5rem;
}
@media (max-width: 768px) {
	.hotel {
		padding: 4.8rem 3rem;
	}
	.hotel .ttl {
		font-size: 5.2rem;
	}
	.hotel .subttl {
		margin-top: 5rem;
		padding: 1.5rem;
		font-size: 3rem;
	}
	.hotel .ttl + .subttl {
		margin-top: 1.5rem;
	}
	.hotel .note {
		font-size: 2.5rem;
	}
	.hotel .note span {
		background: linear-gradient(transparent 75%, #fff33f 75%);
	}
	.hotel .step {
		margin-top: 3rem;
		font-size: 3.2rem;
		flex-direction: column;
		text-align: center;
	}
	.hotel .step .icn {
		padding: 2.5rem 1rem 2rem;
		width: 11.6rem;
		height: 11.6rem;
	}
	.hotel .step .icn span {
		font-size: 3.5rem;
		line-height: 1.4;
	}
	.hotel .step .txt {
		margin-top: 1.5rem;
		margin-left: 0;
		width: 100%;
	}
	.hotel .list {
		margin-top: 2.4rem;
		font-size: 2.4rem;
	}
	.hotel .list li + li {
		margin-top: 1.2rem;
	}
}

/*others*/
.others  {
	margin-top: 4rem;
	padding: 5rem 4rem;
	border: solid 2px #f9d0e6;
	border-radius: 2rem;
	background: #fff;
	line-height: 1.4;
}
.others .ttl {
	font-size: 4rem;
	line-height: 1.26;
	text-align: center;
}
.others .subttl {
	margin-top: 3rem;
	padding: 0.7rem 1rem 0.2rem;
	background: #f9d0e6;
	font-size: 2.6rem;
	line-height: 1.26;
}
.others .ttl + .subttl {
	margin-top: 3rem;
}
.others .subttl + p {
	margin-top: 1.5rem;
	font-size: 2.4rem;
}
.others .note {
	font-size: 1.8rem;
	line-height: 1.3;
}
.others .step {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #000;
	font-size: 2.4rem;
	display: flex;
	justify-content: space-between;
}
.others .step .icn {
	width: 5.4rem;
	text-align: center;
}
.others .step .txt {
	width: calc(100% - 6rem);
}
.others .list {
	margin-top: 1.5rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
}
.others .list li + li {
	margin-top: 1rem;
}
.others + .list {
	margin-top: 1.5rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
	line-height: 1.4;
}
@media (max-width: 768px) {
	.others  {
		margin-top: 3rem;
		padding: 4.6rem 3rem;
	}
	.others .ttl {
		font-size: 4.4rem;
	}
	.others .subttl {
		margin-top: 4.6rem;
		padding: 1.5rem;
		font-size: 3rem
	}
	.others .ttl + .subttl {
		margin-top: 2.4rem;
	}
	.others .subttl + p {
		margin-top: 3rem;
		font-size: 3rem;
	}
	.others .note {
		font-size: 2rem;
	}
	.others .step {
		font-size: 3rem;
	}
	.others .step .icn {
		width: 4.4rem;
	}
	.others .step .txt {
		width: calc(100% - 5rem);
	}
	.others .list {
		margin-top: 2.4rem;
		font-size: 2.4rem;
	}
	.others .list li + li {
		margin-top: 1rem;
	}
	.others + .list {
		margin-top: 3.4rem;
		font-size: 2.4rem;
	}
}

/*btnBlock*/
.btnBlock {
	margin-top: 2.5rem;
	text-align: center;
}
.btnBlock .btnPrint {
	margin: 0 auto;
	width: 77%;
}
.btnBlock .btnPrint a {
	display: block;
	padding: 1.3rem;
	background: #0f218b;
	border-radius: 2rem;
	font-size: 3rem;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.btnBlock .btnPrint a::after {
	display: block;
	content: '';
	width: 2rem;
	height: 2rem;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: calc(50% - 1rem);
	right: 4rem;
	transform: rotate(-45deg);
}
.btnBlock .btnPrint a span {
	display: block;
}
.btnBlock .btnTop {
	margin: 0 auto;
	width: 50%;
}
.btnBlock .btnTop a {
	display: block;
	padding: 2rem;
	border-radius: 2rem;
	background: #ed1282;
	font-size: 3rem;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
}
.btnBlock .btnTop a::after {
	display: block;
	content: '';
	width: 3rem;
	height: 3rem;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: calc(50% - 1.5rem);
	left: 3.5rem;
	transform: rotate(45deg);
}
.btnBlock .note {
	margin-top: 1rem;
	font-size: 1.8rem;
}
@media (max-width: 768px) {
	.btnBlock {
		margin-top: 3rem;
	}
	.btnBlock .btnPrint {
		width: 100%;
	}
	.btnBlock .btnPrint a {
		padding: 2rem 3.2rem;
		font-size: 3.2rem;
	}
	.btnBlock .btnPrint a::after {
		border-width: 1px;
	}
	.btnBlock .btnTop {
		width: 49rem;
	}
	.btnBlock .btnTop a {
		padding: 3rem 2rem 3rem 5rem;
		font-size: 3.2rem;
	}
	.btnBlock .btnTop a::after {
		border-width: 1px;
	}
	.btnBlock .note {
		margin-top: 1.2rem;
	}
}
