:root {
	--oc-link-color: #0d6efd;
	--oc-primary-color: #233b68;
	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;
	--oc-bg-color: #EEF2F6;
	--oc-primary-text-color: #4A515B;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: var(--oc-bg-color);
	padding: 25px 25px 30px 25px;
}

.header-title {
	background-color: white;
	padding: 20px 30px;
	font-family: Noto Sans JP, sans-serif;
}

.header-title .name {
	font-size: 23px;
}

.header-title .sub-name {
	font-size: 15px;
}

.menu-list {
	display: flex;
	list-style: none;
	font-weight: normal;
}

.menu-list li {
	list-style: none;
}

.menu-list a {
	color: var(--oc-primary-text-color);
}

.menu-list li::after {
	content: " /";
	padding: 0px 10px;
}

.menu-list li:last-child::after {
	content: "";
}

.section-calendar .section-div {
	background-color: var(--oc-bg-color);
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.section-calendar .background {
	width: 85%;
}

.section-calendar .background img {
	width: 100%;
}

.section-calendar .advertisement {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.section-calendar .advertisement .text-1 {
	font-size: 100px;
}

.section-calendar .advertisement .text-2 {
	font-size: 50px;
}

.section-calendar .advertisement .text-3 {
	font-size: 25px;
}

.section-calendar .station {
	background-color: var(--oc-primary-text-color);
	color: white;
	font-size: 17px;
	border-radius: 20px;
	padding: 5px 10px;
	display: inline-flex;
	align-items: center;
}

.section-calendar .station img {
	margin-right: 5px;
}

.section-calendar .inquiry {
	background-color: #E18A6A;
	color: white;
	font-size: 17px;
	position: absolute;
	right: 0;
	top: 15%;
	width: 50px;
	padding: 15px;
}

.section-calendar .schedule {
	display: flex;
	align-items: flex-start;
	position: absolute;
	right: 0;
	bottom: 5%;
}

.section-calendar .time-table-wrapper {
	background-color: white;
	padding: 15px;
}

.section-calendar .schedule .time {
	font-weight: bold;
	margin-bottom: 10px;
	background-color: white;
	padding: 10px;
}

.section-calendar .time-table {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	background-color: white;
}

.section-calendar .time-table div {
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.section-calendar .on-day {
	color: #A8B7CD;
	font-size: 37px;
	line-height: 60%;
}

.section-calendar .saturday {
	color: #5EA1BE;
}

.section-calendar .sunday {
	color: #DD6668;
}

.section-calendar .note {
	font-size: 13px;
	color: #666;
}

.section-introduce .section-div {
	position: relative;
}

.section-introduce .background {
	background-color: var(--oc-bg-color);
	height: 270px;
}

.section-introduce .img-wrapper {
	display: flex;
	align-items: flex-start;
	position: absolute;
	top: 114px;
	width: 100%;
}

.section-introduce .img-1 {
	width: 62%;
}

.section-introduce .img-1 img {
	width: 100%;
}

.section-introduce .img-2 {
	width: 38%;
	display: flex;
	justify-content: center;
}

.section-introduce .img-2 img {
	width: 80%;
}

.section-introduce .text {
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(15px);
	position: absolute;
	top: 458px;
	right: 3.8%;
	width: 57%;
	padding: 47px 47px 100px 47px;
}

.section-introduce .title {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 2.5px;
	margin-bottom: 30px;
}

.section-introduce .content {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.75px;
}

.section-introduce {
	margin-bottom: 78px;
}

.section-promise {
	padding: 0px 120px 60px 120px;
}

.section-promise .title {
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 5.6px;
}

.section-promise .title-2 {
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.5px;
	margin-bottom: 60px;
}

.section-promise .title-2 span {
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -4px;
}

.section-promise .promise-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-promise .promise-item {
	width: 30%;
	margin-bottom: 90px;
}

.section-promise .img {
	margin-bottom: 40px;
}

.section-promise .promise-order {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}

.section-promise .number {
	color: #FFF;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 2px;
	display: flex;
	width: 40px;
	height: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--oc-primary-text-color);
	margin-right: 10px;
}

.section-promise .name {
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 2.3px;
}

.section-promise .content {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 27px */
	letter-spacing: 0.75px;
}

.section-promise .promise-next {
	position: relative;
	flex-shrink: 0;
	aspect-ratio: 2/3;
	background: url('../img/promise-6.webp') lightgray 50% / cover no-repeat;
}

.section-promise .promise-next .ic-promise-next {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-promise .promise-next .text {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 15%;
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 36px */
	letter-spacing: 3px;
}

.section-div img {
	width: 100%;
}

.section-title {
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 5.6px;
	margin-bottom: 24px;
}

.section-note {
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.5px;
}

.section-menu {
	background-color: var(--oc-bg-color);
	padding: 80px 120px 177px 120px;
}

.section-menu .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-menu .item {
	width: 22%;
	margin-bottom: 70px;
	position: relative;

}

.section-menu .img {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	opacity: 0.8;
}

.section-menu .item .text {
	position: absolute;
	text-align: center;
	bottom: 30px;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 25.2px */
	letter-spacing: 1.05px;
	width: 100%;
}

.section-menu .link {
	padding: 20px 90px;
	border-radius: 30px;
	background: var(--light_blue-1, #A8B7CD);
	color: var(--white, #FFF);
	text-align: center;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 25.2px */
	letter-spacing: 1.05px;
}

.section-message {
	padding: 120px 100px;
}

.section-message .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.section-message .img {
	width: 45%;
}

.section-message .text {
	width: 50%;
}

.section-message .text-1 {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 37.5px */
	letter-spacing: 2.5px;
	margin-bottom: 40px;
}

.section-message .text-2 {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 27px */
	letter-spacing: 0.6px;
	margin-bottom: 40px;
	text-align: right;
}

.section-message .text-3 {
	text-align: right;
}

.link-custom {
	border-radius: 30px;
	background: var(--light_blue-1, #A8B7CD);
	padding: 20px 50px;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 20.4px */
	letter-spacing: 0.85px;
	color: var(--white, #FFF);
	text-align: center;
}

.section-column {
	background-color: var(--oc-bg-color);
	padding: 80px 0px 80px 120px;
	overflow-x: hidden;
}

.section-column .item {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-right: 30px;

}

.section-column .img {
	position: relative;
}

.section-column .note {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 2px;
	background: var(--white, #FFF);
	padding: 4px 8px;
	color: #7895C1;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 18px */
}

.section-column .text {
	padding: 15px;
	background: #FFF;
}


.section-column .list {
	display: flex;
	margin-bottom: 70px;
}

.section-column .page {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	padding-right: 120px;
}

.section-column .page span {
	margin: 0px 20px;
}

.section-news {
	padding: 120px;
	background: var(--oc-primary-text-color);
	color: var(--white, #FFF)
}

.section-news .content {
	display: flex;
}

.section-news .title {
	width: 35%;
}

.section-news .list {
	width: 65%;
	border-top: 1px solid var(--line_color, #DAE0EA);
}

.section-news .item {
	display: flex;
	padding: 24px 16px;
	border-bottom: 1px solid var(--line_color, #DAE0EA);
}

.section-news .item .date {
	color: var(--light_blue-1, #A8B7CD);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right: 16px;
}

.section-news .item .text {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.section-faq {
	padding: 180px 200px;
}

.section-faq .list {
	border-top: 1px solid var(--Tertiary, #D0CDCD);
	margin-bottom: 40px;
}

.section-faq .item {
	padding: 30px 16px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid var(--Tertiary, #D0CDCD);
	flex-direction: column;

}
.section-faq .q-wrap {
    display: flex;
    align-items: center;
}
.section-faq .text-1 {
	color: var(--light_blue-1, #A8B7CD);
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 40.5px */
	margin-right: 12px;
}
.section-faq .a-wrap .text-1 {
	color: #e54f85
}
.section-faq .text-2 {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 25.5px */
}

.section-faq .text-3 {
	margin-bottom: 60px;
}

.section-contact {
	background: url('../img/contact.webp') lightgray 50% / cover no-repeat;
	padding: 120px 300px 60px 300px;
}

.section-contact .content {
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

.section-contact .item {
	width: 50%;
	text-align: center;
	color: var(--white, #FFF);
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	/* 45px */
	letter-spacing: 1px;
}

.section-contact .content-1 {
	padding: 50px 0px;
	background-color: rgba(74, 81, 91, 0.3);
}

.section-contact .content-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(74, 81, 91);
}

.section-map {
	padding: 120px 30px 260px 30px;
}

.section-map .section-div {
	display: flex;
	justify-content: center;
}

.section-map .text-1 {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	/* 45px */
	letter-spacing: 1px;
}

.section-map .text-2 {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 27px */
	letter-spacing: 0.6px;
}

.section-map .text-3 span {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	/* 27px */
	letter-spacing: 0.6px;
}

.footer {
	background: url('../img/footer.webp') 50% / cover no-repeat;
	padding-top: 337px;
	position: relative;
}

.footer .section-div {
	padding: 45px 120px 20px 120px;
	background: rgba(255, 255, 255, 0.7);
}

.footer .div-1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid var(--line_color, #DAE0EA);
	padding-bottom: 30px;
	margin-bottom: 10px;
}

.footer .title {
	background: var(--text_color, #4A515B);
	padding: 27px 65px;
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 18px;
	color: var(--white, #FFF);
}

.footer .title-1 {
	font-size: 23px;
}

.footer .title-2 {
	font-size: 15px;
}

.footer .phone {
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.footer .inquiry-wrapper {
	display: flex;
	align-items: center;
}

.footer .inquiry-wrapper .text {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 27px */
	letter-spacing: 0.6px;
}

.footer .button {
	background: #E18A6A;
	color: var(--white, #FFF);
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.7px;
	padding: 15px 34px;
	display: flex;
	align-items: center;
}

.mail-ic {
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	padding: 4px;
}

.footer .mail-ic {
	margin-right: 10px;
}

.footer .text-page {
	text-align: right;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 23.4px */
	letter-spacing: 0.52px;
}

.reservation-wrapper {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translateY(-50%);
}

.reservation-wrapper .reservation {
	display: flex;
	justify-content: center;
}


.reservation-wrapper .img-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px 0px 0px 20px;
	background: var(--light_blue-1, #A8B7CD);
	padding: 35px;
}

.reservation-wrapper .img-wrapper .img {
	width: 47%;
}

.reservation-wrapper .calendar-wrapper {
	border-radius: 0px 20px 20px 0px;
	background: var(--white, #FFF);
	box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 35px;
}

.reservation-wrapper .text-1 {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 22.5px */
	letter-spacing: 0.45px;
}

.reservation-wrapper .text-2 {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 15.6px */
	letter-spacing: 0.39px;
}

.reservation-wrapper .text-3 {
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 16.5px */
	letter-spacing: 0.33px;
	margin-bottom: 38px;
}

.reservation-wrapper .time-table {
	display: grid;
	grid-template-columns: 5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	background-color: white;
}

.reservation-wrape .time-table-wrapper {
	padding: 15px 0px;
}

.svg-mail {
	border: 1px solid #fff;
	padding: 3.5px 2.5px 5.5px 2.5px;
	display: inline-flex;
}

.btn-toggle-menu {
	display: none;
}

.header-container .text-1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.header-container .text-2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-wrapper {
	text-align: center;
}

.btn-inquiry {
	background: #E18A6A;
	color: white;
}

.header-container .btn-inquiry {
	display: none;
}

.slider {
	transition: transform 1s ease;
}

.btn-slider {
	cursor: pointer;
}

.list-dot {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.btn-dot .active circle {
	fill: #A8B7CD;
}

.static-page-container {
    margin: 3.5rem auto 5rem;
}
.hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.static-page-container .static-content p {
	padding-bottom: 2rem
}
.static-page-container .static-content h2 {
	font-size: 1.9rem;
	border-left: 6px solid #113763;
	padding: 1.3rem 0 1.3rem 1.5rem;
	background-color: #F3F3F3;
	margin-bottom: 1.1rem;
}
.static-page-container .static-content h3 {
	font-size: 1.57rem;
	border-bottom: 1px solid #4A515B;
	padding-bottom: 0.7rem;
	margin-bottom: 1.5rem;
}
.static-page-container .static-content h4 {
	font-size: 1.3rem;
	margin-bottom: 1.63rem;
}

@media (max-width: 1200px) {
	.header-container {
		position: absolute;
		top: 0;
		z-index: 2;
		background: none;
		width: 100%;
		padding: 12px;
	}

	.header-title {
		padding: 8px 20px;
	}

	.menu-wrapper {
		display: none;
	}

	.btn-toggle-menu {
		display: block;
	}

	.header-container .menu-show {
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		background: rgba(74, 81, 91, 0.90);
		backdrop-filter: blur(10px);
		width: 100%;
		top: 76px;
		left: 0px;
		color: white;
		/* height: calc(100vh - 76px); */
		z-index: 2;
		padding: 50px 50px 30px 50px;
		overflow-y: auto;
	}

	.header-container .menu-show .text-1,
	.header-container .menu-show .text-2,
	.header-container .menu-show .menu-conatiner,
	.header-container .menu-show .btn-inquiry {
		width: 100%;
		height: fit-content;
	}

	.header-container .menu-show .btn-inquiry {
		order: 4;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 17px;
		border-radius: 30px;
		padding: 12px 0px;
	}

	.header-container .menu-show .btn-inquiry .svg-mail {
		margin-right: 10px;
	}

	.header-container .menu-show .menu-conatiner {
		order: 1;
		text-align: left;
		font-size: 17px;
	}

	.header-container .menu-show .text-1 {
		order: 2;
		margin-bottom: 10px;
	}

	.header-container .menu-show .text-2 {
		order: 3;
		color: var(--text_color, #4A515B);
		border-radius: 30px;
		background: #FFF;
		margin-bottom: 10px;
	}

	.header-container .menu-list {
		display: block;
	}

	.header-container .menu-list a {
		color: white;
	}

	.header-container .menu-show .menu-list {
		padding: 0px;

	}

	.header-container .menu-show .menu-list li::after {
		content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 19 16" fill="none"><path d="M10.8296 1.94069L16.8889 8L10.8296 14.0593" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M1 8H16.7542" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
	}

	.header-container .menu-show .menu-list li {
		margin-bottom: 50px;
	}

	.header-container .menu-show .text-1 svg path {
		stroke: white;
	}

	.header-menu-show {
		position: fixed;
		top: 0px;
		background: #FFF;
	}

	.section-calendar .inquiry {
		position: absolute;
		right: 75px;
		top: 18px;
		z-index: 2;
		width: 39px;
		padding: 10px;
	}

	.section-calendar .menu-show .inquiry {
		position: fixed;
	}

	.section-calendar .inquiry span {
		display: none;
	}

	.section-calendar .background {
		width: 100%;
		height: 820px;
	}

	.section-calendar .advertisement {
		top: 265px;
	}

	.section-calendar .advertisement .text-1 {
		font-size: 60px;
	}

	.section-calendar .advertisement .text-2 {
		font-size: 30px;
	}

	.section-calendar .advertisement .text-3 {
		font-size: 20px;
	}

	.section-calendar .background img {
		height: 100%;
		width: auto;
		/* object-fit: cover;  */
		/* object-position: center; */
	}

	.section-calendar .schedule .time {
		display: none;
	}

	.section-calendar .time-table-wrapper {
		width: 100%;
	}

	.section-calendar .schedule {
		bottom: -5%;
		z-index: 1;
		right: 50%;
		transform: translateX(50%);
		width: 90%;
	}

	.section-introduce .img-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		background-color: var(--oc-bg-color);
	}

	.section-introduce .text {
		width: 100%;
		position: initial;
		padding: 18px 10px;
	}

	.section-introduce .img-1 {
		width: 90%;
		margin-bottom: 24px;
	}

	.section-introduce .img-2 {
		width: 100%;
	}

	.section-introduce .img-2 img {
		width: 100%;
	}

	.section-introduce .title {
		font-size: 17px;
	}

	.section-introduce {
		margin-bottom: 0px;
	}

	.section-promise .title {
		font-size: 40px;
		text-align: center;
	}

	.section-promise .title-2 {
		text-align: center;
		font-size: 17px;
	}

	.section-promise {
		padding: 0px 15px;
	}

	.section-title,
	.section-note {
		text-align: center;
	}

	.section-title {
		font-size: 40px;
	}

	.section-note {
		font-size: 17px;
		margin-bottom: 35px !important;
	}

	.section-promise .promise-item {
		width: 100%;
		margin-bottom: 40px;
	}

	.section-promise .promise-next {
		height: 80px;
	}

	.section-promise .promise-next .text {
		font-size: 17px;
		bottom: 50%;
		left: 5%;
		transform: translateY(50%);
		text-align: left;
		width: auto;
	}

	.section-promise .promise-next .ic-promise-next svg {
		width: 32.778px;
		height: 25px;
	}

	.section-promise .promise-next .ic-promise-next {
		left: 90%;
	}

	.section-menu,
	.section-message,
	.section-column,
	.section-news,
	.section-faq,
	.section-contact,
	.section-map {
		padding: 60px 15px;
	}

	.section-menu .item {
		width: 48%;
	}

	.section-menu .item .text {
		font-size: 15px;
	}

	.section-message .content {
		flex-wrap: wrap;
	}

	.section-message .img {
		width: 100%;
		margin-bottom: 30px;
	}

	.section-message .text {
		width: 100%;
	}

	.section-message .text-3 {
		text-align: center;
	}

	.link-custom {
		display: block;
	}

	.section-column .list {
		padding-bottom: 10px;
	}

	.section-news .title,
	.section-news .list {
		width: 100%;
	}

	.section-news .content {
		flex-wrap: wrap;
	}

	.section-news .title .link-custom {
		display: none !important;
	}

	.section-news .list .link-custom {
		margin-top: 30px !important;
		display: block !important;
	}

	.section-contact .content {
		flex-wrap: wrap;
	}

	.section-contact .item {
		width: 100%;
	}

	.section-contact .content-1,
	.section-contact .content-2 {
		padding: 25px 0px;
	}

	.section-contact .content-2 svg {
		margin-left: 65px;
	}

	.section-map .section-div {
		align-items: center;
		flex-direction: column;
	}

	.section-map .map,
	.section-map .text {
		width: 100% !important;
		max-width: 500px;
		margin-right: 0px !important;
	}

	.reservation-wrapper {
		position: initial;
		transform: none;

		margin-bottom: 300px;
	}

	.reservation-wrapper .reservation {
		display: block;
	}

	.reservation-wrapper .img-wrapper {
		flex-wrap: wrap;
		border-radius: 20px 20px 0px 0px;
	}

	.reservation-wrapper .img-wrapper .img {
		width: 100%;
		margin-bottom: 20px;
	}

	.reservation-wrapper .calendar-wrapper {
		border-radius: 0px 0px 20px 20px;
	}

	.footer .section-div {
		padding: 0px 15px;
		background: none;
	}

	.footer .div-1 {
		justify-content: center;
	}

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

	.footer {
		padding-top: 0px;
		background-size: auto 750px;
		background-position: bottom center;
		background-repeat: no-repeat
	}

	.div-1-wrapper {
		background: rgba(255, 255, 255, 0.7);
		margin: 0px -15px;
		padding: 0px 15px;
	}

	.header-title .name {
		font-size: 12px;
	}

	.header-title .sub-name {
		font-size: 8px;
	}
}

.bg-white {
	background-color: var(--white, #FFF);
}

.section-map .map {
	width: 500px;
	height: 300px;
	margin-right: 30px;
}

.section-map .map iframe {
	width: 100%;
	height: 100%;
}

.section-news .title .link-custom {
	display: inline-block;
}

.section-news .list .link-custom {
	display: none;
}



body {
	font-size: 16px;
	line-height: 1.8;
	color: var(--oc-primary-text-color);
}

.text-primary-color {
	color: var(--oc-primary-color);
}

.clear-fix {
	clear: both;
}

a {
	text-decoration: none;
	color: var(--oc-link-color);
	;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-bg-top .caption {}

.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
	text-align: center;
	font-size: 20px;
	padding: 80px 10px;
}

.content-none .error-number {
	font-size: 70px;
}

.content-none .content-none-btn {
	margin: 20px auto;
	text-align: center;
}

/* OC Button Style */
.site-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 375px;
	height: 73px;
	max-width: 90%;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	transition: all 0.5s;
}

.site-btn {
	color: var(--oc-primary-color);
	border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
}

.modal-dialog {
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}

.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400;
	/* 枠の調整 */
	border-radius: 50%;
	/* 丸みの度合い */
	background: #fff;
	/* ボタンの背景色 */
}

.round_btn::before,
.round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	/* 棒の幅（太さ） */
	height: 22px;
	/* 棒の高さ */
	background: #AA8400;
	/* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.price-note {
	text-align: end;
	font-size: 14px;
	font-weight: bold;
}



/* END - OC Modal Style */