body {
	color: #251C1C;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.04em;
}

._pc {
	display: block !important;
}

._pc_flex {
	display: flex !important;
}

._pc_grid {
	display: grid !important;
}

._sp {
	display: none !important;
}

._sp_flex {
	display: none !important;
}

._sp_grid {
	display: none !important;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.background {
	background: url("../images/common/back1.svg") left center/cover no-repeat;
}

.back2 {
	overflow-x: clip;
	position: relative;
}

.back2::before {
	aspect-ratio: 1440/1467;
	background: url("../images/common/back2.svg") left bottom/cover no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.back3 {
	overflow: clip;
	position: relative;
}

.back3::before {
	aspect-ratio: 1440/2113;
	background: url("../images/top/back3.svg") left bottom/cover no-repeat;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.nowrap {
	white-space: nowrap;
}

svg {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

h1,
h2,
h3 {
	font-size: inherit;
}

.card {
	box-shadow: 0.125rem 0.125rem 3.75rem 0.125rem rgba(44, 6, 6, 0.08);
}

.card:nth-child(2n-1) .card__writing {
	border-radius: 0.625rem 0 0 0.625rem;
}

.card:nth-child(2n) .card__writing {
	border-radius: 0 0.625rem 0.625rem 0;
}

.card:nth-child(2n-1) .card__graphic img {
	border-radius: 0 0.625rem 0.625rem 0;
}

.card:nth-child(2n) .card__graphic img {
	border-radius: 0.625rem 0 0 0.625rem;
}

.card__writing {
	background-color: #fff;
	padding: 1.25rem;
}

.card__graphic {
	width: 40%;
}

.card__graphic img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.card__writing {
	padding: 1.875rem 2.5rem;
	width: 60%;
}

.card__headline {
	align-items: center;
	border-bottom: solid 1px #D81417;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.625rem;
}

.card__headlineTitle {
	font-size: 1.5rem;
}

.card__flex {
	margin-top: 1.25rem;
}

.card__box {
	width: 50%;
}

.card__boxKey {
	background-color: #251C1C;
	color: #fff;
	padding: 0rem 0.625rem;
	width: -moz-max-content;
	width: max-content;
}

.card__boxValue {
	margin-left: 0.625rem;
	margin-top: 0.625rem;
}

.card__note {
	background-color: #F1F1F1;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.card__title {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 1.25rem;
}

.card__headlinePress {
	background-color: #D81417;
	gap: 1.25rem;
}

.card__headlinePressGraphic svg {
	display: block;
	height: auto;
	width: 0.5rem;
}

.card__headlinePress {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-items: center;
	padding: 0.375rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: -moz-max-content;
	width: max-content;
}

.card__headlinePress:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.card__headlinePress:hover .card__headlinePressGraphic {
	transition: 0.5s;
}

.card__headlinePress:hover .card__headlinePressGraphic path {
	fill: red;
	transition: 0.5s;
}

.card__headlinePressGraphic {
	transition: 0.5s;
}

.card__headlinePressGraphic path {
	transition: 0.5s;
}

.contactDeep__table {
	background-color: #fff;
	border-collapse: collapse;
	margin-top: 0.625rem;
}

.contactDeep__table a {
	-webkit-text-decoration: underline;
	color: green;
	text-decoration: underline;
}

.contactDeep__table .cell1_1,
.contactDeep__table .cell1_8,
.contactDeep__table .cell1_9 {
	direction: ltr;
	letter-spacing: 0.5em;
	padding-left: 0.625rem;
	padding-right: 0.25rem;
	text-align: center;
	width: 2.75rem;
}

.contactDeep__table .cell6_2,
.contactDeep__table .cell6_7,
.contactDeep__table .cell6_8,
.contactDeep__table .cell6_9,
.contactDeep__table .cell6_13 {
	padding: 0.5rem;
}

.contactDeep__table .cell2_2 {
	width: 1.9375rem;
}

.contactDeep__table .cell3_2 {
	width: 13.375rem;
}

.contactDeep__table .cell4_2 {
	width: 13.375rem;
}

.contactDeep__table .cell5_2 {
	width: 21rem;
}

.contactDeep__graphic {
	height: 100px;
	left: 0;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	position: absolute;
	top: -0.3125rem;
	width: 100%;
	z-index: -1;
}

.contactDeep__graphic img {
	margin-left: auto;
	margin-right: auto;
	width: 43.75rem;
}

.contactDeep__table .bubble {
	width: 20.875rem;
}

.contactDeep__table .table__graphic img {
	margin-left: auto;
	margin-right: auto;
	width: 4.8125rem;
}

.contactDeep__table ._border-bottom_none {
	border-bottom: none;
}

.contactDeep__table ._border-top_none {
	border-top: none;
}

.contactDeep__table th,
.contactDeep__table td {
	border: 0.0625rem solid #333;
	line-height: 1.5;
}

.contactDeep__table th {
	background-color: #DAEAD5;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.contactDeep__table td {
	padding-bottom: 0.95625rem;
	padding-left: 1rem;
	padding-top: 0.95625rem;
}

.deeperWrapper {
	padding-top: 5.3125rem;
	position: relative;
	z-index: 1;
}

.deeperHero {
	align-items: center;
	color: #fff;
	display: flex;
	padding-bottom: 7.5rem;
	padding-left: 5rem;
	padding-top: 7.5rem;
	position: relative;
}

.deeperHero::before {
	background: linear-gradient(135deg, #c00d0d 40%, #e11414 40%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.deeperHero::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.deeperHero__inner {
	font-size: 2.5rem;
}

.deeperHero__bcn {
	bottom: 0.625rem;
	font-size: 1rem;
	left: 5rem;
	position: absolute;
}

.deeperHero__bcn > span {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.deeperHero__bcn > span:first-child {
	margin-left: 0rem;
	margin-right: 0.625rem;
}

.access .deeperHero:after {
	background: url("../images/access/hero.svg") right 10%/auto 50% no-repeat;
}

.price .deeperHero:after {
	background: url("../images/price/hero.png") right -40%/auto 80% no-repeat;
}

.options .deeperHero:after {
	background: url("../images/options/hero.svg") right -40%/auto 80% no-repeat;
}

.use .deeperHero:after {
	background: url("../images/use/hero.svg") right -40%/auto 70% no-repeat;
}

.guide .deeperHero:after {
	background: url("../images/guide/hero.svg") right -40%/auto 85% no-repeat;
}

.introduction .deeperHero:after {
	background: url("../images/introduction/hero.svg") right -40%/auto 70% no-repeat;
}

.room1 .deeperHero:after {
	background: url("../images/room1/hero.svg") right -40%/auto 70% no-repeat;
}

.room2 .deeperHero:after {
	background: url("../images/room2/hero.svg") right -40%/auto 70% no-repeat;
}

.room3 .deeperHero:after {
	background: url("../images/room3/hero.svg") right -40%/auto 70% no-repeat;
}

.policy .deeperHero:after {
	background: url("../images/policy/hero.svg") right -40%/auto 80% no-repeat;
}

.contact .deeperHero:after {
	background: url("../images/contact/contact.svg") right -40%/auto 80% no-repeat;
}

.sitemap .deeperHero:after {
	background: url("../images/sitemap/hero.svg") right -40%/auto 80% no-repeat;
}

.infection .deeperHero:after {
	background: url("../images/infection/hero.svg") right -40%/auto 70% no-repeat;
}

.drawer {
	-webkit-overflow-scrolling: touch;
	background: white;
	background-color: #eee;
	color: #232323;
	color: #333;
	height: 101vh;
	left: 0;
	overflow-y: scroll;
	padding: 1.25rem 1.25rem 6.875rem;
	position: absolute;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.5s;
	transition: transform 0.3s ease-out;
	width: 100%;
	z-index: 10;
}

.drawer.js-open {
	transform: translateX(0%);
}

.drawer__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
}

.drawer__link {
	color: #333;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
}

.drawer__link::after {
	background-color: red;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.drawer__link span {
	display: block;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 400;
}

.drawer__logo {
	margin: 5.125rem auto 0;
	width: 20.6875rem;
}

.drawer__cross {
	display: none;
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 2.1875rem;
	width: 1.25rem;
}

.drawer__cross:before,
.drawer__cross:after {
	background-color: #333;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 0.27rem;
	top: 46%;
	width: 0.9375rem;
}

.drawer__cross:before {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}

.drawer__cross.is-active::after {
	opacity: 0;
}

.drawer__cross.is-active::before {
	transform: rotate(0);
}

.drawer__accordion {
	display: none;
	margin-bottom: 1.25rem;
	margin-top: -1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.drawer__accordion li {
	margin-left: 0.625rem;
	width: 100%;
}

.drawer__accordion li a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0rem 0.3125rem 0.75rem;
	padding-left: 0.75rem;
}

.flowFlow {
	background-color: #F1F1F1;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.flowFlow__content {
	gap: 1.75rem;
	margin-top: 2.5rem;
}

.flowFlow__press {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	color: #fff;
	display: grid;
	font-weight: 700;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	padding: 0.75rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 14.6875rem;
}

.flowFlow__press:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.flowFlow__press:hover .flowFlow__pressGraphic {
	transition: 0.5s;
}

.flowFlow__press:hover .flowFlow__pressGraphic path {
	fill: red;
	transition: 0.5s;
}

.flowFlow__pressGraphic {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
}

.flowFlow__pressGraphic path {
	transition: 0.5s;
}

.flowFlow2 {
	background-color: #fff;
	padding-bottom: 5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
}

.flowFlow2__inner.range {
	max-width: 82.5rem;
}

.flowFlow2__area {
	display: flex;
	gap: 1.875rem;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

.flowFlow2__body {
	background-color: #FFF7F7;
	margin-top: 5rem;
	padding-bottom: 0.625rem;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0rem;
}

.flowFlow2__bodyGraphic {
	width: 2.625rem;
}

.flowFlow2__space {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	position: relative;
	top: -1.875rem;
}

.flowFlow2__word {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.flowFlow2__wordCaution {
	color: #D81417;
}

.flowFlow2__heading {
	margin-bottom: 2.5rem;
	text-align: center;
}

.flowFlow2__step {
	color: #1e1e1e;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.flowFlow2__stepNumber {
	color: #1e1e1e;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.flowFlow2__title {
	color: #1e1e1e;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.flowFlow2__highlight {
	color: #e70012;
}

.flowFlow2__note {
	color: #1e1e1e;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.flowFlow2__card {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
	flex: 1;
	padding: 1.5rem 1rem;
	text-align: center;
}

.flowFlow2__graphic {
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	width: 3.625rem;
}

.flowFlow2__cardTitle {
	color: #e70012;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 0.75rem;
}

.flowFlow2__cardTitle--blue {
	color: #0033cc;
}

.flowFlow2__cardText {
	color: #1e1e1e;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 1rem;
}

.flowFlow2__button {
	border-radius: 1.5rem;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.75rem 1.5rem;
	transition: background-color 0.5s, color 0.5s;
}

.flowFlow2__button--red {
	background-color: #d10000;
	color: #fff;
}

.flowFlow2__button--blue {
	background-color: #0033cc;
	color: #fff;
}

.flowFlow2__cardTitle--black {
	color: inherit;
}

.flowFlow2__notes {
	color: #1e1e1e;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 2rem;
}

.flowFlow2__graphic2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	position: relative;
	bottom: -2rem;
	width: 6.875rem;
}

.flowFlow2__body4 {
	padding-bottom: 5rem;
}

.flowFlowBox {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.flowFlowBox__step {
	width: 2.625rem;
}

.flowFlowBox__stepLabel {
	color: #1a1a1a;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.flowFlowBox__stepNumber {
	color: #1a1a1a;
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.25rem;
	position: relative;
}

.flowFlowBox__stepNumber::after {
	background-color: #d60017;
	bottom: -0.25rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 80%;
}

.flowFlowBox__card {
	background-color: #fff;
	border-radius: 0.5rem;
	flex: 1;
	margin-top: 2.5rem;
	padding: 0 1.5rem 1.5rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.flowFlowBox__icon {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin: 0 auto 1rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -4.9375rem;
	width: 9.875rem;
}

.flowFlowBox__icon img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 3.5rem;
}

.flowFlowBox__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: -6.25rem;
}

.flowFlowBox__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 0.5rem;
	text-align: left;
}

.flowFlowBox__button {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15);
	color: #fff;
	display: grid;
	font-weight: 700;
	justify-items: center;
	margin-top: 0.625rem;
	padding: 0.75rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 100%;
}

.flowFlowBox__button:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.flowFlowBox__button:hover .flowFlowBox__pressGraphic {
	transform: translate(0.3125rem, -50%);
	transition: 0.5s;
}

.flowFlowBox__button:hover .flowFlowBox__pressGraphic path {
	fill: red;
	transition: 0.5s;
}

.flowFlowBox__pressGraphic {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
}

.flowFlowBox__pressGraphic path {
	fill: white;
	transition: 0.5s;
}

.follow {
	bottom: 0.9375rem;
	left: 50%;
	max-width: 75rem;
	opacity: 0;
	position: fixed;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 95%;
	z-index: 20;
}

.follow.is-show {
	opacity: 1;
	transition: 0.5s;
}

.follow__inner {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
}

.follow .press {
	display: flex;
	font-size: 2rem;
	justify-content: center;
	line-height: 1.4;
	margin-top: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
	width: auto;
	width: 100%;
}

.follow .press__arrow {
	margin-left: 1.25rem;
	width: 1.25rem;
}

.follow .press:first-child {
	background: url("../images/common/press-gradation1.svg") center center/cover no-repeat;
}

.follow .press:nth-child(2) {
	background: url("../images/common/press-gradation2.svg") center center/cover no-repeat;
}

.footer {
	background-color: #251C1C;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.footer__bg {
	padding: 5rem 0;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 70rem;
}

address {
	font-style: normal;
}

.footer__space {
	color: #fff;
	margin-top: 1.25rem;
}

.footer__icons {
	align-items: center;
	gap: 0.625rem;
	margin-top: 0.625rem;
}

.footer__area {
	justify-content: space-between;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
}

.footer__right {
	width: 40.625%;
}

.footer__logo {
	max-width: 16.125rem;
}

.footer__logo a {
	display: block;
}

.footer__sns {
	width: 1.5rem;
}

.footer__nav {
	display: flex;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.footer__list {
	flex: 1;
}

.footer__item {
	color: #fff;
	display: block;
	position: relative;
}

.footer__item + .footer__item {
	margin-top: 0.75rem;
}

.footer__copyright {
	align-content: center;
	background-color: #fff;
	display: block;
	display: grid;
	font-size: 0.875rem;
	height: 3.75rem;
	justify-content: center;
	line-height: 1;
	place-content: center;
}

.footer__land {
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
	justify-content: space-between;
	margin-top: 2.5rem;
	padding-top: 2.5rem;
}

.footer__land small {
	display: block;
	margin-top: 1.25rem;
}

.footer__landFlex {
	gap: 2.5rem;
}

.footer__link {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer__linkOpen {
	color: #fff;
	font-size: 0.875rem;
	margin-top: 0.25rem;
	text-align: center;
}

.footer__linkGraphic {
	margin-left: auto;
	margin-right: auto;
	width: 14.125rem;
}

.footer__press {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15);
	color: #fff;
	display: grid;
	font-weight: 700;
	justify-items: center;
	margin-top: 1.25rem;
	padding: 0.75rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 100%;
}

.footer__press:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.footer__press:hover .footer__pressGraphic path {
	fill: red;
	transition: 0.5s;
}

.footer__pressGraphic path {
	transition: 0.5s;
}

.footer__pressGraphic {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
}

.footer__pressGraphic img {
	fill: white;
	transition: 0.5s;
}

form {
	background-color: #F1F1F1;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.form {
	background-color: #fff;
	border-radius: 2.9375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	padding-bottom: 4.6875rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
	padding-top: 2.5rem;
	padding-top: 5rem;
	position: relative;
	width: 100%;
}

.form__item {
	align-items: center;
	display: flex;
	transform: rotate(0.05deg);
}

.form__item + .form__item {
	margin-top: 1.5rem;
}

.form__item.form__memo {
	margin-top: 1.75rem;
}

.form__label {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	font-weight: 700;
	justify-content: space-between;
	margin-right: 1rem;
	padding-left: 1rem;
	width: 14.875rem;
}

.form__label-text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.25;
}

.form__label-required {
	background-color: red;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.25rem 0.625rem 0.25rem;
}

.form__input {
	border: solid 1px #989494;
	border-radius: 0.5rem;
	color: #989494;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 500;
	height: 3.75rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.75rem 1rem;
	transition: background-color 0.5s, color 0.5s;
	width: 100%;
}

.form__input::-moz-placeholder {
	color: #989494;
}

.form__input::placeholder {
	color: #989494;
}

.form__birthArea,
.form__graduationArea {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.form__yearInput {
	width: 7.5rem;
}

.form__monthInput {
	width: 5rem;
}

.form__dayInput {
	width: 5rem;
}

.form__selectWrap {
	align-items: center;
	display: flex;
	position: relative;
}

.form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%239B8C75'/%3E%3C/svg%3E");
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 0.625rem 0.375rem;
	border-radius: 0.5rem;
	color: #A0937F;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.75rem 2.5rem 0.75rem 1rem;
	transition: background-color 0.5s, color 0.5s;
}

.form__selectUnit {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 0.5rem;
}

.form__radioGroup {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	gap: 1.25rem;
}

.form__radioLabel {
	align-items: center;
	cursor: pointer;
	display: flex;
	position: relative;
}

.form__radioVisual {
	border: 0.125rem solid #9b8c75;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1rem;
	margin-right: 0.5rem;
	position: relative;
	transition: border-color 0.5s, background-color 0.5s;
	width: 1rem;
}

.form__radioVisual::after {
	background-color: #f5939d;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.5s;
	width: 0.375rem;
}

.form__radioInput:checked + .form__radioVisual::after {
	transform: translate(-50%, -50%) scale(1);
}

.form__radioInput {
	display: flex;
	font-size: 0.875rem;
	font-size: 1rem;
	font-weight: 500;
	gap: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.form__radioInput > span {
	margin-left: 0rem;
	position: relative;
}

.form__item.form__tel {
	position: relative;
}

.form__telCaution {
	left: 15.625rem;
	position: absolute;
	top: -2.125rem;
}

.form__radioGroup input[type=radio] + .wpcf7-list-item-label {
	line-height: 1.4;
	padding-left: 0.9375rem;
}

.form__radioGroup input[type=radio]:checked + .wpcf7-list-item-label {
	position: relative;
}

.form__radioGroup input[type=radio] + .wpcf7-list-item-label::before {
	aspect-ratio: 1;
	background-color: #F2F2F2;
	border: solid 0.0625rem #A0937F;
	border-radius: 0.5rem;
	content: "";
	left: 0rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.form__radioGroup input[type=radio]:checked + .wpcf7-list-item-label::after {
	aspect-ratio: 1;
	background-color: #251C1C;
	border-radius: 0.375rem;
	content: "";
	left: 0rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.form__postal {
	align-items: center;
	display: flex;
}

.form__postalMark {
	color: #9b8c75;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 0.375rem;
	padding-right: 1rem;
}

.form__postalInput {
	border: solid 0.0625rem #A0937F;
	border-radius: 0.5rem;
	color: #A0937F;
	height: 3.75rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.75rem 1rem;
	transition: background-color 0.5s, color 0.5s;
	width: 14.375rem;
}

.form__postalInput::-moz-placeholder {
	color: #ccc;
}

.form__postalInput::placeholder {
	color: #ccc;
}

.form__memoText {
	aspect-ratio: 750/248;
	border: solid 1px #A0937F;
	border-radius: 0.5rem;
	border-radius: 0.625rem;
	color: #333;
	font-size: 0.875rem;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	letter-spacing: 0.01em;
	line-height: 1.6;
	padding: 1.25rem 1rem;
	resize: vertical;
	transform: rotate(0.05deg);
	transition: background-color 0.5s, color 0.5s;
	width: 100%;
}

.form__memoText::-moz-placeholder {
	color: #ccc;
}

.form__memoText::placeholder {
	color: #ccc;
}

.hidden-fields-container {
	display: none;
}

.form-send {
	margin-top: 4.8125rem;
	position: relative;
}

.form-send::before {
	background: url("../images/form/shape2.svg") center left/contain no-repeat;
	content: "";
	height: 36rem;
	left: 0;
	position: absolute;
	top: 8.75rem;
	width: 47.8125rem;
}

.form-send::after {
	background: url("../images/form/shape1.svg") center right/contain no-repeat;
	content: "";
	height: 27.0625rem;
	position: absolute;
	right: 0rem;
	top: -11.875rem;
	width: 32.1875rem;
	z-index: -1;
}

.form-send__graphic {
	grid-row: span 2;
	position: relative;
	width: 14.25rem;
	z-index: 1;
}

.form-send__graphic::after {
	background: url("../images/form/shape3.svg") center center/contain no-repeat;
	content: "";
	height: 9.3125rem;
	left: -8.3125rem;
	position: absolute;
	top: -7.125rem;
	width: 16.0625rem;
}

.form-send__inner {
	-moz-column-gap: 1.625rem;
	align-content: center;
	column-gap: 1.625rem;
	display: flex;
	font-size: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 63.75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	row-gap: 1rem;
}

.form-send__writing {
	position: relative;
	transform: rotate(0.05deg);
}

.form-send__writing-text {
	align-self: end;
	line-height: 1.6;
	margin-top: 6.625rem;
}

.form-send__writing-caution {
	font-size: 1rem;
	margin-top: 0.875rem;
}

.form__acceptance {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0625rem;
	transform: rotate(0.05deg);
	width: -moz-max-content;
	width: max-content;
}

.form__acceptanceInput {
	display: block;
	width: -moz-max-content;
	width: max-content;
}

.form__acceptanceInput + .wpcf7-list-item-label {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	position: relative;
}

.form__acceptanceInput + .wpcf7-list-item-label::before {
	aspect-ratio: 1;
	background-color: #F2F2F2;
	border: solid 0.0625rem #A0937F;
	content: "";
	display: block;
	width: 0.9375rem;
}

.form__acceptanceInput:checked + .wpcf7-list-item-label::after {
	aspect-ratio: 1;
	background: url("../images/common/check.svg") center center/contain no-repeat;
	content: "";
	display: block;
	left: -0.0625rem;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.press.form__press {
	justify-content: center;
	margin-top: 2.4375rem;
	padding: 0;
}

.press.form__press input {
	display: block;
	padding: 1rem 2.3125rem 1rem 2.4375rem;
	width: 20.5rem;
}

.wpcf7-validation-errors {
	background-color: #fff0f0;
	border: 0.0625rem solid #d00;
	color: #d00;
	font-size: 0.875rem;
	line-height: 1.4;
	margin-top: 1rem;
	padding: 0.75rem;
}

.wpcf7-previous {
	color: #fff;
}

.form__item .wpcf7-not-valid-tip {
	font-size: 0.9375rem;
	position: absolute;
}

.form__prefecture .form__select {
	width: 14.375rem;
}

.form__post .form__select {
	width: 12.5rem;
}

.form__layout .form__radioInput {
	grid-gap: 0.3125rem;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: repeat(4, 1fr);
}

.wpcf7-list-item.last {
	grid-column: span 4;
}

.form__memo.form__item {
	align-items: flex-start;
}

.form__memo .form__label {
	padding-top: 0.625rem;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.form__memo .wpcf7-form-control-wrap {
	margin-top: 0.625rem;
	width: 100%;
}

/* 1. 全体の並び（flexで横並び） */

.form__radioGroup .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* 項目間の幅 */
	margin-top: 0.5rem;
}

/* 2. 各項目の余白リセット */

.form__radioGroup .wpcf7-list-item {
	margin: 0 !important;
}

/* 3. ラベルの調整（ここが重要） */

.form__radioGroup label {
	align-items: center !important;
	display: flex !important;
}

.form__radioGroup label {
	cursor: pointer;
}

/* 4. 消えてしまっている四角（input）を再表示 */

.form__radioGroup input[type=checkbox] {
	-moz-appearance: auto !important;
	-webkit-appearance: checkbox !important;
	appearance: auto !important;
	display: inline-block !important;
	height: 18px !important;
	margin: 0 8px 0 0 !important;
	padding: 0 !important;
	width: 18px !important;
}

.form__radioGroup input[type=checkbox] {
	vertical-align: middle; /* 右側に文字との隙間を作る */
}

/* 5. 文字のスタイル */

.form__radioGroup .wpcf7-list-item-label {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.form__people .form__input {
	margin-right: 0.625rem;
	width: 7.5rem;
}

.form__people .wpcf7-form-control-wrap {
	width: -moz-max-content;
	width: max-content;
}

.form__people {
	font-size: 0.875rem;
}

/* 同意チェックボックスのエリア */

.form__acceptance {
	margin: 1.25rem 0 0;
	margin-left: auto;
	margin-right: auto;
}

/* ラベルを横並びにする */

.form__acceptance label {
	align-items: center !important;
	display: flex !important;
}

.form__acceptance label {
	cursor: pointer;
}

/* 【最重要】消えている四角（input）を強制的に表示させる */

.form__acceptance input[type=checkbox] {
	-moz-appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
	appearance: checkbox !important;
	display: inline-block !important;
	height: 18px !important;
	margin: 0 10px 0 0 !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: static !important;
	visibility: visible !important;
	width: 18px !important;
}

.form__acceptance input[type=checkbox] { /* サイズと余白 */ /* Safari/Chrome用 */ /* 他のスタイルで消されないように */
}

/* テキストの見た目 */

.form__acceptance .wpcf7-list-item-label {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.form__text {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.form .press {
	margin-top: 2.5rem;
	padding: 0.625rem 3.75rem;
	width: -moz-max-content;
	width: max-content;
}

.form__rental .form__radioInput {
	display: flex;
	flex-wrap: wrap;
}

.fromMap {
	margin-top: 5rem;
}

.fromMap__inner {
	background: #fff;
	padding-bottom: 2.5rem;
}

.fromMap__content {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.fromMap__unit {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.fromMap__unitWord {
	flex: 1;
	margin-bottom: 1.25rem;
}

.fromMap__unitTitle {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}

.group {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 1.25rem;
}

.group__graphic p {
	font-size: 1.375rem;
	font-weight: 700;
	padding-top: 1.25rem;
	text-align: center;
}

.groupGroup.range {
	max-width: 70.625rem;
}

.group__inner.range {
	max-width: 70.625rem;
}

.guideGuide {
	padding: 3.75rem 1.25rem 0;
}

.guideGuide__inner {
	margin-top: 2.5rem;
}

.guideGuide__content {
	margin-top: 2.5rem;
}

.guideGuide__map {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.guideGuide__map iframe {
	aspect-ratio: 1077/457;
	width: 100%;
}

.guideShop {
	background-color: #fff;
	box-shadow: 0.1875rem 0.1875rem 3.75rem rgba(37, 28, 28, 0.08);
	margin-top: 2.5rem;
}

.guideShop__inner {
	margin: 0 auto;
	max-width: 68.75rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.guideShop__title {
	align-items: center;
	color: #231815;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.guideShop__title-icon {
	color: #c9241d;
	margin-right: 0.625rem;
}

.guideShop__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
}

.guideShop__item {
	background-color: #fff;
	border-radius: 0.25rem;
	overflow: hidden;
}

.guideShop__category {
	background-color: #c9241d;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.75rem;
}

.guideShop__graphic {
	margin-bottom: 1rem;
}

.guideShop__graphic img {
	border-radius: 0.25rem;
	height: auto;
	width: 100%;
}

.guideShop__name {
	color: #231815;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

.guideShop__info {
	color: #231815;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.guideShop__category_blue {
	background-color: #0E32C2;
}

.guideShop__category_yellow {
	background-color: #FA7A1E;
}

.guideShop__category_green {
	background-color: #05A212;
}

.guideShop__category_water {
	background-color: #0FAFD7;
}

body.noscroll {
	overflow: hidden;
}

.header {
	height: 5.3125rem;
	max-height: 100%;
	padding: 0;
	position: fixed;
	transition: 0.5s all;
	width: 100%;
	z-index: 11;
}

.header.js-up {
	animation: UpAnime 0.5s forwards;
}

.header.js-down {
	animation: DownAnime 0.5s forwards;
	background-color: #fff;
	top: 0px;
}

.header__inner {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	position: relative;
	width: 100%;
	z-index: 12;
}

.header__logo {
	max-width: 15.875rem;
	width: 100%;
}

.header__nav {
	flex: 1;
	height: inherit;
	max-width: 62.5rem;
}

.header__list {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__item {
	height: inherit;
	position: relative;
}

.header__item:last-child {
	align-items: center;
	display: flex;
}

.header__link {
	align-items: center;
	color: #333;
	display: block;
	display: flex;
	flex-direction: column;
	font-size: 0.9375rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	position: relative;
}

.header__link span {
	display: block;
	position: relative;
}

.header__link span::after {
	background-color: #ff0000;
	bottom: -0.8125rem;
	content: "";
	height: 3px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.header__linkGraphic {
	width: 11.5625rem;
}

.header__press {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15);
	color: #fff;
	display: grid;
	font-weight: 700;
	justify-items: center;
	padding: 0.75rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 11.25rem;
}

.header__press:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.header__press:hover .header__pressGraphicImage {
	fill: red;
	transition: 0.5s;
}

.header__press:hover .header__pressGraphic path {
	fill: #D81417;
	transition: 0.5s;
}

.header__pressGraphic {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
}

.header__pressGraphic path {
	transition: 0.5s;
}

.header__linkOpen {
	font-size: 0.6875rem;
	margin-top: 0.25rem;
}

.header__hamburger {
	display: none;
}

.hamburger {
	cursor: pointer;
	display: block;
	height: 1.125rem;
	position: relative;
	transition: 0.3s all;
	width: 1.5rem;
}

.hamburger span {
	background-color: #000;
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: calc((100% - 2px) / 2);
	transition: ease 0.5s all;
	width: 100%;
}

.hamburger span:nth-child(1) {
	transform: translateY(-6px);
}

.hamburger span:nth-child(3) {
	transform: translateY(6px);
}

/*OPEN時の動き*/

.js-open.header__hamburger {
	margin-left: auto;
}

.js-open .hamburger span {
	transition: ease 0.5s;
}

.js-open .hamburger span:nth-child(1) {
	transform: rotate(45deg);
}

.js-open .hamburger span:nth-child(2) {
	opacity: 0;
}

.js-open .hamburger span:nth-child(3) {
	left: 0;
	right: 0;
	transform: rotate(-45deg);
	width: 100%;
}

.spNav {
	display: none;
}

.spNav.js-open {
	transform: translateX(0%);
}

.spNav__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.625rem;
	width: 100%;
}

.spNav__link {
	color: #333;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
}

.spNav__link::after {
	background-color: text;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.spNav__link span {
	display: block;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 400;
}

.spNav__logo {
	margin: 5.125rem auto 0;
	width: 20.6875rem;
}

.cross {
	display: block;
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 2.1875rem;
	width: 1.25rem;
}

.cross:before,
.cross:after {
	background-color: #333;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 0.27rem;
	top: 46%;
	width: 0.9375rem;
}

.cross:before {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}

.is-active .cross::after {
	opacity: 0;
}

.is-active .cross::before {
	transform: rotate(0);
}

.accordion {
	display: none;
	margin-bottom: 1.25rem;
	margin-top: -1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.accordion li {
	margin-left: 0.625rem;
	width: 100%;
}

.accordion li a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0rem 0.3125rem 0.75rem;
	padding-left: 0.75rem;
}

.headline {
	text-align: center;
}

.headline__title {
	font-size: 2.5rem;
	font-weight: 700;
}

.headline__graphic {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.3125rem;
	width: -moz-max-content;
	width: max-content;
}

.headline__graphic img {
	max-height: 1.25rem;
}

.headliner {
	font-size: 1.25rem;
	margin-top: 5rem;
}

.icon {
	display: flex;
	gap: 0.5rem;
	position: relative;
}

.icon::before {
	aspect-ratio: 1;
	background: url("../images/common/icon.svg") center center/contain no-repeat;
	content: "";
	display: block;
	width: 1.5625rem;
}

.infection__content {
	margin-top: 2.5rem;
}

.infection__map iframe {
	aspect-ratio: 1077/457;
	width: 100%;
}

.introductionShop__inner {
	margin: 0 auto;
	max-width: 68.75rem;
}

.introductionShop__title {
	align-items: center;
	color: #231815;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

.introductionShop__title-icon {
	color: #c9241d;
	margin-right: 0.625rem;
}

.introductionShop__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.introductionShop__item {
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}

.introductionShop__category {
	background-color: #c9241d;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.75rem;
}

.introductionShop__graphic {
	margin-bottom: 1rem;
}

.introductionShop__graphic img {
	border-radius: 0.25rem;
	height: auto;
	width: 100%;
}

.introductionShop__name {
	color: #231815;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

.introductionShop__info {
	color: #231815;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.infectionInfection__card + .infectionInfection__card {
	margin-top: 2.5rem;
}

.infectionInfection {
	padding-top: 7.5rem;
}

.introductionIntroduction__inner {
	padding-bottom: 5rem;
}

.infectionInfection .card {
	align-items: center;
	box-shadow: none;
}

.infectionInfection .card__writing {
	box-shadow: 0.125rem 0.125rem 3.75rem 0.125rem rgba(44, 6, 6, 0.08);
}

.infectionInfection__content {
	margin-top: 5rem;
}

.introductionIntroduction__content {
	margin-top: 2.5rem;
}

.introductionIntroduction__map iframe {
	aspect-ratio: 1077/457;
	width: 100%;
}

.introductionShop__inner {
	margin: 0 auto;
	max-width: 68.75rem;
}

.introductionShop__title {
	align-items: center;
	color: #231815;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

.introductionShop__title-icon {
	color: #c9241d;
	margin-right: 0.625rem;
}

.introductionShop__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.introductionShop__item {
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}

.introductionShop__category {
	background-color: #c9241d;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.75rem;
}

.introductionShop__graphic {
	margin-bottom: 1rem;
}

.introductionShop__graphic img {
	border-radius: 0.25rem;
	height: auto;
	width: 100%;
}

.introductionShop__name {
	color: #231815;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

.introductionShop__info {
	color: #231815;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.introductionIntroduction {
	background: #F1F1F1;
	padding-top: 7.5rem;
}

.introductionIntroduction__content {
	margin-top: 2.5rem;
}

.introductionIntroduction__card {
	border-radius: 0.625rem;
}

.introductionIntroduction__card + .introductionIntroduction__card {
	margin-top: 2.5rem;
}

.introductionMap__inner {
	padding-bottom: 5rem;
}

.introductionMap__area {
	grid-row-gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 7.5rem;
	row-gap: 5rem;
}

.introductionMap {
	background-color: #fff;
	margin-top: 5rem;
}

.optionsCompare {
	background-color: #fff;
	padding-bottom: 7.5rem;
	padding-bottom: 2.5rem;
	padding-top: 7.5rem;
}

.optionsCompare__inner.range {
	max-width: 70.625rem;
}

.optionsCompare__headline {
	margin-top: 2.5rem;
}

.optionsCompare__content {
	background-color: #fff;
	margin-top: 2.5rem;
}

.optionsCompareTable {
	padding: 3.75rem 1.25rem;
}

.optionsCompareTable__inner {
	margin: 0 auto;
	max-width: 68.75rem;
	width: 100%;
}

.optionsCompareTable__table {
	border-collapse: collapse;
	font-size: 0.875rem;
	line-height: 1.6;
	min-width: 48.75rem;
	width: 100%;
}

.optionsCompareTable__head {
	background-color: #fff;
}

.optionsCompareTable__row {
	border-bottom: 1px solid #ddd;
}

.optionsCompareTable__heading {
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	vertical-align: bottom;
}

.optionsCompareTable__roomName {
	background-color: #251C1C;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	min-width: 12.5rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.optionsCompareTable__button {
	margin-top: 0.5rem;
}

.optionsCompareTable__graphic {
	position: relative;
}

.optionsCompareTable__link {
	background-color: #fff;
	border: 1px solid #c9241d;
	border-radius: 1.875rem;
	bottom: 0.625rem;
	color: #c9241d;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.25rem 0.75rem;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color 0.5s, color 0.5s;
	white-space: nowrap;
}

.optionsCompareTable__link:hover {
	background-color: #c9241d;
	color: #fff;
}

.optionsCompareTable__label {
	background-color: #FAD6D6;
	color: #231815;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.75rem 0.625rem;
	text-align: left;
	text-align: center;
	white-space: nowrap;
}

.optionsCompareTable__note {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.optionsCompareTable__data {
	font-size: 0.875rem;
	padding: 0.75rem 0.5rem;
	text-align: center;
}

.optionsOptions {
	background-color: #f3f3f3;
	padding: 3.75rem 1.25rem;
	padding-top: 5rem;
}

.optionsOptions__inner {
	max-width: 61.5625rem;
}

.optionsOptions__inner.range {
	margin: 0 auto;
	max-width: 70.9375rem;
}

.optionsOptions__list {
	grid-column-gap: 1.875rem;
	-moz-column-gap: 1.875rem;
	grid-row-gap: 3.75rem;
	column-gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
	row-gap: 3.75rem;
}

.optionsOptions__item {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.optionsOptions__graphic {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 13.75rem;
}

.optionsOptions__graphic img {
	height: auto;
	width: 50%;
}

.optionsOptions__badge {
	background-color: #D81417;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	padding: 0.25rem 0.625rem;
	width: -moz-max-content;
	width: max-content;
}

.optionsOptions__title {
	flex: 1;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 0.25rem;
}

.optionsOptions__text {
	color: #231815;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.policyPolicy {
	margin-top: 5rem;
}

.policyPolicy__content {
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0.1875rem 0.1875rem 3.75rem rgba(44, 6, 6, 0.08);
	justify-content: space-between;
	margin-top: 2.5rem;
	padding-bottom: 5rem;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2.5rem;
	position: relative;
}

.policyPolicy__box + .policyPolicy__box {
	margin-top: 1.25rem;
}

.policyPolicy__boxTitle {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 2.5rem;
}

.policyPolicy__boxTitle:first-child {
	margin-top: 0rem;
}

.policyPolicy__boxText {
	display: block;
	margin-top: 0.3125rem;
}

.policyPolicy__boxList {
	margin-top: 1.25rem;
}

.topHero__areaPress {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	color: #fff;
	display: grid;
	font-size: 1.25rem;
	font-weight: 700;
	justify-items: center;
	padding: 1.125rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 27.125rem;
}

.topHero__areaPress:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.topHero__areaPress:hover .topHero__areaPressGraphic path {
	fill: #D81417;
	transition: 0.5s;
}

.topHero__areaPressGraphic {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
	width: 0.625rem;
}

.topHero__areaPressGraphic path {
	transition: 0.5s;
}

.priceCompare {
	background-color: #fff;
	box-shadow: 0.125rem 0.125rem 3.75rem 0.125rem rgba(44, 6, 6, 0.08);
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.priceCompare__inner.range {
	max-width: 70.625rem;
}

.priceCompare__headline {
	margin-top: 2.5rem;
}

.priceCompare__content {
	margin-top: 1.5rem;
}

.priceCompare__headlinePress {
	background-color: #D81417;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.priceCompare__headlinePressGraphic svg {
	display: block;
	height: auto;
	width: 0.625rem;
}

.priceCompare__headlinePress {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-items: center;
	padding: 0.375rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: -moz-max-content;
	width: max-content;
}

.priceCompare__headlinePress:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.priceCompare__headlinePress:hover .priceCompare__headlinePressGraphic {
	transition: 0.5s;
}

.priceCompare__headlinePress:hover .priceCompare__headlinePressGraphic path {
	fill: red;
	transition: 0.5s;
}

.priceCompare__headlinePressGraphic {
	transition: 0.5s;
}

.priceCompare__headlinePressGraphic path {
	transition: 0.5s;
}

.priceCompareTable {
	padding: 3.75rem 1.25rem;
}

.priceCompareTable__inner {
	margin: 0 auto;
	max-width: 68.75rem;
	width: 100%;
}

.priceCompareTable__table {
	border-collapse: collapse;
	font-size: 0.875rem;
	line-height: 1.6;
	min-width: 43.75rem;
	width: 100%;
}

.priceCompareTable__head {
	background-color: #fff;
}

.priceCompareTable__row {
	border-bottom: 1px solid #ddd;
}

.priceCompareTable__heading {
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	vertical-align: bottom;
}

.priceCompareTable__roomName {
	background-color: #251C1C;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	min-width: 7.5rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.priceCompareTable__button {
	margin-top: 0.5rem;
}

.priceCompareTable__graphic {
	position: relative;
}

.priceCompareTable__graphic img {
	aspect-ratio: 1.5;
}

.priceCompareTable__link {
	background-color: #fff;
	border: 1px solid #c9241d;
	border-radius: 1.875rem;
	bottom: 0.625rem;
	color: #c9241d;
	display: flex;
	font-size: 0.75rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.25rem 0.75rem;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color 0.5s, color 0.5s;
	white-space: nowrap;
}

.priceCompareTable__link:hover {
	background-color: #c9241d;
	color: #fff;
}

.priceCompareTable__label {
	background-color: #FAD6D6;
	color: #231815;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.75rem 0.625rem;
	text-align: left;
	text-align: center;
	white-space: nowrap;
}

.priceCompareTable__note {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.priceCompareTable__data {
	border-right: 1px solid #ddd;
	font-size: 0.875rem;
	padding: 0.75rem 0.5rem;
	text-align: center;
}

.priceGuide {
	margin-top: 2.5rem;
}

.priceGuide__inner.range {
	max-width: 70.625rem;
}

.priceGuide__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.tableWrapper {
	background: #fff;
	overflow: auto;
}

.pricePrice__inner.range {
	max-width: 70.625rem;
}

.pricePrice__area {
	margin-top: 2.5rem;
}

.pricePrice__areaTitle {
	font-size: 1.25rem;
	padding-left: 1.25rem;
}

.pricePrice__graphic {
	box-shadow: 0.125rem 0.125rem 3.75rem 0.125rem rgba(44, 6, 6, 0.08);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 58.125rem;
}

.table {
	min-width: 43rem;
}

.pricePricesBox {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.pricePrice__text {
	margin-top: 3.75rem;
	text-align: center;
}

.pricePriceTable {
	padding: 1.25rem 1.25rem;
}

.pricePriceTable__inner {
	margin: 0 auto;
	width: 100%;
}

.pricePriceTable__table {
	border-collapse: collapse;
	border-left: 1px solid #D1CBCB;
	border-right: 1px solid #D1CBCB;
	font-size: 0.875rem;
	line-height: 1.6;
	width: 100%;
}

.pricePriceTable__head {
	background-color: #251C1C;
	color: #fff;
}

.pricePriceTable__row {
	border-bottom: 1px solid #ccc;
}

.pricePriceTable__heading {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.75rem 0.5rem;
	text-align: center;
}

.pricePriceTable__heading + .pricePriceTable__heading {
	border-left: solid 1px #fff;
}

.pricePriceTable__heading:first-child {
	width: 11.25rem;
}

.pricePriceTable__heading:nth-child(2) {
	width: 11.25rem;
}

.pricePriceTable__note {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.pricePriceTable__data {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.75rem 0.5rem;
	text-align: center;
}

.pricePriceTable__data + .pricePriceTable__data {
	border-left: solid 1px #D1CBCB;
}

.priceRental {
	padding: 3.75rem 1.25rem;
}

.priceRental__inner {
	background-color: #f3f3f3;
	margin: 0 auto;
	max-width: 82.5rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.priceRental__area {
	margin-left: auto;
	margin-right: auto;
	max-width: 70rem;
}

.priceRental__title {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 2.5rem;
}

.priceRental__title-icon {
	color: #c9241d;
	margin-right: 0.625rem;
}

.priceRental__list {
	grid-gap: 3.25rem;
	display: grid;
	gap: 3.25rem;
	grid-template-columns: repeat(4, 1fr);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.priceRental__title-text {
	font-size: 1.5rem;
}

.priceRental__item {
	text-align: center;
}

.priceRental__graphic {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

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

.priceRental__label {
	color: #231815;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 1.5rem;
}

.priceRental__price {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 0.25rem;
}

.range {
	margin-left: auto;
	margin-right: auto;
	max-width: 1370px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.range2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.range3 {
	margin-left: auto;
	max-width: 985px;
	padding-left: 25px;
	width: 100%;
}

.flex {
	display: flex;
}

.roomTable {
	overflow-x: auto;
	width: 100%;
}

.roomTable__inner {
	border: 1px solid #ccc;
	min-width: 48.75rem;
	width: 100%;
}

.roomTable__row {
	display: flex;
}

.roomTable__row + .roomTable__row {
	margin-top: 0.0625rem;
}

.roomTable__rowHeader {
	background-color: #2b1d1a;
}

.roomTable__cell {
	align-items: center;
	border-left: 1px solid #ccc;
	color: #333;
	display: grid;
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	justify-items: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 1.125rem;
	place-items: center;
	text-align: center;
}

.roomTable__cell:first-child {
	border-left: none;
}

.roomTable__rowHeader .roomTable__cell {
	align-items: center;
	color: #fff;
	display: grid;
	font-size: 1rem;
	font-weight: 700;
	justify-items: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	place-items: center;
}

.roomTable__row:not(.roomTable__rowHeader) .roomTable__cell {
	background-color: #fff;
	color: #333;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.roomRoom .roomTable {
	margin-top: 2.5rem;
}

.roomRoom {
	background-color: #f3f3f3;
	padding: 3.75rem 1.25rem;
	padding-top: 8.75rem;
}

.roomRoom__inner {
	max-width: 61.5625rem;
}

.roomRoom__inner.range {
	margin: 0 auto;
	max-width: 70.9375rem;
}

.roomRoom__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.25rem;
}

.roomRoom__item {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.roomRoom__graphic {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 13.75rem;
}

.roomRoom__graphic img {
	height: auto;
	width: 50%;
}

.roomRoom__badge {
	background-color: #D81417;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	padding: 0.25rem 0.625rem;
	width: -moz-max-content;
	width: max-content;
}

.roomRoom__title {
	flex: 1;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 0.25rem;
}

.roomRoom__note {
	color: #D81417;
}

.roomRoom__text {
	color: #231815;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.roomRoom__badge_yellow {
	background-color: #FA7A1E;
}

.roomRoom__badge_green {
	background-color: #05A212;
}

.roomRoom__badge_blue {
	background-color: #0E32C2;
}

.scheduleTable {
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	overflow: auto;
	width: 100%;
}

.scheduleTable__table {
	min-width: 67.5rem;
	width: 100%;
}

.scheduleTable__row {
	border-top: 1px solid #ccc;
	display: grid;
	grid-template-columns: 12rem 1fr 1fr;
}

.scheduleTable__rowHeader {
	border-top: none;
}

.scheduleTable__rowHeader .scheduleTable__cellEmpty {
	padding-left: 3.75rem;
}

.scheduleTable__cell {
	background-color: #fff;
	border-left: 1px solid #ccc;
	padding: 1.25rem;
}

.scheduleTable__cell:first-child {
	border-left: none;
}

.scheduleTable__cellHeader {
	background-color: #2b1b17;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.scheduleTable__cellEmpty {
	background-color: transparent;
}

.scheduleTable__label {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.scheduleTable__labelReception {
	background-color: #b7d3b0;
}

.scheduleTable__labelEntry {
	background-color: #b7cbd6;
}

.scheduleTable__labelExit {
	background-color: #e6dcc0;
}

.scheduleTable__cellWide {
	grid-column: span 2;
}

.scheduleTable__text {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.scheduleTable__textAlert {
	color: #d90000;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.scheduleTable__text + .scheduleTable__text {
	margin-top: 0.625rem;
}

.redStroke {
	text-shadow: 0.5px 0.5px 0 #D81417, -0.5px 0.5px 0 #D81417, 0.5px -0.5px 0 #D81417, -0.5px -0.5px 0 #D81417;
}

.thanks {
	background-color: #fff;
	padding: 5rem 1.25rem 0rem;
	text-align: center;
}

.thanks__title {
	font-size: 2rem;
	margin-bottom: 20px;
}

.thanks__text {
	font-size: 1rem;
	margin-bottom: 30px;
}

.topAccess {
	padding-top: 5rem;
}

.topAccess__inner {
	position: relative;
}

.topAccess__inner:before {
	background-color: #fff;
	border-radius: 0.625rem 0 0 0.625rem;
	box-shadow: 3px 3px 60px 2px rgba(44, 6, 6, 0.08);
	content: "";
	height: 100%;
	position: absolute;
	right: calc(-1 * (50vw - 50%));
	top: 0;
	width: 100%;
	width: calc(50% + 50vw);
}

.topAccess__headline,
.topAccessBox {
	position: relative;
}

.topAccess__headline {
	margin-top: 1.25rem;
	padding-top: 5rem;
}

.topAccessBox {
	padding: 2.5rem 5rem;
}

.topAccessBox__mapArea {
	gap: 5.25rem;
}

.topAccessBox__map {
	width: 50%;
}

.topAccessBox__map iframe {
	aspect-ratio: 484/256;
	width: 100%;
}

.topAccessBox__info {
	position: relative;
	width: 50%;
}

.topAccessBox__balloon {
	align-content: center;
	aspect-ratio: 160/88;
	background: url("../images/common/balloon.svg") center center/contain no-repeat;
	border-radius: 1.25rem;
	color: #fff;
	display: grid;
	font-size: 1.25rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.5rem 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 10rem;
}

.topAccessBox__balloon_small {
	font-size: 0.625rem;
}

.topAccessBox__name {
	color: #231f20;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 3rem;
}

.topAccessBox__address {
	color: #231f20;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.topAccessBox__desc {
	margin-top: 1.5rem;
}

.topAccessBox__descTitle {
	color: #231f20;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.topAccessBox__descText {
	color: #231f20;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.25rem;
}

.topAccessBox__linkList {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
}

.topAccessBox__linkItem {
	-webkit-text-decoration: none;
	aspect-ratio: 344/225;
	display: block;
	position: relative;
	text-decoration: none;
}

.topAccessBox__linkItem:first-child {
	background: url("../images/top/access1.jpg") center center/contain no-repeat;
}

.topAccessBox__linkItem:nth-child(2) {
	background: url("../images/top/access2.jpg") center center/contain no-repeat;
}

.topAccessBox__linkItem:last-child {
	background: url("../images/top/access3.jpg") center center/contain no-repeat;
}

.topAccessBox__linkGraphic img {
	-o-object-fit: cover;
	border-radius: 0.5rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.topAccessBox__linkGraphic svg {
	width: 0.3125rem;
}

.topAccessBox__linkFlex {
	align-items: center;
	background-color: #fff;
	border-bottom: 2px solid #d60017;
	bottom: 0;
	justify-content: space-between;
	padding: 0.5rem 1rem;
	position: absolute;
	right: 0;
	width: 70%;
}

.topAccessBox__linkText {
	color: #231f20;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.topAccessBox__linkGraphic {
	align-items: center;
	aspect-ratio: 1;
	background-color: #D81417;
	background-color: #D81417;
	border-radius: 62.4375rem;
	display: grid;
	justify-items: center;
	width: 1.375rem;
}

.topAccessBox__linkGraphic img {
	width: 0.5rem;
}

.topContact {
	margin-top: 5rem;
	padding: 1.25rem;
	padding-bottom: 2.5rem;
}

.topContact__inner {
	background: url("../images/top/contact1.jpg") center center/cover no-repeat;
	border-radius: 1.25rem;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.topContact__area {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 1.25rem;
	height: 100%;
	padding-bottom: 2.5rem;
}

.topContact__content {
	margin-top: 2.5rem;
}

.topContact__headline {
	padding-top: 2.5rem;
}

.topContact__press {
	align-items: center;
	aspect-ratio: 466/73;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15);
	color: #fff;
	display: grid;
	font-size: 1rem;
	font-weight: 700;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0.75rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 29.125rem;
}

.topContact__press + .topContact__press {
	margin-top: 1.25rem;
}

.topContact__press_black {
	background-color: #251C1C;
	border: solid 0.0625rem #251C1C;
}

.topContact__press:hover {
	background-color: #fff;
	color: #D81417;
	transition: 0.5s;
}

.topContact__press:hover .topContact__pressGraphic path {
	fill: #D81417;
	transition: 0.5s;
}

.topContact__press:hover .footer__pressGraphic {
	transform: translate(0.3125rem, -50%);
	transition: 0.5s;
}

.topContact__press_black:hover {
	background-color: #fff;
	color: #251C1C;
	transition: 0.5s;
}

.topContact__press_black:hover .topContact__pressGraphic path {
	fill: #251C1C;
	transition: 0.5s;
}

.topContact__pressGraphic {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
}

.topContact__pressGraphic path {
	transition: 0.5s;
}

.topEquipment {
	background: url("../images/top/equipment.png") bottom -6.25rem left 30.625rem/contain no-repeat;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.topEquipment__inner {
	max-width: 70.625rem;
}

.topEquipment__content {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.topEquipmentBox {
	border-radius: 0.75rem;
	overflow: hidden;
}

.topEquipmentBox__content {
	gap: 2.5rem;
}

.topEquipmentBox__graphic {
	aspect-ratio: 760/386;
	position: relative;
	width: 100%;
}

.topEquipmentBox__graphic:hover::before {
	background-color: #251C1C;
	opacity: 0.2;
	transition: 0.5s;
}

.topEquipmentBox__graphic::before {
	background-color: #251C1C;
	border-radius: 0.25rem 0.25rem 0 0.25rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	transition: 0.5s;
	width: 100%;
}

.topEquipmentBox__graphic::after {
	-webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
	background-color: #D81417;
	bottom: 0;
	clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0;
	width: 2.5rem;
}

.topEquipmentBox__graphic img {
	-o-object-fit: cover;
	border-radius: 0.25rem 0.25rem 0 0.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.topEquipmentBox__text {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 1;
}

.topFacility {
	padding-top: 5rem;
}

.topFacility__content {
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.topFacility__box {
	background-color: #fff;
	border-radius: 0.25rem;
	padding: 1.25rem;
}

.topFacility__boxFlex {
	gap: 1.25rem;
}

.topFacility__flex {
	gap: 1.25rem;
}

.topFacility__boxTitle {
	font-size: 1.5rem;
	text-transform: uppercase;
}

.topFacility__boxSpace {
	display: flex;
	flex-direction: column;
	margin-top: 0.625rem;
}

.topFacility__boxSpaceText {
	margin-top: 0.625rem;
}

.topFacility__boxSpaceTitle {
	flex: 1;
	margin-top: 0.625rem;
}

.topFacility__press {
	align-items: center;
	background-color: #251C1C;
	border: solid 0.0625rem #251C1C;
	border-radius: 624.9375rem;
	color: #fff;
	display: grid;
	font-weight: 700;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	padding: 0.75rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 14.6875rem;
}

.topFacility__press:hover {
	background-color: #fff;
	color: #251C1C;
	transition: 0.5s;
}

.topFacility__press:hover .topFlow__press__graphic {
	transform: translate(0.3125rem, -50%);
	transition: 0.5s;
}

.topFacility__press:hover .topFlow__press__graphicImage {
	fill: #251C1C;
	transition: 0.5s;
}

.topFacility__press:hover .topFacility__pressGraphic path {
	fill: #251C1C;
	transition: 0.5s;
}

.topFacility__pressGraphic {
	line-height: 1;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
	width: 0.5rem;
}

.topFacility__pressGraphic path {
	transition: 0.5s;
}

.topFeature {
	margin-top: 5rem;
}

.topFeature__inner {
	max-width: 69.375rem;
}

.topFeature__content {
	gap: 3.75rem;
	margin-top: 2.5rem;
}

.topFeature__graphic {
	position: relative;
}

.topFeature__graphic::before {
	aspect-ratio: 85/20;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 5.3125rem;
}

.topFeature__box:first-child .topFeature__graphic::before {
	background: url("../images/top/feature01.svg") center center/contain no-repeat red;
}

.topFeature__box:nth-child(2) .topFeature__graphic::before {
	background: url("../images/top/feature02.svg") center center/contain no-repeat red;
}

.topFeature__box:last-child .topFeature__graphic::before {
	background: url("../images/top/feature03.svg") center center/contain no-repeat red;
}

.topFeature__title {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: 0.625rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.topFeature__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 0.3125rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.topFlow {
	background-color: #F1F1F1;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.topFlow__inner {
	max-width: 82.5rem;
}

.topFlow__content {
	gap: 1.75rem;
	margin-top: 2.5rem;
}

.topFlow__press {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	color: #fff;
	display: grid;
	font-weight: 700;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	padding: 0.75rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 14.6875rem;
}

.topFlow__press:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.topFlow__press:hover .topFlow__pressGraphic {
	transition: 0.5s;
}

.topFlow__press:hover .topFlow__pressGraphic path {
	fill: red;
	transition: 0.5s;
}

.topFlow__pressGraphic {
	line-height: 1;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
	width: 0.5rem;
}

.topFlow__pressGraphic path {
	transition: 0.5s;
}

.topFlowBox {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.topFlowBox__button {
	line-height: 1;
	margin-top: 1.25rem;
}

.topFlowBox__step {
	width: 2.625rem;
}

.topFlowBox__stepLabel {
	color: #1a1a1a;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.topFlowBox__stepNumber {
	color: #1a1a1a;
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.25rem;
	position: relative;
}

.topFlowBox__stepNumber::after {
	background-color: #d60017;
	bottom: -0.25rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 80%;
}

.topFlowBox__card {
	background-color: #fff;
	border-radius: 0.5rem;
	flex: 1;
	margin-top: 2.5rem;
	padding: 0 1.5rem 1.5rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.topFlowBox__icon {
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin: 0 auto 1rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -4.9375rem;
	width: 9.875rem;
}

.topFlowBox__icon img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 3.5rem;
}

.topFlowBox__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: -6.25rem;
}

.topFlowBox__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 0.5rem;
	text-align: left;
}

.topFlowBox__button {
	align-items: center;
	background-color: red;
	border: solid 0.0625rem red;
	border-radius: 624.9375rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15);
	color: #fff;
	display: grid;
	font-weight: 700;
	justify-items: center;
	padding: 0.75rem 1rem;
	place-items: center;
	position: relative;
	transition: 0.5s;
	width: 100%;
}

.topFlowBox__button:hover {
	background-color: #fff;
	color: red;
	transition: 0.5s;
}

.topFlowBox__button:hover .topFlowBox__pressGraphic {
	display: block;
	transform: translate(0.3125rem, -50%);
	transition: 0.5s;
}

.topFlowBox__button:hover .topFlowBox__pressGraphic path {
	fill: red;
	transition: 0.5s;
}

.topFlowBox__pressGraphic {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0rem, -50%);
	transition: 0.5s;
	width: 0.5rem;
}

.topFlowBox__pressGraphic path {
	fill: white;
	transition: 0.5s;
}

.topHero {
	aspect-ratio: 1440/600;
}

.topHero__inner {
	height: 100%;
	position: relative;
}

.topHero__area {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-left: 2.5rem;
	opacity: 0.9;
	padding-bottom: 2.5rem;
	padding-top: 12%;
	position: relative;
	width: 60%;
	z-index: 1;
}

.topHero__areaSubtitle {
	color: #D81417;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.topHero__areaTitle {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.topHero__areaText {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.topHero__areaPress {
	margin-top: 2.5rem;
}

.topHero__graphic {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}

.topHero__graphicImage {
	border-radius: 0 0 0 1.25rem;
}

.topIntroduction {
	margin-top: 7.5rem;
	padding-bottom: 2.5rem;
}

.topIntroduction__content {
	margin-top: 2.5rem;
}

.topIntroduction__card {
	border-radius: 0.625rem;
	border-radius: 0.625rem;
}

.topIntroduction__card + .topIntroduction__card {
	margin-top: 2.5rem;
}

.topTopics {
	margin-top: 6.25rem;
}

.topTopics__inner {
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0 3.125rem rgba(40, 6, 7, 0.1);
	max-width: 74.375rem;
	padding-bottom: 1.875rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.625rem;
}

.topTopicsBox {
	margin: 0.625rem;
	margin-top: 3.125rem;
	padding: 6.25rem 0 1.5rem;
}

.topTopicsBox__title {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.5rem;
	letter-spacing: 0.05em;
}

.topTopicsBox__titleLine {
	border-bottom: 0.375rem solid transparent;
	border-left: 0.625rem solid #d60017;
	border-top: 1.125rem solid transparent;
	height: 0;
	margin-right: 0.75rem;
	width: 0;
}

.topTopicsBox__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 1.875rem;
}

.topTopicsBox__item {
	border-bottom: 1px solid #D1CBCB;
	display: flex;
	gap: 2.5rem;
	padding-bottom: 1rem;
}

.topTopicsBox__date {
	color: #989494;
	flex-shrink: 0;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	width: 6.25rem;
}

.topTopicsBox__text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.wifiCard__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wifiCard__icon {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wifiCard__graphic img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 7.5rem;
}

.wifiCard__badge {
	background-color: #d90000;
	border-radius: 0.375rem;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	padding: 0.375rem 0.875rem;
	width: -moz-max-content;
	width: max-content;
}

.wifiCard__badge_blue {
	background-color: #0E32C2;
}

.wifiCard__badge_green {
	background-color: #05A212;
}

.wifiCard__title {
	align-items: center;
	color: #333333;
	display: grid;
	flex: 1;
	font-size: 1.5rem;
	font-weight: 700;
	justify-items: center;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.25rem;
	place-items: center;
	text-align: center;
}

.wifiCard__description {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.75rem;
	text-align: center;
}

.whiteWord {
	color: #fff;
}

._center {
	align-items: center;
	display: grid;
	justify-items: center;
	place-items: center;
}

._center_x {
	display: grid;
	justify-items: center;
}

._center_y {
	align-items: center;
	display: grid;
}

._center_m {
	margin-left: auto;
	margin-right: auto;
	width: -moz-max-content;
	width: max-content;
}

._center_a {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
}

._center_ax {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

._center_ay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.columns1_1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.columns1_2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.columns2_1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.columns2_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.columns3_1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.columns3_2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.columns4_1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.columns4_2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

._flex {
	display: flex;
}

._flex_1 {
	display: flex;
}

._flex_remain {
	flex: 1;
}

._ellipsis1 {
	-webkit-box-orient: vertical; /* 縦方向にボックスを並べる */
	line-clamp: 1; /* 行数を制限（ここでは2行） */
	-webkit-line-clamp: 1;
	display: -webkit-box; /* Flexboxの古い仕様を利用 */
	overflow: hidden; /* はみ出しを隠す */
}

._ellipsis2 {
	-webkit-box-orient: vertical; /* 縦方向にボックスを並べる */
	line-clamp: 2; /* 行数を制限（ここでは2行） */
	-webkit-line-clamp: 2;
	display: -webkit-box; /* Flexboxの古い仕様を利用 */
	overflow: hidden; /* はみ出しを隠す */
}

._ellipsis3 {
	-webkit-box-orient: vertical; /* 縦方向にボックスを並べる */
	line-clamp: 3; /* 行数を制限（ここでは2行） */
	-webkit-line-clamp: 3;
	display: -webkit-box; /* Flexboxの古い仕様を利用 */
	overflow: hidden; /* はみ出しを隠す */
}

._nowrap {
	display: inline-block;
	white-space: nowrap;
}

._text_l {
	text-align: left;
}

._text_c {
	text-align: center;
}

._text_r {
	text-align: right;
}

._rowReverse {
	flex-direction: row-reverse;
}

._columnReverse {
	flex-direction: column-reverse;
}

._color_white {
	color: #fff;
}

@media (any-hover: hover) {

.header__link:hover span:after {
	opacity: 1;
	transition: 0.3s all;
}

.header__link:hover {
	opacity: 0.7;
	transition: 0.3s;
}

}

@media screen and (min-width: 900px) {

.drawer__link:hover:after {
	opacity: 1;
	transition: 0.3s all;
}

.spNav__link:hover:after {
	opacity: 1;
	transition: 0.3s all;
}

}

@media (max-width: 1320px) {

html {
	font-size: 1.2121212121vw;
}

}

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

.contactDeep__table {
	width: 60rem;
}

}

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

._pc {
	display: none !important;
}

._pc_flex {
	display: none !important;
}

._pc_grid {
	display: none !important;
}

._sp {
	display: block !important;
}

._sp_flex {
	display: flex !important;
}

._sp_grid {
	display: grid !important;
}

html {
	font-size: 4.1025641026vw;
}

.background {
	background: url("../images/common/") center center/contain no-repeat red;
}

.card:nth-child(2n-1) .card__writing {
	border-radius: 0 0 0.625rem 0.625rem;
}

.card:nth-child(2n) .card__writing {
	border-radius: 0 0 0.625rem 0.625rem;
}

.card:nth-child(2n-1) .card__graphic img {
	border-radius: 0.625rem 0.625rem 0 0;
}

.card:nth-child(2n) .card__graphic img {
	border-radius: 0.625rem 0.625rem 0 0;
}

.card__writing {
	padding: 1.25rem;
	width: 100%;
}

.card__graphic {
	width: 100%;
}

.card__headline {
	align-items: flex-start;
	flex-direction: column;
}

.card__flex {
	gap: 0.625rem;
}

.card__box {
	width: 100%;
}

.card__headlinePress {
	margin-top: 0.625rem;
}

.deeperWrapper {
	padding-top: 3rem;
}

.deeperHero {
	padding-left: 1.25rem;
}

.deeperHero {
	aspect-ratio: auto;
	background-size: 54%;
	padding-bottom: 3.4375rem;
	padding-top: 3.4375rem;
	top: 0rem;
}

h1 {
	font-size: 1.75rem;
}

.deeperHero__inner {
	font-size: 2rem;
}

.deeperHero__bcn {
	font-size: 0.75rem;
	left: 1.25rem;
}

.drawer__item {
	border-bottom: 1px solid #000;
	position: relative;
	width: 100%;
}

.drawer__link {
	padding: 1.875rem 0;
	text-align: left;
}

.drawer__logo {
	margin: 2.5rem auto 0;
	width: 210px;
}

.flowFlow2 {
	padding-bottom: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.flowFlow2__word {
	font-size: 1.25rem;
}
	
	.flowFlow2__area {
		flex-direction: column;
	}

.flowFlow2__body4 {
	padding-bottom: 2.5rem;
}
	
	.flowFlow2__graphic2 {
margin-top: 0;
	}

.follow__inner {
	gap: 0.3125rem;
	grid-template-columns: 1fr 1fr;
}

.follow .press {
	font-size: 1rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.follow .press:nth-child(3) {
	grid-column: span 2;
}

.footer {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.footer__inner {
	max-width: 39.375rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.footer__space {
	text-align: center;
}

.footer__icons {
	justify-content: center;
}

.footer__wrap {
	flex-direction: column;
}

.footer__right {
	margin-top: 2.5rem;
	width: 100%;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
}

.footer__sns {
	margin-left: auto;
	margin-right: auto;
}

.footer__tel {
	font-size: 1.625rem;
	line-height: 1;
}

.footer__nav {
	flex-direction: column;
	gap: 0;
	text-align: center;
}

.footer__list {
	padding-left: 0rem;
}

.footer__land {
	text-align: center;
}

.footer__landFlex {
	gap: 0.625rem;
}

.footer__link {
	margin-top: 1.25rem;
}

.form {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
}

.form__item + .form__item {
	margin-top: 0rem;
}

.form__item {
	align-items: start;
	flex-direction: column;
	padding: 1.25rem 0;
}

.form__label {
	justify-content: start;
	padding-left: 0rem;
}

.form__label-required {
	font-size: 0.75rem;
	margin-left: 0.625rem;
}

.form__input {
	margin-top: 0.625rem;
	padding: 0.875rem 1.25rem;
}

.form__birthArea,
.form__graduationArea {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 0rem;
}

.form__select {
	padding: 0.875rem 2.75rem 0.875rem 1.25rem;
}

.form__radioGroup {
	gap: 1.75rem;
}

.form__radioInput {
	margin-top: 0.5rem;
}

.form__telCaution {
	bottom: 1.875rem;
	left: 0;
	top: auto;
}

.form__postal {
	margin-top: 0.625rem;
}

.form__postalInput {
	padding: 0.875rem 1.25rem;
	width: 12.5rem;
}

.form__memoText {
	padding: 1.25rem;
}

.form-send::before {
	width: 12.5rem;
}

.form-send::after {
	width: 12.5rem;
}

.form-send__inner {
	flex-direction: column;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.form-send__writing-text {
	margin-top: 0rem;
}

.press.form__press {
	width: 100%;
}

.form__birthArea .form__select {
	margin-top: 1.5rem;
}

.fromMap {
	margin-top: 2.5rem;
}

.fromMap__unit {
	width: 100%;
}

.group {
	grid-template-columns: 1fr;
}

.guideGuide {
	padding: 0rem 0rem;
}

.guideGuide__content {
	margin-top: 1.25rem;
}

.guideGuide__map {
	margin-bottom: 1.25rem;
}

.guideShop {
	padding: 1.25rem;
}

.guideShop__inner {
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.guideShop__title {
	font-size: 1.5rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.guideShop__list {
	gap: 3.75rem;
	grid-template-columns: repeat(1, 1fr);
	padding-left: 0rem;
	padding-right: 0rem;
}

.header {
	height: 2.8125rem;
}

.header__inner {
	padding-left: 0.625rem;
	padding-right: 0;
}

.header__logo {
	max-width: 7.5rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	align-items: center;
	display: block;
	display: flex;
	height: 2.8125rem;
	justify-content: center;
	margin-left: auto;
	position: relative;
	width: 2.8125rem;
}

.spNav {
	-webkit-overflow-scrolling: touch;
	background: white;
	background-color: #eee;
	color: #232323;
	color: #333;
	display: block;
	height: 101vh;
	left: 0;
	overflow-y: scroll;
	padding: 1.25rem 1.25rem 6.875rem;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.5s;
	transition: transform 0.3s ease-out;
	width: 100%;
}

.spNav__item {
	border-bottom: 1px solid #000;
	position: relative;
	width: 100%;
}

.spNav__link {
	padding: 1.875rem 0;
	text-align: left;
}

.spNav__logo {
	margin: 2.5rem auto 0;
	width: 210px;
}

.headline__title {
	font-size: 1.75rem;
}

.headline__graphic img {
	max-height: 1rem;
}

.introductionShop__title {
	font-size: 1.5rem;
}

.introductionShop__list {
	gap: 3.75rem;
	grid-template-columns: repeat(1, 1fr);
}

.infectionInfection {
	padding-top: 2.5rem;
}

.introductionIntroduction__inner {
	padding-bottom: 2.5rem;
}

.infectionInfection__content {
	margin-top: 2.5rem;
}

.introductionShop__title {
	font-size: 1.5rem;
}

.introductionShop__list {
	gap: 3.75rem;
	grid-template-columns: repeat(1, 1fr);
}

.introductionIntroduction {
	padding-top: 2.5rem;
}

.introductionIntroduction__card {
	flex-direction: column-reverse;
}

.introductionMap__inner {
	padding-bottom: 0rem;
}

.introductionMap__area {
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
	row-gap: 3.75rem;
}

.introductionMap {
	margin-top: 2.5rem;
}

.optionsCompare {
	padding-bottom: 1.25rem;
	padding-top: 2.5rem;
}

.optionsCompareTable {
	padding: 6.25rem 2.5rem;
}

.optionsCompareTable__heading {
	vertical-align: top;
}

.optionsOptions {
	padding: 3.75rem 0rem;
}

.optionsOptions__list {
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.optionsOptions__graphic {
	height: 10rem;
	width: 10rem;
}

.optionsOptions__title {
	font-size: 1.125rem;
}

.policyPolicy {
	margin-top: 2.5rem;
}

.policyPolicy__content {
	gap: 0rem;
	padding-bottom: 2.5rem;
}

.policyPolicy__center {
	margin-top: 1.25rem;
}

.policyPolicy__right {
	margin-top: 1.25rem;
}

.topHero__areaPress {
	width: 100%;
}

.priceCompare__headlinePress {
	margin-top: 0.625rem;
}

.priceCompareTable {
	padding: 6.25rem 2.5rem;
}

.priceCompareTable__heading {
	vertical-align: top;
}

.pricePrice__area {
	margin-top: 2.5rem;
}

.pricePrice__areaTitle {
	font-size: 1rem;
	padding-left: 0rem;
}

.pricePrice__graphic {
	margin-top: 1.25rem;
}

.pricePricesBox {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.pricePrice__text {
	margin-top: 2.5rem;
}

.pricePriceTable {
	padding: 1.25rem 0rem;
}

.pricePriceTable__heading {
	font-size: 0.75rem;
}

.pricePriceTable__data {
	font-size: 0.75rem;
}

.priceRental {
	padding: 0;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.priceRental__title {
	font-size: 1.5rem;
}

.priceRental__list {
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.priceRental__graphic {
	height: 12.5rem;
	margin-bottom: 1.5rem;
	width: 12.5rem;
}

.range {
	padding-left: 20px;
	padding-right: 20px;
}

.range2 {
	padding-left: 20px;
	padding-right: 20px;
}

.range3 {
	padding-left: 20px;
	padding-right: 20px;
}

.roomTable__cell {
	padding: 0.625rem;
}

.roomTable__row:not(.roomTable__rowHeader) .roomTable__cell {
	font-size: 1.25rem;
}

.roomRoom {
	padding: 3.75rem 0rem;
}

.roomRoom__list {
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.roomRoom__graphic {
	height: 10rem;
	width: 10rem;
}

.scheduleTable__row {
	grid-template-columns: auto 1fr 1fr;
}

.scheduleTable__cellHeader {
	font-size: 1.25rem;
}

.scheduleTable__label {
	font-size: 1.25rem;
}

.scheduleTable__text {
	font-size: 1.125rem;
}

.scheduleTable__textAlert {
	font-size: 1.125rem;
}

.thanks {
	padding: 2.5rem 1.25rem 0rem;
}

.topAccess {
	padding-top: 2.5rem;
}

.topAccess__headline {
	padding-top: 3.75rem;
}

.topAccessBox {
	margin-top: 2.5rem;
	padding: 0rem;
}

.topAccessBox__mapArea {
	gap: 2.5rem;
}

.topAccessBox__map {
	width: 100%;
}

.topAccessBox__info {
	padding-top: 3.75rem;
	width: auto;
}

.topAccessBox__linkList {
	flex-direction: row;
	grid-template-columns: repeat(1, 1fr);
	justify-content: space-between;
}

.topContact__area {
	padding: 1.25rem;
}

.topContact__headline {
	padding-top: 0rem;
}

.topContact__press {
	width: 100%;
}

.topFacility {
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 2.5rem;
}

.topFeature {
	margin-top: 0rem;
}

.topHero {
	aspect-ratio: 1134/1336;
}

.topHero__area {
	margin-left: 0rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
	position: relative;
	top: 17.5rem;
	width: 100%;
}

.topHero__areaSubtitle {
	font-size: 1rem;
}

.topHero__areaTitle {
	font-size: 1.25rem;
}

.topHero__areaText {
	font-size: 0.75rem;
}

.topHero__graphic {
	width: 100%;
}

.topIntroduction__card {
	flex-direction: column-reverse;
}

.topTopics__inner {
	width: 100%;
}

.topTopicsBox {
	padding: 3.75rem 0 1.5rem;
}

.topTopicsBox__item {
	align-items: flex-start;
	display: block;
	gap: 2rem;
}

.topTopicsBox__text {
	margin-top: 0;
}

.wifiCard__graphic img {
	width: 5rem;
}

.wifiCard__title {
	font-size: 1.25rem;
}

.wifiCard__description {
	font-size: 1.125rem;
}

.columns1_1 {
	grid-template-columns: repeat(1, 1fr);
}

.columns1_2 {
	grid-template-columns: repeat(2, 1fr);
}

.columns2_1 {
	grid-template-columns: repeat(1, 1fr);
}

.columns2_2 {
	grid-template-columns: repeat(2, 1fr);
}

.columns3_1 {
	grid-template-columns: repeat(1, 1fr);
}

.columns3_2 {
	grid-template-columns: repeat(2, 1fr);
}

.columns4_1 {
	grid-template-columns: repeat(1, 1fr);
}

.columns4_2 {
	grid-template-columns: repeat(2, 1fr);
}

._flex_1 {
	flex-direction: column;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes UpAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(-100px);
}

}

@keyframes DownAnime {

from {
	opacity: 0;
	transform: translateY(-100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
