body {
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.05em;
	line-height: 1;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

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 {
	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;
	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;
}

/* ブラウザのデフォルトoutlineをリセット */

a:focus {
	outline: none;
}

/* アクセシブルなfocusスタイル（キーボード操作のみ表示） */

a:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

/* layout-archive */

.layout-archive {
	margin-top: 4.375rem;
}

/* layout-blog */

.layout-blog {
	margin-top: 11.875rem;
}

/* layout-breadcrumb */

.layout-breadcrumb {
	margin-top: 6.25rem;
}

/* layout-cta */

.layout-cta {
	margin-top: 5rem;
}

/* layout-footer-info */

.layout-footer-info {
	margin-top: 11.875rem;
}

/* layout-footer */

.layout-footer {
	margin-top: 7.5rem;
}

/* layout-introduction */

/* layout-single */

.layout-single {
	margin-top: 6.25rem;
}

/* layout-sitepolicy */

.layout-sitepolicy {
	margin-top: 9.375rem;
}

/* archive */

.archive__title {
	color: #333;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.archive__card {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

/* blog */

.blog__title {
	text-align: center;
}

.blog__card {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.blog__button {
	margin-top: 4.375rem;
	text-align: center;
}

/* breadcrumb */

.breadcrumb {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.breadcrumb__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
}

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

.breadcrumb__list li:not(:last-child)::after {
	color: #808080;
	content: ">";
	font-size: 0.75rem;
	left: calc(100% + 0.375rem);
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.breadcrumb__list li a,
.breadcrumb__list li span {
	color: #808080;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	transition: opacity 0.3s ease;
}

/* button */

.button {
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	max-width: 13.4375rem;
	padding: 0.8125rem 0rem;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
}

.button::after {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 1.25rem;
	rotate: 45deg;
	top: 50%;
	transition: all 0.3s ease;
	translate: 0 -50%;
	width: 0.375rem;
}

.button:hover::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

/* card */

.card__item {
	grid-gap: 0 1.25rem;
	display: grid;
	gap: 0 1.25rem;
	grid-template-columns: 170px 1fr;
	transition: scale 0.3s ease;
}

.card__image {
	overflow: hidden;
	width: 100%;
}

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	transition: scale 0.3s ease;
}

.card__content {
	display: flex;
	flex-direction: column;
	gap: 0.625rem 0rem;
	padding: 1.25rem 0rem;
}

.card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5625;
	overflow: hidden;
}

.card__meta {
	display: flex;
	flex-direction: column;
	gap: 0.625rem 0rem;
	margin-top: auto;
}

.card__date {
	color: #333;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.card__category {
	background-color: #f4f4f4;
	color: #333;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 400;
	padding: 0.4375rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

/* cta */

.cta__body {
	align-items: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding: 2.1875rem 1.25rem;
	width: 100%;
}

.cta__title {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
}

.cta__tel {
	justify-self: center;
}

.cta__tel a {
	color: #333;
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	transition: opacity 0.3s ease;
}

.cta__reservation {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem 0rem;
	text-align: center;
}

.cta__reservation span {
	color: #333;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.cta__reservation a {
	background-color: #dd9933;
	border: 1px solid #dd9933;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0.3125rem 0.625rem;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

/* drawer */

.drawer {
	background-color: #fff;
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	translate: 105% 0;
	width: 50vw;
	z-index: 105;
}

.drawer.js-show {
	translate: 0 0;
}

.drawer__inner {
	display: flex;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: center;
	padding: 16.25rem 0rem 2.5rem;
}

/* fixed-cta */

.fixed-cta {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 2000;
}

.fixed-cta a {
	background-color: #dd9933;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.25rem 0rem;
	text-align: center;
}

/* footer-info */

.footer-info__title {
	text-align: center;
}

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

.footer-info__logo {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 7.5rem 0rem;
}

.footer-info__logo img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 50%;
}

.footer-info__map {
	width: 100%;
}

.footer-info__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 5/3;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.footer-info__main {
	margin-top: 3.75rem;
}

.footer-info__detail {
	display: flex;
	flex-direction: column;
	gap: 1.25rem 0rem;
	margin-top: 2.5rem;
}

.footer-info__detail-item {
	align-items: start;
	color: #333;
	display: grid;
	font-size: 0.875rem;
	grid-template-columns: 100px 1fr;
	line-height: 1.7857142857;
}

.footer-info__detail-item dt {
	font-weight: 700;
}

.footer-info__detail-item--flex dd {
	grid-gap: 2.1875rem 1.5625rem;
	display: grid;
	gap: 2.1875rem 1.5625rem;
	grid-template-columns: repeat(4, 1fr);
}

.footer-info__image {
	width: 100%;
}

.footer-info__image img {
	-o-object-fit: contain;
	aspect-ratio: 3/2;
	height: auto;
	object-fit: contain;
	width: 100%;
}

/* footer */

.footer__logo {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.footer__nav {
	margin: 1.875rem auto 0;
}

.footer__nav .nav__list {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0rem 1rem;
	justify-content: center;
}

.footer__nav .footer__nav-item a {
	display: inline-block;
	padding: 0.9375rem 0.3125rem;
	transition: opacity 0.3s ease;
}

.footer__box {
	align-items: center;
	border-top: 1px solid #333;
	display: flex;
	gap: 0rem 1.875rem;
	justify-content: center;
	margin-top: 1.25rem;
	padding: 2.5rem 0rem;
}

.footer__copyright {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
}

.footer__copyright::after {
	background-color: #333;
	content: "";
	height: 16px;
	position: absolute;
	right: -15px;
	top: 50%;
	translate: 0 -50%;
	width: 1px;
}

.footer__privacy {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.625rem 0rem;
	transition: opacity 0.3s ease;
}

/* hamburger */

.hamburger {
	cursor: pointer;
	display: block;
	height: 1.125rem;
	position: fixed;
	right: 1.5625rem;
	top: 2.1875rem;
	transition: 0.3s all;
	width: 1.5rem;
	z-index: 110;
}

.hamburger span {
	background-color: #fff;
	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-show.hamburger span {
	background-color: #333;
	transition: ease 0.5s;
}

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

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

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

/* header */

.header {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.7) 50%, #000);
	height: auto;
	left: 0;
	padding-left: 20px;
	padding-right: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 15rem 1fr;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.header__logo {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.header__nav {
	-moz-column-gap: 1.875rem;
	align-items: center;
	column-gap: 1.875rem;
	display: flex;
	justify-content: end;
}

.header__tel {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.header__button {
	background-color: #dd9933;
	border-radius: 100vmax;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.5rem 0.75rem;
	transition: all 0.3s ease;
}

/* hero */

.hero__inner {
	position: relative;
}

.header__heading {
	display: flex;
}

.hero__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	z-index: 10;
}

.hero__logo {
	max-width: 18.75rem;
	width: 100%;
}

.hero__logo img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
}

.hero__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
	width: -moz-fit-content;
	width: fit-content;
}

.hero__swiper-container {
	position: relative;
}

.hero__swiper-container::after {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.hero__swiper-container,
.hero__swiper,
.hero__swiper-wrapper,
.hero__swiper-slide {
	position: relative;
}

.hero__swiper-slide {
	width: 100%;
}

.hero__swiper-slide img {
	-o-object-fit: cover;
	height: 100vh;
	object-fit: cover;
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	margin: 0;
	padding: 0;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	opacity: 1;
}

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

/* introduction */

.introduction {
	background-color: #f4f4f4;
	padding: 12.5rem 0rem;
}

.introduction__media {
	position: relative;
}

.introduction__media::after {
	background-color: #fff;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	top: 10%;
	width: 100%;
	z-index: 1;
}

.introduction__media + .introduction__media {
	margin-top: 8.75rem;
}

.introduction__inner {
	position: relative;
	z-index: 10;
}

/* lang-switch */

.lang-switch {
	position: relative;
}

.lang-switch::after {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 0.625rem;
	rotate: 135deg;
	top: 50%;
	translate: 0 -50%;
	width: 0.4375rem;
}

.lang-switcher {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	padding: 0.375rem 2.1875rem 0.375rem 0.75rem;
}

/* media */

.media {
	display: flex;
	gap: 0rem 2.5rem;
}

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

.media__content {
	display: flex;
	flex-direction: column;
	gap: 1.875rem 0rem;
	justify-content: center;
	max-width: 100%;
	width: calc(45% - 2.5rem);
}

.media__image {
	max-width: 100%;
	width: 55%;
}

.media__image img {
	-o-object-fit: cover;
	aspect-ratio: 550/412;
	height: auto;
	object-fit: cover;
}

.media__swiper-container,
.media__swiper,
.media__swiper-wrapper,
.media__swiper-slide {
	position: relative;
}

.media__swiper {
	overflow: visible;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	margin: 0;
	padding: 0;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	right: 0;
	top: calc(100% + 10px);
	width: -moz-fit-content;
	width: fit-content;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	opacity: 1;
}

/* nav */

.nav__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 1.875rem;
}

.nav__list li {
	text-align: center;
}

.nav__list a {
	color: #333;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.625rem 0.3125rem;
	transition: opacity 0.3s ease;
}

/* pagination */

.pagination__list {
	align-items: center;
	display: flex;
	gap: 0rem 2.5rem;
	justify-content: center;
}

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

.prev,
.next {
	position: relative;
	transition: opacity 0.3s ease;
}

.prev::before,
.next::before {
	content: "";
	height: 0.5rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.5rem;
}

.prev::before {
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	left: -15px;
	rotate: -45deg;
}

.next::before {
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	right: -15px;
	rotate: 45deg;
}

.archive-button {
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.625rem 1.25rem;
	transition: all 0.3s ease;
}

/* scroll-indicator */

.scroll-indicator {
	align-items: center;
	bottom: 2rem;
	display: flex;
	flex-direction: column;
	left: 50%;
	pointer-events: none;
	position: absolute;
	translate: -50% 0;
	z-index: 10;
}

.scroll-indicator__line {
	animation: scroll 2s infinite ease-in-out;
	background-color: #fff;
	height: 40px;
	margin-top: 0.625rem;
	width: 2px;
}

.scroll-indicator__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

/* scroll-top */

.scroll-top {
	background-color: #dd9933;
	border: none;
	border-radius: 100vmax;
	bottom: 2.1875rem;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	height: 3.75rem;
	opacity: 0;
	position: fixed;
	right: 2.1875rem;
	transition: opacity 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
	visibility: hidden;
	width: 3.75rem;
	z-index: 1000;
}

.scroll-top::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	rotate: -45deg;
	top: 50%;
	translate: -50% -35%;
	width: 0.9375rem;
}

.scroll-top--visible {
	opacity: 1;
	visibility: visible;
}

.scroll-top:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

/* single */

.single__inner {
	margin-top: 3.375rem;
}

.single__date {
	color: #333;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.single__title {
	color: #333;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.875rem;
}

.single__thumbnail {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 50rem;
	width: 100%;
}

.single__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
}

.single__content {
	margin-top: 1.875rem;
}

.single__content h2 {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.single__content h3 {
	color: #333;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.single__content p {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.single__content ul {
	list-style: disc;
	margin-top: 1.25rem;
	padding-left: 1.25rem;
}

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

.single__content figure {
	margin-top: 1.25rem;
}

.single__content a {
	-webkit-text-decoration: underline;
	color: #333;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.single__pagination {
	margin-top: 3.125rem;
}

/* sitepolicy */

.sitepolicy h1 {
	color: #333;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.sitepolicy h2 {
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 2.8125rem;
	padding-bottom: 0.3125rem;
}

.sitepolicy h3 {
	border-left: 5px solid #333;
	color: #333;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.875rem;
	padding: 0.125rem 0rem 0.3125rem 0.625rem;
	position: relative;
}

.sitepolicy h4 {
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.sitepolicy p {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7857142857;
	margin-top: 1.5625rem;
}

.sitepolicy ul {
	margin-top: 0.9375rem;
}

.sitepolicy li {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7857142857;
}

.sitepolicy li span {
	margin-left: 0.3125rem;
	margin-right: 0.625rem;
	position: relative;
}

.sitepolicy li span::before {
	border: 1px solid #333;
	border-radius: 100vmax;
	content: "";
	height: 1.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -52% -46%;
	width: 1.0625rem;
}

.sitepolicy a {
	-webkit-text-decoration: underline;
	display: inline-block;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.sitepolicy__body {
	margin-top: 5.625rem;
}

/* text */

.text {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
}

/* title */

.title {
	color: #333;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

/* wp-pagenavi */

.wp-pagenavi {
	clear: both;
	margin-top: 3.125rem;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-text-decoration: none;
	background-color: #ffffff;
	border: thin dotted #333;
	color: #333;
	margin: 0 2px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-pagenavi a:hover {
	background-color: #333;
	color: #fff;
}

.wp-pagenavi span.current {
	background-color: #333;
	color: #fff;
}

@media (hover: hover) {

.button:hover {
	background-color: #333;
	color: #fff;
}

.card__item:hover .card__image img {
	scale: 1.1;
}

.cta__tel a:hover {
	opacity: 0.7;
}

.cta__reservation a:hover {
	background-color: #fff;
	color: #dd9933;
}

.footer__nav .footer__nav-item a:hover {
	opacity: 0.6;
}

.footer__privacy:hover {
	opacity: 0.6;
}

.nav__list a:hover {
	opacity: 0.7;
}

.prev:hover,
.next:hover {
	opacity: 0.7;
}

.archive-button:hover {
	background-color: #333;
	color: #fff;
}

.scroll-top:hover {
	opacity: 0.7;
}

.single__content a:hover {
	opacity: 0.7;
}

.sitepolicy a:hover {
	opacity: 0.6;
}

}

@media (any-hover: hover) {

.header__button:hover {
	background-color: #fff;
	color: #dd9933;
}

}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

.layout-blog {
	margin-top: 6.25rem;
}

.layout-footer-info {
	margin-top: 6.25rem;
}

.layout-footer {
	margin-top: 5rem;
}

.archive__title {
	font-size: 1.5rem;
}

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

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

.blog__button {
	margin-top: 3.125rem;
}

.card__item {
	grid-template-columns: min(170px, 40%) 1fr;
}

.card__title {
	font-size: 0.875rem;
}

.card__category {
	font-size: 0.5625rem;
}

.cta__body {
	gap: 1.25rem 0rem;
	grid-template-columns: 1fr;
	padding: 1.875rem 0.625rem;
}

.drawer {
	width: 80vw;
}

.drawer__inner {
	padding: 12.5rem 0rem 2.5rem;
}

.fixed-cta {
	display: block;
}

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

.footer-info__aside {
	display: contents;
}

.footer-info__logo {
	order: 1;
	padding: 4.375rem 0rem;
}

.footer-info__logo img {
	max-width: 15.625rem;
}

.footer-info__map {
	margin-top: 1.875rem;
	order: 3;
}

.footer-info__main {
	margin-top: 0;
	order: 2;
}

.footer-info__detail {
	gap: 0.9375rem 0rem;
}

.footer-info__detail-item {
	border-bottom: 1px solid #aaaaaa;
	gap: 0.1875rem 0rem;
	grid-template-columns: repeat(1, 1fr);
	padding-bottom: 0.9375rem;
}

.footer-info__detail-item dt {
	font-size: 1rem;
}

.footer-info__detail-item--flex dd {
	gap: 1.25rem;
}

.footer-info__image {
	max-width: 5rem;
}

.footer__nav {
	margin: 1.25rem auto 0;
}

.footer__nav .nav__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.footer__nav .footer__nav-item {
	text-align: center;
}

.footer__nav .footer__nav-item a {
	font-size: 0.875rem;
}

.footer__box {
	flex-direction: column;
	gap: 0.625rem 0rem;
	padding: 1.25rem 0rem;
}

.footer__copyright {
	font-size: 0.625rem;
}

.footer__copyright::after {
	content: none;
}

.footer__privacy {
	font-size: 0.625rem;
}

.hamburger {
	top: 1.75rem;
}

.header__inner {
	gap: 0.9375rem 0rem;
	grid-template-columns: 1fr;
}

.header__nav {
	justify-content: start;
}

.header__tel {
	display: none;
}

.header__button {
	display: none;
}

.hero__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
}

.hero__text {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

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

.introduction {
	padding: 5rem 0rem;
}

.introduction__media::after {
	height: 100%;
	top: 5%;
	width: 50%;
}

.introduction__media.introduction__media--reverse::after {
	left: auto;
	left: initial;
	right: 0;
}

.introduction__media + .introduction__media {
	margin-top: 6.25rem;
}

.media {
	flex-direction: column;
}

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

.media__content {
	width: 100%;
}

.media__image img {
	max-height: 15rem;
}

.media__image {
	margin-top: 4.375rem;
	width: 100%;
}

.pagination__list {
	gap: 0rem 0.9375rem;
}

.pagination__item {
	font-size: 0.875rem;
}

.prev,
.next {
	font-size: 0.875rem;
}

.archive-button {
	font-size: 0.875rem;
	padding: 0.5rem 1rem;
}

.scroll-top {
	bottom: 4.375rem;
	height: 3.125rem;
	right: 1.25rem;
	width: 3.125rem;
}

.scroll-top::after {
	height: 0.75rem;
	width: 0.75rem;
}

.single__title {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.single__content h2 {
	font-size: 1.125rem;
}

.single__content h3 {
	font-size: 1rem;
}

.single__content p {
	font-size: 0.875rem;
	line-height: 1.6;
}

.single__content li {
	font-size: 0.875rem;
	line-height: 1.6;
}

.single__content a {
	font-size: 0.875rem;
	line-height: 1.6;
}

.sitepolicy p {
	margin-top: 0.9375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scroll {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

51% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}


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