/* flow chapter-content */
/* ----------------------------- */

.chapter-content.line-contact {
	margin-bottom: 55px;
	padding: 0;
}

@media screen and (max-width: 736px) {
	.chapter-content.line-contact {
		margin-bottom: 20px;
	}
}

.chapter-content.line-contact > .chapter-headding {
	background: url(../../images/line-contact/bnr-chapter.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 10px;
	padding: 110px 50px 113px;
}

@media screen and (max-width: 1330px) {
	.chapter-content.line-contact > .chapter-headding {
		padding: 110px 30px 113px;
	}
}

@media screen and (max-width: 736px) {
	.chapter-content.line-contact > .chapter-headding {
		background: url(../../images/line-contact/bnr-chapter-sp.jpg) no-repeat center center;
		background-size: cover;
		padding: 95px 20px 25px;
	}
}

.chapter-content.line-contact > .breadcrumb {
	padding: 0 50px;
}

@media screen and (max-width: 1330px) {
	.chapter-content.line-contact > .breadcrumb {
		padding: 0 30px;
	}
}

@media screen and (max-width: 736px) {
	.chapter-content.line-contact > .breadcrumb {
		padding: 0 20px;
	}
}

/* anchor-nav */
/* ----------------------------- */

.anchor-nav.line > .item {
	width: 33.333%;
}

@media screen and (max-width: 736px) {
	.anchor-nav > .item:nth-child(2n)::after {
		content: '';
	}
}

/* reservation-about */
/* ----------------------------- */

.reservation-about.line > .inner > .information {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 25px 0 0;
}

.reservation-about.line > .inner > .information > .content {
	padding-top: 0;
}

.reservation-about.line > .inner > .information > .content > .text-title {
	position: static;
}

/* reservation-list */
/* ----------------------------- */

.reservation-list.line {
	margin-bottom: 70px;
}

.reservation-list.line > .inner > .copy {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.8;
	margin: 20px 0 45px;
}

@media screen and (max-width: 736px) {
	.reservation-list.line > .inner {
		padding: 0 20px;
	}

	.reservation-list.line > .inner > .copy {
		font-size: 15px;
		margin: 15px 0 45px;
		letter-spacing: 1px;
	}

	.reservation-list.line > .inner > .list-style-r {
		padding: 0;
	}

	.list-style-r > .item > .content > .text {
		padding: 0;
		width: 100%;
	}

	.list-style-r > .item:nth-child(1) {
		margin-bottom: 30px;
	}

	.list-style-r > .item:nth-child(2n-1) > .content {
		padding-left: 5%;
	}

	.list-style-r > .item:nth-child(2n) {
		margin-bottom: 30px;
	}

	.list-style-r > .item:nth-child(2n) > .content {
		padding-right: 5%;
	}
}

/* line-step */
/* ----------------------------- */

.line-step > .inner {
	margin: 25px 0 100px;
}

@media screen and (max-width: 736px) {
	.line-step > .inner {
		margin: 15px 0 50px;
		padding: 0 20px;
	}
}

.line-step > .inner > .first {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}

@media screen and (max-width: 736px) {
	.line-step > .inner > .first {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.line-step > .inner > .first > .content {
	width: 44.6%;
}

@media screen and (max-width: 736px) {
	.line-step > .inner > .first > .content {
		width: 100%;
	}
}

.line-step > .inner > .first > .content > .headding {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 23px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	.line-step > .inner > .first > .content > .headding {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		margin-bottom: 10px;
	}
}

.line-step > .inner > .first > .content > .text {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

@media screen and (max-width: 736px) {
	.line-step > .inner > .first > .content > .text {
		/* font-size: 11px; */
		letter-spacing: 0.02em;
		text-align: justify;
	}
}

.line-step > .inner > .first > .image {
	width: 55.4%;
}

@media screen and (max-width: 736px) {
	.line-step > .inner > .first > .image {
		margin-bottom: 15px;
		width: 100%;
	}
}

.line-step > .inner > .first > .image > img {
	height: auto;
	width: 100%;
}

.line-step > .inner > div > .button-line.large {
	margin-top: 15px;
}

.line-step > .inner > div > .button-line.large > a > span {
	display: block;
	padding: 30px 0 0;
}

.line-step > .inner > div > .button-line.large > a > span::before {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: none;
}

.line-step > .inner > .step-wrap {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 75px;
}

@media screen and (max-width: 736px) {
	.line-step > .inner > .step-wrap {
		display: none;
	}
}

.line-step > .inner > .step-wrap > .list {
	width: 30%;
}

@media screen and (max-width: 1280px) {
	.line-step > .inner > .step-wrap > .list {
		width: 31.5%;
	}
}

@media screen and (max-width: 736px) {
	.line-step > .inner > .step-wrap > .list {
		width: 100%;
	}
}

.line-step > .inner > .step-wrap > .list > img {
	height: auto;
	margin-bottom: 15px;
	width: 100%;
}

.line-step > .inner > .step-wrap > .list > .head {
	margin-bottom: 15px;
}

.line-step > .inner > .step-wrap > .list > .head > span {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1280px) {
	.line-step > .inner > .step-wrap > .list > .head > span {
		font-size: 22px;
	}
}

.line-step > .inner > .step-wrap > .list > .head > span.num {
	font-size: 40px;
	font-weight: 300;
}

@media screen and (max-width: 1280px) {
	.line-step > .inner > .step-wrap > .list > .head > span.num {
		font-size: 34px;
	}
}

.line-step > .inner > .step-wrap > .list > .title {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 23px;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}

@media screen and (max-width: 1480px) {
	.line-step > .inner > .step-wrap > .list > .title {
		font-size: 20px;
		letter-spacing: 0.03em;
	}
}

@media screen and (max-width: 1280px) {
	.line-step > .inner > .step-wrap > .list > .title {
		font-size: 18px;
		letter-spacing: 0.01em;
	}
}

@media screen and (max-width: 1125px) {
	.line-step > .inner > .step-wrap > .list > .title {
		font-size: 16px;
		letter-spacing: 0em;
	}
}

.line-step > .inner > .step-wrap > .list > .text {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

@media screen and (max-width: 1125px) {
	.line-step > .inner > .step-wrap > .list > .text {
		font-size: 12px;
		letter-spacing: 0.04em;
	}
}

.line-step > .information > .copy {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 23px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 35px;
	text-align: center;
	text-indent: 0.05em;
}

@media screen and (max-width: 736px) {
	.line-step > .information > .copy {
		font-size: 13px;
		font-weight: 500;
		letter-spacing: -0.05em;
		margin-bottom: 25px;
		text-indent: -0.05em;
	}
}

.line-step > .information > .button-line {
	text-align: center;
}

@media screen and (max-width: 736px) {
	.line-step > .information > .button-line {
		margin: 0 20px 25px;
		width: auto;
	}
}

.line-step > .information > .button-line > a {
	margin: 0 auto;
	width: 420px;
}

@media screen and (max-width: 736px) {
	.line-step > .information > .button-line > a {
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	#about,
	#merit,
	#step {
		padding-top: 90px;
		margin-top: -90px;
	}
}