@charset "UTF-8";

.hero {}
.hero_img {
	/*background-image: url(https://www.noto-shochu.com//img/onlineshop/guide/img-guide-hero.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 95%;
	margin: 0 auto;
}
.hero_img:before {
	content: "";
	display: block;
	padding-top: 38.2%;
}
.hero_ttl {
	font-size: 24px;
	text-align: center;
	margin-top: 70px;
}
.hero_ttl:after {
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background-color: #707070;
	margin: 30px auto 0;
}
.guide {
	padding: 70px 0;
}
.guide_ttl {
	font-size: 24px;
	text-align: center;
}
.guide_ttl:after {
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background-color: #707070;
	margin: 30px auto 0;
}
.info {}
.info_ttl {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
.info_cnt {
	border-top: 1px solid #707070;
	padding: 45px 0;
}
.info_cnt:first-child {
	border-top: none;
	padding: 0;
}
.info_list {
	counter-reset: number 0;
	margin-top: 15px;
}
.info_item {
	padding-bottom: 65px;
}

.info_item_img {
	position: relative;
	max-width: 550px;
}
.info_item_img:before {
	content: "";
	display: block;
	background-image: url(https://www.noto-shochu.com//img/onlineshop/guide/icon-bg-arrow-bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 52px;
	height: 23px;
	position: absolute;
	bottom: 107%;
	left: 50%;
	transform: translateX(-50%);
}
.info_item:first-child .info_item_img:before {
	display: none;
}
.info_item_text {
	padding: 15px 0 0 40px;
	position: relative;
	margin-top: 10px;
}
.info_item .info_item_text:before {
	content: counter(number) " ";
	counter-increment: number 1;
	border: 1px solid #333;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.info_dl {
	padding: 20px 0;
	border-bottom: 2px dotted #707070;
	margin: 0;
}
.info_dl:first-child {
	border-top: none;
}

.info_dl:last-child {
	border-bottom: none;
}

.info_dl > dt {
	font-weight: bold;
	line-height: 2;
}
.info_dl > dd {
	margin: 0;
}
.info_dl > dd > p {
	margin: 0;
}
.info_dl > dd > p.-text {}
.info_dl > dd > p.-note {
	color: #A61B2D;
	margin: 5px 0 15px;
}
.info_dl > dd > p.-note.-large {
	font-size: 21px;
}
.info_dl > dd > div.-img {
	margin-top: 10px;
}
.info_dl > dd > table.-tbl {
	border: 1px solid #707070;
	margin-top: 10px;
}
.info_dl > dd > table.-tbl tr {
	border-top: 1px solid #707070;
}
.info_dl > dd > table.-tbl th,
.info_dl > dd > table.-tbl td {
	font-weight: normal;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}
.info_dl > dd > table.-tbl th {
	border-right: 1px solid #707070;
	background-color: #F7F7F7;
}
.info_dl > dd > table.-tbl td {}
.info_text {
	margin-top: 15px;
}

.info_wrap_last .info_dl {
	display: block;
}

.info_wrap_last .info_dl {
	display: flex;
	border-bottom: 2px dotted #707070;
}

.info_wrap_last .info_dl > dt {
	width: 160px;
	font-weight: normal;
}
.info_wrap_last .info_dl > dd {
	flex: 1;
}

@media screen and (max-width:1030px) {
}

@media screen and (max-width:768px) {
	.hero {}
	.hero_img {}
	.hero_img:before {}
	.hero_ttl {
		font-size: 20px;
		margin-top: 40px;
	}
	.hero_ttl:after {
		margin: 15px auto 0;
	}
	.guide {
		padding: 40px 0;
	}
	.guide_ttl {
		font-size: 20px;
	}
	.guide_ttl:after {
		margin: 15px auto 0;
	}
	.info {}
	.info_ttl {}
	.info_cnt {}
	.info_cnt:first-child {}
	.info_list {}
	.info_item {}
	.info_item_img {
		margin: 0 auto;
	}
	.info_item_img:before {}
	.info_item:first-child .info_item_img:before {}
	.info_item_text {}
	.info_item .info_item_text:before {}
	.info_dl {}
	.info_dl:first-child {}
	.info_dl:last-child {}
	.info_dl > dt {}
	.info_dl > dd {}
	.info_dl > dd > p.-text {}
	.info_dl > dd > p.-note {}
	.info_dl > dd > p.-note.-large {
		font-size: 18px;
	}
	.info_dl > dd > div.-img {}
	.info_dl > dd > table.-tbl {}
	.info_dl > dd > table.-tbl tr {}
	.info_dl > dd > table.-tbl th,
	.info_dl > dd > table.-tbl td {}
	.info_dl > dd > table.-tbl th {}
	.info_dl > dd > table.-tbl td {}
	.info_dl > dd > table.-tbl.-price th,
	.info_dl > dd > table.-tbl.-price td {
		display: block;
		padding: 10px;
	}
	.info_dl > dd > table.-tbl.-price th {
		border-right: none;
		border-bottom: 1px solid #707070;
	}
	.info_text {}
	.info_wrap_last .info_dl {}
	.info_wrap_last .info_dl > dt {}
	.info_wrap_last .info_dl > dd {}
}

@media print {
}