body {
	font-family: A1 Mincho, "游明朝", "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

*,
*::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: optimizeSpeed;
}

/* 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;
	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;
}

.c-btn {
	display: block;
	margin-inline: auto;
	margin-top: 3.4375rem;
	transition: all 0.45s;
	width: 21.25rem;
}

.c-btn:hover {
	opacity: 0.65;
}

.c-hamburger {
	height: 100%;
	position: relative;
}

.c-hamburger span {
	color: #fff;
	font-size: 1.125rem;
	font-style: normal;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
}

.c-hamburger span:nth-child(1) {
	opacity: 1;
}

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

.c-hamburger.is-active span:nth-child(1) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 1;
}

.c-title {
	height: 8.125rem;
	margin-bottom: 3.125rem;
	margin-left: -4.125rem;
}

.c-title img {
	height: 100%;
	width: auto;
}

.c-news {
	display: block;
}

.c-news:hover {
	opacity: 0.65;
}

.c-news__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-news__info {
	display: flex;
	gap: 1.25rem;
	margin-top: 1.125rem;
}

.c-news__time {
	display: block;
	font-size: 0.875rem;
}

.c-news__tag {
	background-color: black;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	padding-inline: 0.625rem;
	padding-top: 0.125rem;
}

.c-news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	overflow: hidden;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-apply {
	margin-top: 14.6875rem;
	overflow: hidden;
}

.p-apply__box {
	background: #F8F8F8;
	margin-top: 5.3125rem;
	padding: 6.5625rem 3.125rem;
}

.p-apply__text {
	font-size: 1rem;
	line-height: 2.25;
	margin-inline: auto;
	margin-top: 5.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-archive__blocks {
	display: grid;
	gap: 2.6875rem 2.8125rem;
	grid-template-columns: repeat(3, 1fr);
}

.l-caution {
	margin-top: 10.3125rem;
}

.p-caution__title {
	margin-bottom: 6.25rem;
}

.p-caution__main {
	display: block;
}

.p-confirm {
	padding-bottom: 4.375rem;
}

.p-confirm__box {
	background: #F8F8F8;
	padding-block: 4.6875rem 3.75rem;
}

.p-confirm__lead {
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.p-confirm__info {
	margin-inline: auto;
	margin-top: 5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-confirm__row {
	align-items: flex-start;
	display: grid;
	font-size: 1rem;
	grid-template-columns: 12.25rem 1fr;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.p-confirm__row + .p-confirm__row {
	margin-top: 1.75rem;
}

.p-confirm__btn input {
	background: url(../images/apply/submit.webp) center center/contain no-repeat;
	height: 3.75rem;
	width: 21.25rem;
}

.p-confirm__back {
	color: #111;
	font-size: 0.9375rem;
	margin-top: 1.25rem;
	text-align: center;
}

.p-container__wrap {
	align-items: flex-start;
	display: grid;
	gap: 2rem;
	grid-template-columns: 19.0625rem 1fr;
}

.p-drawer {
	background: url(../images/common/bg_drawer.webp) center center/cover no-repeat;
	display: none;
	height: 100dvh;
	left: 0;
	overflow: auto;
	padding-block: 7.1875rem 4.375rem;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-drawer__link {
	height: 2.1875rem;
}

.p-drawer__link a {
	display: block;
	height: 100%;
}

.p-drawer__link img {
	height: 100%;
	margin: auto;
	width: auto;
}

.p-drawer__link + .p-drawer__link {
	margin-top: 2rem;
}

.p-drawer__btn {
	height: 3.5rem;
	margin-inline: auto;
	margin-top: 3.375rem;
	width: 13.875rem;
}

.p-drawer__btn a {
	display: block;
	height: 100%;
	width: 100%;
}

.l-faq {
	margin-top: 13.4375rem;
	overflow: hidden;
}

.p-faq__title {
	margin-bottom: 3.75rem;
}

.p-faq__blocks {
	margin-inline: auto;
	max-width: 54.6875rem;
}

.p-faq__block {
	background: #F8F8F8;
	padding-inline: 1.75rem 2.8125rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 1.25rem;
}

.p-faq__q {
	cursor: pointer;
	position: relative;
}

.p-faq__q::before,
.p-faq__q::after {
	background-color: #111;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.9375rem;
}

.p-faq__q::after {
	transform: translateY(-50%) rotate(90deg);
}

.p-faq__q.is-active::after {
	transform: translate(0, 0) rotate(0);
}

.p-faq__q p {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 3.25;
}

.p-faq__a {
	display: none;
	padding-bottom: 1.5625rem;
}

.p-faq__a p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.8125;
	margin-top: 1.25rem;
}

.p-faq__q > div,
.p-faq__a > div {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 3.5rem 1fr;
}

.p-faq__q > div span,
.p-faq__a > div span {
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 2.6363636364;
}

.p-faq__contact {
	display: block;
	margin-inline: auto;
	margin-top: 4.6875rem;
	max-width: 41rem;
}

.p-faq__img {
	display: block;
	margin-top: 5.25rem;
	position: relative;
}

.p-faq__img::before {
	bottom: 1.125rem;
	color: #fff;
	content: "宿舎管理人";
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	position: absolute;
	right: 1.375rem;
	z-index: 1;
}

.l-gallery {
	margin-bottom: 1.25rem;
}

.p-form {
	margin-inline: auto;
	margin-top: 5.75rem;
	max-width: 49.375rem;
}

.p-form__row {
	display: grid;
	gap: 2.875rem;
	grid-template-columns: 13.125rem 1fr;
}

.p-form__row + .p-form__row {
	margin-top: 1.5625rem;
}

.p-form__title {
	font-size: 1.25rem;
	margin-top: 0.875rem;
}

.p-form__title span {
	font-size: 0.9375rem;
}

.p-form__input input,
.p-form__input select {
	background-color: #fff;
	color: black;
	display: inline-block;
	height: 3.6875rem;
	padding-bottom: 2px;
	padding-inline: 1em;
	width: 100%;
}

.p-form__input textarea {
	background-color: #fff;
	color: black;
	display: inline-block;
	height: 15.1875rem;
	padding-bottom: 2px;
	padding-inline: 1em;
	width: 100%;
}

.p-form__input select {
	background: #fff url(../images/common/select-arrow.webp) calc(100% - 1.875rem) center/1.25rem no-repeat;
	color: black;
}

.p-form__select select {
	-moz-text-align-last: center;
	background: #fff url(../images/common/select-arrow.webp) calc(100% - 0.9375rem) center/0.75rem no-repeat;
	color: black;
	text-align-last: center;
}

.p-form__select > div,
.p-form__select > div {
	align-items: center;
	display: flex;
	gap: 0.8125rem;
}

.p-form__select > div span,
.p-form__select > div span {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.06em;
}

.p-form__select select {
	display: inline-block;
	height: 3.6875rem;
	text-align: center;
	width: 7.25rem;
}

.p-form__select div + div {
	margin-top: 0.75rem;
}

.p-form__select p {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.p-form__submit {
	background: url(../images/common/submit.webp) center center/contain no-repeat;
	margin-inline: auto;
	margin-top: 7.8125rem;
	transition: all 0.45s;
	width: -moz-fit-content;
	width: fit-content;
}

.p-form__submit input {
	display: inline-block;
	height: 4.375rem;
	margin-top: 0;
	max-width: 100%;
	transition: all 0.45s;
	width: 21.25rem;
}

.p-form__submit:hover {
	opacity: 0.65;
}

.wpcf7-not-valid-tip {
	font-size: 0.875rem !important;
	white-space: nowrap;
}

.wpcf7-spinner {
	display: none;
}

.l-gallery {
	margin-top: 13.4375rem;
}

.p-globalNav {
	align-items: center;
	display: flex;
	gap: 2.8125rem;
}

.p-globalNav__links {
	display: flex;
	gap: 2.8125rem;
}

.p-globalNav__link a {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.2em;
}

.p-globalNav__btn a {
	align-items: center;
	background-color: #fff;
	color: #000000;
	display: flex;
	font-size: 0.875rem;
	height: 1.9375rem;
	justify-content: center;
	letter-spacing: 0.1em;
	margin-left: auto;
	width: 6.0625rem;
}

.l-guide {
	margin-top: 8.125rem;
	overflow: hidden;
}

.p-guide__text {
	font-size: 1.375rem;
	letter-spacing: 0.2em;
}

.p-guide__slider {
	margin-inline: auto;
	margin-top: 3.625rem;
	max-width: 31.25rem;
}

.p-guide__slider .slick-list {
	overflow: unset;
}

.p-guide__slider span,
.p-guide__slider a {
	display: block;
	margin-inline: 1.875rem;
}

.p-guide__img {
	display: block;
	margin-top: 11.25rem;
}

.p-header {
	height: 4.125rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.45s;
	width: 100%;
	z-index: 100;
}

.p-header.--sub {
	background: rgba(70, 70, 70, 0.4);
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: unset;
	padding-inline: 1.25rem;
}

.p-header__logo {
	position: relative;
	width: 15rem;
	z-index: 1;
}

.p-header__nav {
	margin-left: auto;
}

.l-info {
	margin-top: 15.9375rem;
}

.p-info__title {
	margin-bottom: 7.5rem;
}

.p-info__list {
	display: block;
	margin-top: 7.5rem;
}

.p-info__map {
	margin-top: 5.625rem;
}

.p-info__map h3 {
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 1.375rem;
	padding-bottom: 1.375rem;
}

.p-info__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 880/426;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.l-intro {
	margin-top: 10rem;
	overflow: hidden;
}

.p-intro__slider {
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-intro__slider .slide-arrow {
	background: url(../images/common/arrow.webp) center center/contain no-repeat;
	cursor: pointer;
	height: 6.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
	z-index: 1;
}

.p-intro__slider .prev-arrow {
	left: 3.5rem;
	transform: translateY(-50%) rotate(180deg);
}

.p-intro__slider .next-arrow {
	right: 3.5rem;
}

.p-mv {
	height: 100vh;
	position: relative;
}

.p-mv__slider {
	height: 100%;
}

.p-mv__slider .slick-list,
.p-mv__slider .slick-track {
	height: 100%;
}

.p-mv__slider picture {
	height: 100%;
}

.p-mv__slider picture img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mv__title {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 47.0625rem;
}

.l-news {
	margin-top: 5rem;
}

.p-news__cards {
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(3, 1fr);
}

.nav-links {
	align-items: center;
	display: flex;
	gap: 2em;
	justify-content: center;
	margin-top: 5rem;
}

.page-numbers {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
}

.page-numbers.current {
	opacity: 0.5;
}

.page-numbers.prev,
.page-numbers.next {
	background-color: #111;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: 1.25rem;
	width: 1rem;
}

.page-numbers.prev {
	transform: rotate(180deg);
}

.p-pageTitle {
	padding-block: 10.25rem 5.75rem;
}

.p-pageTitle__main {
	height: 6.25rem;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-pageTitle__main img {
	height: 100%;
	width: auto;
}

.l-room {
	margin-top: 7.5rem;
}

.p-room__inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.p-room__table {
	background: #F8F8F8;
	flex-shrink: 0;
	margin-left: auto;
	width: 50.75rem;
}

.p-room__table col:nth-child(1) {
	width: 8.125rem;
}

.p-room__table col:not(:nth-child(1)) {
	width: calc((100% - 8.125rem) * 1 / 2);
}

.p-room__table tr:nth-child(1) {
	height: 3.4375rem;
}

.p-room__table tr:not(:nth-child(1)) {
	height: 8.75rem;
}

.p-room__table tr:not(:nth-child(1)) td {
	border-top: 0.3125rem solid #fff;
	text-align: center;
}

.p-room__table tr:not(:nth-child(1)) td:nth-child(1) {
	font-size: 1.875rem;
	letter-spacing: 0.12em;
}

.p-room__table tr:not(:nth-child(1)) td:not(:nth-child(1)) {
	font-size: 1.25rem;
}

.p-room__table tr:not(:nth-child(1)) td:not(:nth-child(1)) strong {
	display: inline-block;
	font-family: "times-new-roman", sans-serif;
	font-size: 6.375rem;
	font-style: italic;
	font-weight: 400;
	margin-inline: 1.25rem;
}

.p-room__table td:nth-child(n+2),
.p-room__table th:nth-child(n+2) {
	border-left: 0.3125rem solid #fff;
}

.p-room__table th {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.16em;
}

.p-room__text {
	font-size: 1rem;
	letter-spacing: 0.15em;
	line-height: 1.8125;
	margin-left: auto;
	margin-top: 1.5rem;
	width: 50.75rem;
}

.p-room__date {
	font-size: 1rem;
	letter-spacing: 0.2em;
	line-height: 1.8125;
	margin-top: 1.5rem;
	text-align: right;
}

.p-sidebar {
	background: #F0F0F0;
	padding: 1.6875rem 1rem 3rem;
}

.p-sidebar__block + .p-sidebar__block {
	margin-top: 2.1875rem;
}

.p-sidebar__title {
	border-bottom: 1px dashed black;
	font-family: "times-new-roman", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	letter-spacing: 0.01em;
	padding-bottom: 0.75rem;
	padding-left: 2.875rem;
}

.p-sidebar__links {
	margin-top: 1.625rem;
	padding-left: 2.125rem;
}

.p-sidebar__link + .p-sidebar__link {
	margin-top: 0.5rem;
}

.p-sidebar__link a {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.12em;
}

.pageSelect {
	background: url(../images/common/select-arrow.webp) calc(100% - 0.9375rem) center/0.625rem no-repeat;
	color: black;
	padding-inline: 0.625rem;
}

.l-single {
	margin-top: 12rem;
}

.p-single__info {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.p-single__time {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.12em;
}

.p-single__cat {
	background-color: black;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.4166666667;
	padding: 0.125rem 0.75rem;
}

.p-single__title {
	border-bottom: 1px solid #707070;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.4583333333;
	margin-bottom: 2.875rem;
	margin-top: 2.125rem;
	padding-bottom: 1.4375rem;
}

.p-single__nav {
	align-items: center;
	display: flex;
	gap: 4.5625rem;
	justify-content: center;
	margin-top: 4.0625rem;
}

.p-single__prev a {
	background: #111;
	clip-path: polygon(100% 0, 0 51%, 100% 100%);
	display: block;
	height: 0.9375rem;
	width: 0.75rem;
}

.p-single__back a {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.p-single__next a {
	background: #111;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	display: block;
	height: 0.9375rem;
	width: 0.75rem;
}

/* 投稿本文 */

.p-single__content {
	background: #F8F8F8;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

/* 見出し */

.p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
	color: #222;
	font-weight: 600;
	line-height: 1.4;
	margin: 2rem 0 1rem;
}

.p-single__content h1 {
	border-bottom: 2px solid #e0e0e0;
	font-size: 2rem;
	padding-bottom: 0.5rem;
}

.p-single__content h2 {
	border-left: 4px solid #ccc;
	font-size: 1.75rem;
	padding-left: 0.75rem;
}

.p-single__content h3 {
	font-size: 1.5rem;
}

.p-single__content h4 {
	font-size: 1.25rem;
}

.p-single__content h5 {
	font-size: 1.125rem;
}

.p-single__content h6 {
	font-size: 1rem;
}

/* 段落 */

.p-single__content p {
	margin: 1.2rem 0;
}

/* リスト */

.p-single__content ul {
	list-style: disc;
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}

.p-single__content ol {
	list-style: decimal;
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}

.p-single__content li {
	margin: 0.5rem 0;
}

/* 引用 */

.p-single__content blockquote {
	background: #fff;
	border-left: 4px solid #ccc;
	color: #555;
	font-style: italic;
	margin: 2rem 0;
	padding: 1rem 1.5rem;
}

.p-single__content blockquote cite {
	color: #999;
	display: block;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

/* 画像とキャプション */

.p-single__content figure {
	margin: 2rem 0;
	text-align: center;
}

.p-single__content figcaption {
	color: #666;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

/* YouTubeなど埋め込み */

.p-single__content iframe {
	aspect-ratio: 16/9;
	border: none;
	max-width: 100%;
	width: 100%;
}

/* コードブロック */

.p-single__content pre {
	background: #fff;
	border: 1px solid #ddd;
	font-family: monospace;
	font-size: 0.95rem;
	overflow-x: auto;
	padding: 1rem;
}

/* テーブル */

.p-single__content table {
	background: #fff;
	border-collapse: collapse;
	margin: 2rem 0;
	width: 100%;
}

.p-single__content th,
.p-single__content td {
	border: 1px solid #ddd;
	padding: 0.75rem;
	text-align: left;
}

.p-single__content th {
	background: #f0f0f0;
	font-weight: 600;
}

/* カラム */

.p-single__content .wp-block-columns {
	display: flex;
	gap: 1.5rem;
	margin: 2rem 0;
}

.p-single__content .wp-block-column {
	background: #fff;
	flex: 1;
	padding: 1rem;
}

/* ボタン */

.p-single__content .wp-block-button__link {
	background: #333;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: background 0.3s;
}

.p-single__content .wp-block-button__link:hover {
	background: #555;
}

/* 区切り線 */

.p-single__content hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 2.5rem 0;
}

main {
	overflow: hidden;
}

main.sub-page {
	background: #F8F8F8;
	padding-bottom: 5.9375rem;
}

.fadeIn {
	opacity: 0;
	transform: translateY(5%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.is-fade {
	opacity: 1;
	transform: translateY(0);
}

.p-thanks {
	padding-block: 13rem 7.0625rem;
}

.p-thanks__box {
	background: #F8F8F8;
	padding: 5.375rem 7.75rem 3.75rem;
}

@media (max-width: 1366px) {

html {
	font-size: 1.1713030747vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-btn {
	margin-top: 3.125rem;
	width: 13.875rem;
}

.c-btn:hover {
	opacity: 0.8;
}

.c-title {
	height: 6.375rem;
	margin-bottom: 3.5rem;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.l-apply {
	margin-top: 6.5625rem;
}

.p-apply__box {
	margin-inline: calc(50% - 50vw);
	padding: 3.25rem 1.875rem 4.5625rem;
}

.p-apply__img {
	display: block;
	margin-inline: calc(50% - 50vw);
	overflow: auto;
}

.p-apply__img img {
	display: block;
	min-width: 59.5625rem;
	padding-left: 3.4375rem;
}

.p-apply__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 3.125rem;
}

.p-archive {
	margin-top: 1.875rem;
}

.p-archive__blocks {
	gap: 3.125rem;
	grid-template-columns: 100%;
}

.l-caution {
	margin-top: 7.1875rem;
}

.p-caution__title {
	margin-bottom: 3.4375rem;
}

.p-confirm__box {
	padding: 3.4375rem 0.9375rem 4.0625rem;
}

.p-confirm__lead {
	font-size: 0.9375rem;
}

.p-confirm__info {
	margin-top: 4.375rem;
}

.p-confirm__row {
	font-size: 0.9375rem;
	grid-template-columns: 100%;
	text-align: center;
}

.p-confirm__row + .p-confirm__row {
	margin-top: 2.5rem;
}

.p-confirm__btn input {
	background-image: url(../images/apply/submit_sp.webp);
	height: 3.5rem;
	width: 13.875rem;
}

.p-confirm__back {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.p-container__wrap {
	display: block;
}

.l-faq {
	margin-top: 6.875rem;
}

.p-faq__title {
	margin-bottom: 2.25rem;
}

.p-faq__block {
	padding-inline: 0.625rem 3.125rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 0.9375rem;
}

.p-faq__q {
	padding-block: 0.75rem 1.0625rem;
}

.p-faq__q::before,
.p-faq__q::after {
	right: -1.875rem;
}

.p-faq__q p {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 0.3125rem;
}

.p-faq__a {
	padding-bottom: 1.125rem;
}

.p-faq__a p {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 0;
}

.p-faq__q > div,
.p-faq__a > div {
	grid-template-columns: 1.8125rem 1fr;
}

.p-faq__q > div span,
.p-faq__a > div span {
	font-size: 1.0625rem;
	line-height: 1.4705882353;
}

.p-faq__img {
	margin-inline: calc(50% - 50vw);
	margin-top: 4rem;
}

.p-faq__img::before {
	bottom: 0.875rem;
	font-size: 0.9375rem;
	right: 1.875rem;
}

.l-gallery {
	margin-bottom: 0.5rem;
}

.p-form {
	margin-top: 3.125rem;
}

.p-form__row {
	gap: 0.6875rem;
	grid-template-columns: 100%;
}

.p-form__row + .p-form__row {
	margin-top: 1.25rem;
}

.p-form__title {
	font-size: 0.9375rem;
	margin-top: 0;
}

.p-form__input input,
.p-form__input select {
	height: 3rem;
	padding-inline: 0.625rem;
}

.p-form__input textarea {
	height: 7.5rem;
	padding-inline: 0.625rem;
}

.p-form__input select {
	background-position: calc(100% - 0.9375rem) center;
	background-size: 0.625rem;
}

.p-form__select select {
	background-position: calc(100% - 0.3125rem) center;
	background-size: 0.625rem;
	height: 2.375rem;
	padding-bottom: 0.375rem;
	width: 4.125rem;
}

.p-form__select > div,
.p-form__select > div {
	gap: 0.375rem;
}

.p-form__select > div span,
.p-form__select > div span {
	font-size: 0.9375rem;
}

.p-form__submit {
	margin-top: 3.75rem;
	max-width: 100%;
}

.l-gallery {
	margin-top: 3.5625rem;
}

.l-guide {
	margin-top: 6.875rem;
}

.p-guide__text {
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.7647058824;
	text-align: center;
}

.p-guide__slider {
	display: block;
	margin-left: 0;
	margin-right: calc(50% - 50vw);
	margin-top: 2.3125rem;
}

.p-guide__slider span,
.p-guide__slider a {
	margin-left: 0;
	margin-right: 2.25rem;
	width: 17.6875rem;
}

.p-guide__img {
	margin-inline: calc(50% - 50vw);
	margin-top: 6.25rem;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	position: relative;
	width: 3.75rem;
	z-index: 1;
}

.l-info {
	margin-top: 7.0625rem;
}

.p-info__title {
	margin-bottom: 3.125rem;
}

.p-info__list {
	margin-top: 3.375rem;
}

.p-info__map {
	margin-top: 4.875rem;
}

.p-info__map h3 {
	font-size: 0.9375rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
}

.p-info__map iframe {
	aspect-ratio: 354/426;
}

.l-intro {
	margin-top: 6.25rem;
}

.p-intro__slider .slide-arrow {
	height: 3.125rem;
	top: 30%;
	transform: translateY(0);
	width: 2rem;
}

.p-intro__slider .prev-arrow {
	left: 0.75rem;
	transform: rotate(180deg);
}

.p-intro__slider .next-arrow {
	right: 0.75rem;
}

.p-mv__title {
	max-width: 23.5625rem;
	padding-inline: 1rem;
}

.p-news__cards {
	display: block;
	margin-right: calc(50% - 50vw);
}

.p-news__card {
	margin-right: 2.25rem;
	width: 16.125rem;
}

.p-pageTitle {
	padding-block: 8.125rem 5rem;
}

.l-room {
	margin-top: 7.1875rem;
}

.p-room__inner {
	display: block;
}

.p-room__table {
	width: 100%;
}

.p-room__table col:nth-child(1) {
	width: 3.75rem;
}

.p-room__table col:not(:nth-child(1)) {
	width: calc((100% - 3.75rem) * 1 / 2);
}

.p-room__table tr:nth-child(1) {
	height: 1.875rem;
}

.p-room__table tr:not(:nth-child(1)) {
	height: 5.5rem;
}

.p-room__table tr:not(:nth-child(1)) td {
	border-width: 0.1875rem;
}

.p-room__table tr:not(:nth-child(1)) td:nth-child(1) {
	font-size: 0.9375rem;
}

.p-room__table tr:not(:nth-child(1)) td:not(:nth-child(1)) {
	font-size: 0.8125rem;
}

.p-room__table tr:not(:nth-child(1)) td:not(:nth-child(1)) strong {
	font-size: 3.625rem;
	letter-spacing: -0.03em;
	margin-inline: 0.625rem;
}

.p-room__table td:nth-child(n+2),
.p-room__table th:nth-child(n+2) {
	border-width: 0.1875rem;
}

.p-room__table th {
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
}

.p-room__text {
	font-size: 0.9375rem;
	width: 100%;
}

.p-room__date {
	font-size: 0.9375rem;
	text-align: center;
}

.p-sidebar {
	background: none;
	padding: 0;
}

.p-sidebar__block {
	background: #F0F0F0;
	display: grid;
	grid-template-columns: 7.1875rem 1fr;
	height: 2.5rem;
}

.p-sidebar__block + .p-sidebar__block {
	margin-top: 0.625rem;
}

.p-sidebar__title {
	align-items: center;
	border-bottom: none;
	border-right: 1px dashed black;
	display: flex;
	justify-content: center;
	padding: 0;
}

.p-sidebar__links {
	margin-top: 0;
	padding-left: 0;
}

.l-single {
	margin-top: 7.25rem;
}

.l-single aside {
	display: none;
}

.p-single__time {
	font-size: 0.75rem;
}

.p-single__cat {
	font-size: 0.625rem;
}

.p-single__title {
	font-size: 1.25rem;
	margin-bottom: 2.5rem;
	padding-bottom: 0.5rem;
}

.p-thanks {
	padding-block: 7.8125rem 3.125rem;
}

.p-thanks__box {
	padding: 4.875rem 1.5rem 4.375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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