img {
	width: 100%;
	display: block;
}
article {
	position: relative;
	margin: auto;
	width: 100%;
	min-width: 320px;
	max-width: 1280px;
	font-size: 3.88889vw;
	line-height: 1;
	color: rgb(92, 92, 92);
	background: white;
	box-shadow: 0 0 15px 1px rgb(170, 170, 170);
	transition: all 0.35s;
}
section h2 {
	margin: auto;
	width: 85%;
	font-size: 157.143%;
	font-weight: 700;
	text-align: center;
	line-height: 1.364;
	color: rgb(253, 130, 130);
	border: 0.05em solid rgb(253, 130, 130);
}
._2line > span {
	display: block;
}
header {
	position: relative;
}
.logo {
	position: absolute;
	left: 5%;
	top: 1.5em;
	width: 19.5em;
	z-index: 9;
}
.headerbg {
	position: relative;
	z-index: 0;
}
.header-inner {
	position: absolute;
	top: 18.43em;
	left: 8.33%;
	width: 83.34%;
	z-index: 1;
}
.header-inner > p {
	position: relative;
	padding-top: 0.5em;
	color: rgb(116, 207, 193);
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.header-inner > p > span {
	font-size: 230.5%;
}
.header-inner > p > img {
	width: 2.571em;
}

._3items {
	position: relative;
	margin-top: 0.5em;
}
._3items ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
._3items li {
	position: relative;
	font-size: 128.57%;
	color: rgb(129, 129, 129);
}
._3items li::before,
._3items li::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: inline-block;
}
._3items li::before {
	content: "";
	position: relative;
	margin: 0em 0.35em;
	width: 0.89em;
	height: 0.89em;
	vertical-align: top;
	background-image: url(../../img/bs-check-box-square.svg);
}
._3items li::after {
	position: absolute;
	left: 0.2em;
	width: 1.25em;
	height: 1.25em;
	bottom: -0.085em;
	background-image: url(../../img/bs-check-box-tick.svg);
}
.loaded ._3items li:nth-of-type(1)::after {
	animation: hookcheck1 6s infinite;
}
.loaded ._3items li:nth-of-type(2)::after {
	animation: hookcheck2 6s infinite;
}
.loaded ._3items li:nth-of-type(3)::after {
	animation: hookcheck3 6s infinite;
}
.btn {
	width: 61.12%;
	font-size: 157.143%;
	text-align: center;
	line-height: 1.82em;
	color: white;
	background: rgb(248, 93, 93);
	border-radius: 2em;
	display: block;
}
.btn span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 2em;
	pointer-events: none;
	z-index: 2;
}
.btn span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(248, 93, 93 , 0);
	border-radius: 2em;
	z-index: 0;
}
.btn:hover span::after {
	animation: btnAnimate .4s 1;
}
.btn1 {
	position: absolute;
	left: 19.44%;
	bottom: 2.18em;
}
.notice {
	position: absolute;
	display: none;
}
.sec {
	padding: 2.36em 0 0 0;
}
.sec1-inner,
.sec2-inner,
.sec3-inner,
.sec4-inner {
	margin: auto;
	width: 85%;
}
.sec1-inner > p,
.sec2-inner p,
.sec3-inner > div > p {
	padding: 0.85em 0;
	text-align: justify;
	line-height: 2.143;
}
.sec1-inner > p > span,
.sec3-inner > div > p > span {
	font-weight: 700;
	text-decoration: underline;
}
.sec2-inner {
	padding-bottom: 3.2em;
}
.sec2-inner > div > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec2-inner > div:nth-of-type(1) > ul > li {
	width: 5em;
}
.sec2-inner > div:nth-of-type(1) > ul > li > img:nth-of-type(1) {
	border: 0.072em solid rgb(89, 172, 159);
	border-radius: 50%;
}
.sec2-inner > div:nth-of-type(1) > ul > li > img:nth-of-type(2) {
	margin: 0.65em auto 0;
	width: 1.5em;
}
.sec2-inner > div:nth-of-type(2) {
	padding-top: 1em;
}
.sec2-inner > div:nth-of-type(2) > ul > li {
	padding-top: 0.9em;
	width: 25%;
}
.sec2-inner > div:nth-of-type(2) > ul > li > span {
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: rgb(253, 130, 130);
	display: block;
}
.btn2 {
	margin: auto;
}
.sec3-inner > div > div * {
	line-height: 2.143;
}
.sec3-inner > div > div > p > span {
	margin-left: -1em;
	padding: 0 1em;
	line-height: 1.5;
	color: white;
	background: rgb(116, 207, 193);
	display: inline-block;
}
.sec3-inner > div > div li {
	position: relative;
	margin-left: -1em;
	padding-left: 1em;
	font-weight: 700;
	text-align: justify;
	text-decoration: underline;
}
.sec3-inner > div > div li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 0;
	height: 0;
	border-width: 0.3em 0.6em;
	border-style: solid;
	border-color: transparent transparent transparent rgb(254, 166, 166);
}
.sec3-inner > img {
	margin: 0.5em auto 0;
	width: 15.43em;
}
.sec4 {
	background: url(../../img/bs-sec4bg@small.jpg) no-repeat;
	background-size: 100% auto;
}
.sec4-inner {
	padding-top: 1.5em;
	width: 90.3%;
}
.sec4-table {
	position: relative;
	width: 100%;
}
.sec4-table th,
.sec4-table td {
	padding: 0.4em 0.2em;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
}
.sec4-table th:nth-of-type(1),
.sec4-table td:nth-of-type(1) {
	width: 5em;
}
.sec4-table th:nth-of-type(n+2),
.sec4-table td:nth-of-type(n+2) {
	width: 26.153846%;
}
.sec4-table th,
.sec4-table td:nth-of-type(1) {
	color: white;
	background: rgb(167, 195, 216);
}
.sec4-table td:nth-of-type(2),
.sec4-table td:nth-of-type(3) {
	background: rgb(237, 247, 255);
}
.sec4-table td:nth-of-type(4) {
	background: rgb(179, 213, 237);
}
.sec4-table td {
	border-top: 1px solid white;
}
.sec4-table th:nth-last-of-type(n+2),
.sec4-table td:nth-last-of-type(n+2) {
	border-right: 1px solid white;
}
.sec4-table th:last-of-type,
.sec4-table td:last-of-type {
	border-right: 2px solid rgb(253, 130, 130);
	border-left: 2px solid rgb(253, 130, 130);
}
.sec4-table th:last-of-type {
	border-top: 2px solid rgb(253, 130, 130);
}
.sec4-table tbody tr:last-of-type td:last-of-type {
	border-bottom: 2px solid rgb(253, 130, 130);
}
.sec4-table th > span,
.sec4-table td:nth-of-type(1) > span {
	display: block;
}
.sec4-table tbody tr:nth-of-type(1) img {
	margin: auto;
	width: 5em;
	border: 1px solid rgb(182, 215, 238); 
}
.sec4-table tbody tr:nth-of-type(2) span {
	display: block;
}
.crowns > td:nth-of-type(n+2) > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.crowns > td:nth-of-type(n+2) > div img {
	margin: 0 1px;
	width: 0.79em;
}
.sec5-inner {
	margin-top: 1.5em;
	padding: 2em 4.85%;
	color: white;
	background-image: url(../../img/bs-sec5-innerbg@767.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.sec5-inner li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec5-inner li:nth-of-type(n+2) {
	margin-top: 2em;
}
.sec5-inner li > div {
	width: 4.2em;
	height: 4.2em;
	font-size: 142.857%;
	line-height: 1.25;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec5-inner li > p {
	padding-left: 0.625em;
	width: calc(100% - 5.25em);
	font-size: 114.286%;
	text-align: justify;
	line-height: 1.5;
}
.dr-title {
	padding-left: 0.4em;
	width: 95%;
	font-size: 142.857%;
	font-weight: 700;
	text-align: left;
	line-height: 1.6;
	color: white;
	background-color: rgb(116, 207, 193);
	border: none;
}
.dr-title > span {
	display: none;
}
.sec6-inner {
	position: relative;
	margin: auto;
	padding: 1em 0 1.286em;
	width: 90%;
	line-height: 2.143;
	background: url(../../img/bs-dr.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right -0.5em top 1.3em;
	border-bottom: 1px solid rgb(116, 207, 193);
}
.sec6-inner::after {
	content: "";
	position: absolute;
	right: -1.5em;
	bottom: -1.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em;
	border-color: transparent transparent transparent rgb(116, 207, 193);
	transform: rotate(45deg);
}
.sec6 h3 {
	font-weight: 700;
}
.btn3 {
	position: relative;
	margin: 2.2em auto;
}




.reserve_phone {
	padding: 0.8em 0;
	background-color: rgb(116, 207, 193);
	display: block;
}
.reserve_phone img {
	position: relative;
	margin: auto;
	width: 83.34%;
}
@media only screen and (min-width: 768px) {
	article {
		font-size: 2.083333vw;
	}
	h2 {
		font-size: 187.5%;
		line-height: 1.467;
	}
	.sec1 h2,
	.sec5 h2 {
		width: 90%;
	}
	.sec2 h2,
	.sec3 h2,
	.sec4 h2 {
		width: 46.875%;
	}
	.logo {
		left: 9.375%;
		top: 2.875em;
		width: 38.02%;
	}
	.headerbg {
		content: url(../../img/bs-headerbg@1280.jpg);
	}
	.header-inner {
		left: 7.16%;
		top: 8em;
		width: 42.97%;
	}
	.header-inner > p {
		padding-top: 1.875em;
	}
	.header-inner > p > span {
		font-size: 187.5%;
	}
	.header-inner > p > img {
		margin-left: 0.25em;
		width: 2.125em;
	}
	._3items li {
		font-size: 100%;
	}
	._3items li::before {
		vertical-align: bottom;
		margin: 0em 0.5em;
	}
	._3items li::after {
		left: 0.4em;
		bottom: -0.175em;
	}
	.btn {
		width: 10em;
		font-size: 125%;
	}
	.btn1 {
		left: 15.625%;
		bottom: 4.5em;
	}
	.notice {
		right: 2.5%;
		bottom: 1em;
		font-size: 75%;
		color: rgba(85, 85, 85, .6);
		display: block;
	}
	._2line > span {
		display: inline;
	}
	.sec {
		padding: 3.125em 0 0 0;
	}
	.sec1-inner,
	.sec2-inner,
	.sec3-inner {
		padding-top: 1.4em;
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.sec1-inner > p,
	.sec2-inner > div:nth-of-type(1) {
		padding: 0 1.4em 0 0;
		width: 56.6%;
		line-height: 2.1875;
	}
	.sec1-inner > img,
	.sec2-inner > div:nth-of-type(2) {
		padding-top: 0.585em;
		width: 43.4%;
	}
	.sec2-inner {
		padding-bottom: 3.5em;
	} 
	.sec2-inner p {
		padding: 0;
	}
	.sec2-inner > div:nth-of-type(1) > ul {
		margin: auto;
		width: 86%;
	}
	.sec2-inner > div:nth-of-type(1) > ul > li {
		padding-top: 0.65em;
		width: 4.625em;
	}
	.sec2-inner > div:nth-of-type(2) > ul > li {
		padding-top: 0.4em;
	}
	.sec3-inner > img {
		margin: auto;
		width: 12.125em;
	}
	.sec3-inner > div {
		padding-right: 1.5em;
	}
	.sec3-inner > div > p {
		padding: 0;
		line-height: 2.1875;
	}
	.sec3-inner > div > div * {
		line-height: 2.1875;
	}
	.sec3-inner > div > div > p > span,
	.sec3-inner > div > div li {
		margin-left: -0.75em;
		padding-left: 0.75em;
	}
	.sec3-inner > div > div li::before {
		top: calc(50% - 0.3em);
	}
	.sec4 {
		background: url(../../img/bs-sec4bg@large.jpg) no-repeat;
		background-size: cover;
	}
	.sec4-inner {
		padding-top: 2em;
		width: 68.62%;
	}
	.sec4-table th:nth-of-type(1),
	.sec4-table td:nth-of-type(1) {
		width: 6.875em;
	}
	.sec4-table th:nth-of-type(n+2),
	.sec4-table td:nth-of-type(n+2) {
		width: 26.375712%;
	}
	.sec4-table th > span,
	.sec4-table td:nth-of-type(1) > span,
	.sec4-table tbody tr:nth-of-type(2) span {
		display: inline;
	}
	.sec4-table tbody tr:nth-of-type(4) span {
		display: block;
	}
	.sec4-table tbody tr:nth-of-type(4) td:nth-of-type(1) span {
		display: inline;
	}
	.sec4-table th,
	.sec4-table td {
		padding: 0.75em;
	}
	.sec4-table tbody tr:nth-of-type(1) img {
		width: 7em;
	}
	.crowns > td:nth-of-type(n+2) > div img {
		width: 1.25em;
	}
	.sec5-inner {
		margin-top: 1.5em;
		padding: 2.25em 6.5em;
		background-image: url(../../img/bs-sec5-innerbg@1280.jpg);
	}
	.sec5-inner ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.sec5-inner li {
		width: 9.25em;
		display: block;
	}
	.sec5-inner li:nth-of-type(n+2) {
		margin-top: 0;
	}
	.sec5-inner li > div {
		margin: 0 auto 0.73em;
		width: 6.72727em;
		height: 6.72727em;
		font-size: 137.5%;
	}
	.sec5-inner li > p {
		padding-left: 0;
		width: 100%;
		font-size: 100%;
		line-height: 1.5625;
	}
	.dr-title {
		padding-left: 0..75em;
		width: 91.8%;
		font-size: 100%;
		line-height: 2;
	}
	.dr-title > span {
		display: inline-block;
	}
	.dr-title > span:nth-of-type(1) {
		margin: 0 0.4em;
		width: 19em;
		height: 100%;
		border-bottom: 0.0625em solid white;
	}
	.sec6-inner {
		margin-left: calc(4.1% + 2.25em);
		padding: 2em 0;
		width: calc(91.8% - 2.25em);
		background-size: auto 165%;
    	background-position: right 2em top 1em;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.sec6-inner > div {
		width: 13.125em;
	}
	.btn3 {
		margin: 3em auto;
	}


	
	
}
@media only screen and (min-width: 1024px) {
	article {
		font-size: 1.953125vw;
	}
	h2 {
		font-size: 200%;
		line-height: 1.5;
	}
	.header-inner > p {
		padding-top: 2em;
	}
	.header-inner > p > span {
		font-size: 200%;
	}
	.header-inner > p > img {
		width: 2.25em;
	}
	.btn {
		font-size: 131.7%;
	}
	.btn1 {
		bottom: 4.56em;
	}
	.sec1-inner > p,
	.sec2-inner p,
	.sec3-inner > div > p,
	.sec3-inner > div > div * {
		line-height: 2;
	}
	.sec2-inner {
		padding-bottom: 3em;
	}
	.sec2-inner > div:nth-of-type(1) > ul {
		width: 90.75%;
	}
	.sec2-inner > div:nth-of-type(1) > ul > li {
		padding-top: 1.25em;
		width: 5em;
	}
	.sec3-inner > img {
		width: 11.15em;
	}
	.sec5-inner {
		padding: 3em 6.8em;
	}
	.sec5-inner li {
		width: 11em;
	}
	.sec5-inner li > div {
		margin: 0 auto 0.9em;
		width: 6.5em;
		height: 6.5em;
		font-size: 150%;
	}
	.sec6-inner > div {
		width: 15em;
	}



	
	
}
@media only screen and (min-width: 1280px) {
	article {
		font-size: 25px;
	}
}
@keyframes hookcheck1 {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	5.1% {
		opacity: 1;
	}
	98% {
		opacity: 1;
	}
	98.1% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes hookcheck2 {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	10.1% {
		opacity: 1;
	}
	98% {
		opacity: 1;
	}
	98.1% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes hookcheck3 {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	15.1% {
		opacity: 1;
	}
	98% {
		opacity: 1;
	}
	98.1% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes btnAnimate {
	0% {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(248, 93, 93 , .25);
	}
	50% {
		left: -25%;
		top: -25%;
		width: 150%;
		height: 150%;
		background: rgba(248, 93, 93 , 0);
	}
}