/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	color: #1a1a1a;
	font-family: "游ゴシック", "Montserrat", YuGothic, "Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	background: transparent;
	color: inherit;
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

li {
	list-style: none;
}

[type=text],
[type=email],
[type=tel] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	width: 100%;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	cursor: pointer;
}

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	width: 100%; /* resize: none; */
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #5d132d;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
}

img {
	height: 100%;
	width: 100%;
}

.inner {
	margin-inline: auto;
	max-width: 750px;
}

.main {
	transform: translateY(-3px);
}

.bg1 {
	background-image: url(../img/bg1.webp);
	background-position: 0 1%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

.bg2 {
	background-image: url(../img/bg2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 76px 0 128px;
}

.care {
	margin-top: 60px;
}

.care__items {
	padding: 0 54px;
}

.care__btn {
	margin-top: 118px;
	padding: 0 76px;
}

.reserve {
	transition: all 0.3s;
}

.reserve:hover {
	opacity: 0.7;
}

.feature__head {
	padding: 0 40px;
}

.feature__text {
	margin-top: 60px;
	padding: 0 90px;
}

.feature__step {
	margin-top: 48px;
	padding: 0 44px;
}

.feature__announce {
	margin-top: 78px;
	padding: 0 64px;
}

.feature__btn {
	margin-top: 28px;
	padding: 0 76px;
}

.step {
	margin-top: 48px;
	padding: 0 40px;
}

.step__item + .step__item {
	margin-top: 30px;
}

.step__item + .step__item {
	position: relative;
}

.step__item + .step__item::before {
	background: url(../img/arrow.webp) no-repeat center center/cover;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	top: -24px;
	transform: translateX(-50%);
	width: 40px;
}

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

.bg1 {
	padding-bottom: 50px;
}

.bg2 {
	padding: 38px 0 64px;
}

.care {
	margin-top: 30px;
}

.care__items {
	padding: 0 27px;
}

.care__btn {
	margin-top: 59px;
	padding: 0 38px;
}

.feature__head {
	padding: 0 20px;
}

.feature__text {
	margin-top: 30px;
	padding: 0 45px;
}

.feature__step {
	margin-top: 24px;
	padding: 0 22px;
}

.feature__announce {
	margin-top: 39px;
	padding: 0 32px;
}

.feature__btn {
	margin-top: 14px;
	padding: 0 38px;
}

.step {
	margin-top: 24px;
	padding: 0 20px;
}

.step__item + .step__item {
	margin-top: 15px;
}

.step__item + .step__item::before {
	height: 20px;
	top: -12px;
	width: 20px;
}

}

