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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

address {
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: "KozGoPr6N";
	font-style: normal;
	font-weight: 400;
	src: url("../assets/fonts/KozGoPr6N-Regular.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Cormorant";
	font-style: normal;
	font-weight: 400;
	src: url("../assets/fonts/Cormorant-Regular.otf") format("opentype");
}

body {
	background: #fff;
	color: #3e3a39;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5;
}

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

a {
	color: inherit;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.hidden-sp {
	display: none;
}

a:hover {
	opacity: 0.7;
}

body.no-scroll {
	height: 100vh;
	overflow: hidden;
}

.hamburger {
	background: #cfd3d6;
	border: none;
	cursor: pointer;
	height: 40px;
	position: relative;
	width: 40px;
}

.hamburger span {
	background: #fff;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	width: 22px;
}

.hamburger span:nth-child(1) {
	top: 12px;
}

.hamburger span:nth-child(2) {
	top: 19px;
}

.hamburger span:nth-child(3) {
	top: 26px;
}

.hamburger.active span:nth-child(1) {
	top: 19px;
	transform: translateX(-50%) rotate(45deg);
}

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

.hamburger.active span:nth-child(3) {
	top: 19px;
	transform: translateX(-50%) rotate(-45deg);
}

.header-box {
	align-items: center;
	background: #fff;
	display: flex;
	height: 80px;
	justify-content: space-between;
	padding: 20px;
	position: fixed;
	width: 100%;
	z-index: 1001;
}

.header-logo {
	max-width: 200px;
	width: 100%;
}

.header-flex {
	display: none;
}

.header-link:last-child .header-link-text {
	border-right: none;
}

.header-link-text {
	border-right: 1px solid #111;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 15px;
	padding-right: 15px;
}

/* ドロワー */

.drawer {
	background: #fff;
	height: 100vh;
	padding-top: 120px;
	position: fixed;
	right: -100%;
	top: 0;
	transition: 0.3s ease;
	width: 100%;
	z-index: 1000;
}

.drawer.active {
	right: 0;
}

.drawer-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 230px;
	width: 100%;
}

.dwaer-link-text {
	border-bottom: 2px solid #ccc;
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

footer {
	background: #fff;
	padding-top: 30px;
}

.footer-pc {
	display: none;
}

.footer-box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

.footer-left {
	display: flex;
	flex-direction: column;
	font-weight: 400;
}

.footer-name {
	letter-spacing: 5px;
}

.footer-name span {
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 6px;
}
.br{
display:block;
}
.fot-add {
	margin-bottom: 10px;
	margin-top: 30px;
}
.fot-add p {
font-size: 14px;
}

.fot-tel span {
	font-size: 25px;
	font-weight: bold;
}

.footer-right {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	gap: 30px;
}

.footer-right-top-links {
	display: flex;
}

.footer-right-top-link {
	border-right: 1px solid #fff;
	font-size: 17px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
}

.footer-right-mid {
	display: flex;
	font-size: 14px;
	gap: 23px;
	margin-left: 170px;
	margin-top: -20px;
}

.footer-right-mid-box-links {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.footer-right-mid-box-link {
	font-weight: 400;
}

.footer-right-last {
	font-size: 16px;
	margin-top: 30px;
	text-align: right;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
	
}

.footer-sp {
	display: block;
	font-family: "KozGoPr6N", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-align: center;
}

main {
	background: #fff;
	padding-top: 80px;
}

.top-top {
	position: relative;
}

.top-bg {
	height: 375px;
	overflow: hidden;
}

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

.top-top-h1 {
	color: #fff;
	display: block;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 45%;
	transform: translate(-50%);
	width: 100%;
}

.top-top-h1 h1 {
	font-family: "KozGoPr6N", sans-serif;
	font-size: 26px;
	font-weight: bold;
}

.top-top-h1 p {
	font-size: 14px;
	font-weight: 600;
}

.top-top-btns {
	bottom: -20px;
	display: flex;
	justify-content: space-between;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 90%;
}

.top-top-btn {
	align-items: center;
	background: #461310;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 45px;
	justify-content: center;
	width: 30%;
}

.top-top-btn-text {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.top-top-btn-bar {
	height: 4px;
	width: 33px;
}

.top-btm {
	background: url(../img/2x/top-btm-bg@2x.webp) repeat top left/contain;
}

.top-btm-inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-bottom: 30px;
	padding-top: 70px;
}

.top-btm-news {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

.top-btm-news-head {
	align-items: center;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	gap: 50px;
	line-height: 1;
}

.top-btm-news-head-left {
	align-items: center;
	display: flex;
	gap: 5px;
}

.top-btm-news-head-left-en {
	font-family: "Cormorant", serif;
	font-size: 28px;
	font-weight: 400;
}

.top-btm-news-head-right {
	font-size: 15px;
	font-weight: 400;
	text-decoration: underline;
}

.top-btm-news-body {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 30px;
}

.top-btm-news-item {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.top-btm-news-date {
	color: #ccc;
	flex-shrink: 0;
	font-size: 10px;
}

.top-btm-news-title {
	font-size: 14px;
}

.top-btm-calender {
	margin: 0 auto;
	max-width: 900px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.cal-slider {
	overflow: hidden;
	width: 100%;
}

.cal-track {
	display: flex;
	transition: transform 0.5s ease;
}

.cal-track img {
	display: block;
	flex-shrink: 0;
	width: 100%;
}

/* ボタン */

button {
	background: none;
}

.cal-btn {
	border: none;
	color: #111;
	cursor: pointer;
	font-size: 40px;
	padding: 10px 15px;
	position: absolute;
	top: 20%;
	transform: translateY(-50%);
	z-index: 10;
}

.cal-btn.prev {
	left: 10px;
}

.cal-btn.next {
	right: 10px;
}

.top-btm-calender {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

.top-ev {
	padding-bottom: 80px;
	padding-top: 80px;
}

.top-ev-head {
	display: flex;
	flex-direction: column;
	font-weight: bold;
}

.top-ev-head-top {
	justify-content: center;
}

.top-ev-head-btm {
	text-align: center;
}

.top-btm-news-head-right {
	display: inline-block;
	padding-bottom: 5px;
}

.top-ev-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-top: 80px;
}

.top-ev-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	line-height: 1;
	max-width: 250px;
	width: 100%;
}

.top-ev-item-img {
	height: 250px;
	max-width: 250px;
	width: 100%;
}

.top-ev-item-img img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.top-ev-item-date {
	color: #758b97;
	font-family: "Cormorant", serif;
	font-size: 64px;
	margin-top: -10px;
}

.top-ev-item-date span {
	font-size: 12px;
}

.top-ev-item-title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
}

.top-map {
	height: 375px;
	width: 100%;
}

.event-p {
	padding-bottom: 100px;
	padding-top: 100px;
}

.event-p-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.event-p-head-en {
	font-family: "Cormorant", serif;
	font-size: 28px;
}

.event-p-head-bar {
	font-size: 15px;
	font-weight: bold;
}

.event-p-head-ja {
	font-size: 15px;
	font-weight: bold;
}

.event-p-body {
	display: flex;
	flex-direction: column;
	gap: 100px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.event-p-main {
	width: 100%;
}

.event-p-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.event-p-side {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

.event-p-side-item-head {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
}

.event-p-side-item-body {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.event-p-side-link {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #aaa;
}

.single {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.single-head-date {
	color: #758b97;
	font-family: "Cormorant", serif;
	font-size: 12px;
	margin-bottom: 30px;
}

.single-head-date span {
	font-size: 54px;
	line-height: 1;
}

.single-head-title {
	font-size: 17px;
	font-weight: bold;
}

.single-head-bar {
	width: 60px;
}

.single-sns {
	margin-left: auto;
	width: 140px;
}

.single-body-disc {
	font-size: 15px;
	margin-top: 80px;
}

.single-body-acf {
	margin-top: 80px;
}

.event-overview dd a {
	display: inline;
}

.event-overview {
	font-size: 15px;
}

.event-overview-title {
	font-weight: 600;
	margin-bottom: 15px;
}

.event-overview-list {
	margin: 0 auto;
}

.event-overview-item {
	border-bottom: 1px dashed #555;
	display: flex;
	padding: 15px 0;
}

.event-overview-item:first-child {
	border-top: 1px dashed #555;
}

.event-overview-item dt {
	width: 80px;
}

.event-overview-item dd {
	flex: 1;
	margin: 0;
}

.single-body-img {
	margin-top: 80px;
	text-align: center;
}

.news {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.news-link {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.news-link-date {
	color: #bdc3cd;
	font-size: 12px;
}

.news-link-title {
	font-size: 15px;
}

.privacy-inner {
	line-height: 1.8;
	margin: 0 auto;
	max-width: 700px;
}

.privacy-intro {
	margin-bottom: 60px;
}

.privacy-title {
	font-weight: bold;
	margin: 50px 0 20px;
}

.privacy p {
	margin-bottom: 20px;
}

.privacy-list {
	margin-bottom: 60px;
}

.privacy-list li {
	margin-bottom: 20px;
}

.privacy-contact {
	margin-top: 60px;
	text-align: right;
}

.privacy-contact p {
	margin-bottom: 8px;
}

.acce-map {
	height: 250px;
}

.acce {
	padding-bottom: 100px;
}

.acce-inf {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 360px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.acce-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 360px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.acce-text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 360px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.acce-text-head {
	font-weight: bold;
	text-align: center;
}

.acce-text-body {
	margin-top: 20px;
	text-align: center;
}

.p-form-tel {
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 325px;
	width: 100%;
}

.p-form-p {
	margin-bottom: 50px;
	text-align: center;
}

.contact {
	padding-bottom: 80px;
	padding-top: 80px;
}

.contact-inner {
	border: 2px solid #ccc;
	border-radius: 30px;
	margin: 0 auto;
	max-width: 900px;
	padding: 60px 40px;
}

.form-group {
	margin-bottom: 50px;
}

.form-group label {
	align-items: center;
	display: flex;
	font-size: 18px;
	gap: 8px;
	margin-bottom: 15px;
}

.required {
	background: #e8374a;
	color: #fff;
	font-size: 10px;
	padding: 1px 5px;
	margin-top: 3px;
}

input,
textarea {
	background: #eee;
	border: none;
	color: #333;
	font-size: 16px;
	padding: 18px;
	width: 100%;
}

textarea {
	min-height: 200px;
	resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #777;
}

input::placeholder,
textarea::placeholder {
	color: #777;
}

.form-button {
	margin-top: 80px;
	text-align: center;
}

.form-button button {
	background: #9aa3ad;
	border: none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 30px;
	transition: 0.3s;
}

.form-button button:hover {
	opacity: 0.8;
}

.arrow {
	font-size: 22px;
	margin-left: 20px;
}

.page-head-p {
	font-size: 15px;
	margin-top: 30px;
	text-align: center;
}

.page-sub-head {
	text-align: center;
}

.page-sub-head-text {
	font-family: "KozGoPr6N", sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.page-sub-head-bar {
	display: inline-block;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
}

.section-p {
	padding-top: 100px;
}

.dekigoto {
	font-family: "KozGoPr6N", sans-serif;
	text-align: center;
}

.dekigoto-top {
	line-height: 1.8;
	margin-top: 50px;
}

.dekigoto-btm {
	line-height: 1.8;
	margin-top: 50px;
}

.dekigoto-mid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.dekigoto-mid-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 30px;
	width: 48%;
}

.dekigoto-mid-item-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}

.dekigoto-mid-item-text.d-1 {
	color: #3c5374;
}

.dekigoto-mid-item-text.d-2 {
	color: #615f60;
}

.dekigoto-mid-item-text.d-3 {
	color: #895b58;
}

.dekigoto-mid-item-text.d-4 {
	color: #a36531;
}

.arw {
	width: 7px;
}

.sisetu-iner {
	background: rgba(117, 139, 151, 0.1254901961);
	margin-top: 50px;
}

.sisetu-top {
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
}

.sisetu-top-p {
	margin-top: 30px;
	text-align: center;
}

.arw {
	position: absolute;
	right: 10%;
}

.sisetu-top-a {
	align-items: center;
	background: #fff;
	border: 1px solid #231815;
	display: flex;
	font-family: "KozGoPr6N", sans-serif;
	font-weight: bold;
	height: 40px;
	justify-content: center;
	margin-top: 30px;
	position: relative;
	width: 100%;
}

.sisetu-img-flex-1 {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 80px;
}

.sisetu-img-flex-1-item {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

.sisetu-img-flex-1-item-title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.sisetu-img-flex-1-item-body {
	margin-top: 20px;
}

.sisetu-img-flex-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.sisetu-img-flex-2-item {
	margin-bottom: 30px;
	width: 48%;
}

.sisetu-img-flex-2-title {
	font-size: 15px;
	font-weight: 600;
	margin-top: 15px;
}

.sisetu-img-flex-2-title span {
	font-size: 13px;
}

.baria {
	margin-top: 50px;
}

.baria p {
	margin-top: 50px;
	text-align: center;
}

.riyou {
	margin-top: 50px;
	padding-bottom: 100px;
}

.riyou p {
	margin-top: 50px;
	text-align: center;
}

.riyou-btn {
	align-items: center;
	border: 1px solid #615f60;
	border-radius: 30px;
	display: flex;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 20px;
	width: -moz-fit-content;
	width: fit-content;
}

.spec-body {
	margin-top: 50px;
}

.hall-top-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	max-width: 980px;
	width: 100%;
}

.spec-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

.spec-list {
	border-top: 1px dashed #555;
}

.spec-row {
	border-bottom: 1px dashed #555;
	display: flex;
	padding: 10px 0;
}

.spec-row dt {
	width: 90px;
}

.spec-row dd {
	flex: 1;
	line-height: 1.8;
	margin: 0;
}

.spec-note {
	font-size: 16px;
	margin-top: 20px;
	text-align: right;
}

.spec-note a {
	text-decoration: underline;
}

.zaseki-p {
	line-height: 1.8;
	margin-top: 50px;
	text-align: center;
}

.zaseki-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 700px;
	width: 100%;
}

.zaseki-btn {
	align-items: center;
	border: 1px solid #333;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	gap: 10px;
	height: 48px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 400px;
	width: 100%;
}

.zaseki-btn img {
	width: 20px;
}

.gaiyou-p {
	margin-top: 50px;
	text-align: center;
}

.gaiyou-bpx {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 300px;
	width: 100%;
}

.gaiyou-box-item {
	align-items: center;
	background: #e8e6e5;
	border-radius: 30px;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	width: 100%;
}

.gaiyou-s {
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
}

.gaiyou-a {
	text-decoration: underline;
}

.gaiyou-links {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 80px;
	padding-bottom: 100px;
}

.gaiyou-link {
	justify-content: start;
	margin-top: 0 !important;
	padding-left: 20px;
}

.use-top {
	padding-bottom: 100px;
}

.use-top-img {
	margin-top: 100px;
}

.use-top-p {
	font-family: "KozGoPr6N", sans-serif;
	margin-top: 80px;
	text-align: center;
}

.use-mid-img {
	margin-top: 10px;
	text-align: center;
}

.use-mid-p {
	background: #111;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: -moz-fit-content;
	width: fit-content;
}

.use-mid-btm {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.use-mid-btm-top {
	width: 150px;
}

.use-price-body {
	margin: 0 auto;
	max-width: 900px;
}

.use-price-item {
	cursor: pointer;
	height: 60px; /*r上60pxだけ見せる */
	overflow-x: auto; /* ← 横スクロール */
	overflow-y: hidden; /* 縦は隠す */
	position: relative;
	transition: height 0.5s ease;
}

.use-price-item-title {
	font-size: 12px;
	font-weight: bold;
	left: 50%;
	min-width: 300px;
	position: absolute;
	text-align: center;
	top: 20px;
	transform: translateX(-50%);
}

.use-price-item-title.sm {
	top: 18px;
}

.use-price-item-arw {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 20px;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

/* 開いているとき */

.use-price-item.open .use-price-item-arw {
	transform: rotate(270deg);
}

/* 画像は元サイズのまま */

.use-price-item img {
	display: block;
	max-width: none; /* ← これ重要 */
	width: auto; /* ← これ重要 */
}

.use-price {
	background: rgba(117, 139, 151, 0.1254901961);
	padding-bottom: 100px;
}

.use-price-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 100px;
}

.use-price-item {
	border: 1px solid #111;
}

.use-price-s {
	margin-top: 30px;
}

.use-price-p {
	margin-top: 40px;
}

.zaseki-btn {
	background: #fff;
	margin-top: 50px;
}

.use-price-2 {
	padding-bottom: 100px;
}

.use-price-3 {
	background: #f5f0ed;
	padding-bottom: 100px;
}

.use-price-3-body {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 80px;
}

.use-price-4 {
	background: #fff;
	padding-bottom: 100px;
}

.use-price-3-top {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.use-price-3-links {
	margin-top: 50px;
}

.price-link {
	justify-content: start;
	margin-top: 30px;
	padding-left: 20px;
}

.event-h2 {
	display: block;
	font-family: "Cormorant", serif;
	font-size: 13px;
	font-weight: 600;
	margin-top: 30px;
	text-align: center;
}

.event-h2 span {
	font-size: 30px;
}

.sns-share {
	display: flex;
	gap: 15px;
	justify-content: end;
	margin: 40px 0;
}

.sns-btn {
	align-items: center;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
	padding: 1px 10px;
	text-decoration: none;
	transition: 0.3s;
}

.sns-x {
	background: #1DA1F2;
}

.sns-x:hover {
	background: #0d8ddb;
}

.sns-fb {
	background: #1877F2;
}

.sns-fb:hover {
	background: #125fd1;
}

.sns-share-btn {
	background: #3b5998;
}

.sns-share-btn:hover {
	background: #2d4373;
}

.event-overview-list {
	overflow-wrap: break-word;
	word-break: break-word;
}

.single-link-btn {
	align-items: center;
	background: #758b97;
	border-radius: 30px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 300px;
	padding: 5px 20px;
	text-align: center;
}

.qa {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-top: 100px;
}

.qa-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.qa-item-q {
	color: #748c9f;
	font-size: 18px;
	font-weight: 600;
}

.qa-item-a {
	font-size: 15px;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	header {
		padding-bottom: 90px;
	}
body {
	font-size: 17px;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
}

.hidden-pc {
	display: none;
}

.hidden-sp {
	display: block;
}

.header-open {
	display: none;
}

.header-box{
height:120px;
padding:40px;

position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
background:#fff; /* 背景ないと透けるので */
}


.header-logo {
	max-width: 315px;
}

.header-flex {
	display: flex;
	flex-shrink: 0;
}

footer {
	background: #461310;
}

.footer-pc {
	color: #fff;
	display: block;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-sp {
	color: #fff;
}

main {
	padding-top: 0px;
}

.top-bg img {
	height: auto;
}

.top-bg {
	height: auto;
}

.top-top-h1 h1 {
	font-size: 53px;
}

.top-top-h1 p {
	font-size: 17px;
}

.top-top-h1 {
	letter-spacing: 5px;
}

.top-top-btns {
	bottom: -35px;
	width: 80%;
}

.top-top-btn {
	height: 70px;
}

.top-top-btn-text {
	font-size: 21px;
	letter-spacing: 2px;
}

.top-top-btn-bar {
	height: 7px;
	width: 80px;
}

.top-btm-inner {
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 100px;
	padding-top: 140px;
}

.top-btm-news {
	padding: 40px 40px;
}

.top-btm-news-head {
	font-size: 24px;
}

.top-btm-news-head-left-en {
	font-size: 41px;
}

.top-btm-news-item {
	flex-direction: row;
}

.top-btm-news-date {
	font-size: 13px;
}

.top-btm-news-title {
	font-size: 16px;
}

.top-btm-calender {
	padding: 40px 40px;
	width: 40%;
}

.top-ev {
	padding-bottom: 120px;
	padding-top: 120px;
}

.top-ev-head {
	align-items: center;
	flex-direction: row;
	gap: 80px;
}

.top-ev-head-top {
	align-items: center;
	gap: 15px;
	justify-content: start;
	line-height: 1;
}

.top-ev-head-btm {
	text-align: left;
}

.top-ev-body {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-ev-item {
	max-width: 280px;
}

.top-ev-item-img {
	height: 280px;
	max-width: 280px;
}

.top-ev-item-title {
	font-size: 20px;
}

.top-map {
	height: 400px;
}

.event-p-head-en {
	font-size: 41px;
}

.event-p-head-bar {
	font-size: 24px;
}

.event-p-head-ja {
	font-size: 24px;
}

.event-p-body {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.event-p-main {
	width: 66%;
}

.event-p-box {
	align-items: start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 80px;
	justify-content: space-between;
}

.event-p-side {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 24%;
}

.single {
	max-width: 100%;
}

.single-head-date span {
	font-size: 107px;
}

.single-head-title {
	font-size: 24px;
}

.single-head-bar {
	width: 80px;
}

.single-sns {
	width: 270px;
}

.single-body-disc {
	font-size: 17px;
}

.event-overview {
	font-size: 17px;
}

.event-overview-item dt {
	width: 160px;
}

.news {
	max-width: 100%;
}

.news-link-date {
	font-size: 15px;
}

.news-link-title {
	font-size: 18px;
}

.acce-map {
	height: 400px;
}

.acce-inf {
	max-width: 640px;
}

.acce-img {
	max-width: 640px;
}

.acce-text {
	max-width: 640px;
}

.p-form-tel {
	max-width: 250px;
}
.fax {
font-size: 28px;		
	font-weight: 500;
	}
.form-button button {
	padding: 20px 80px;
}

.page-head-p {
	font-size: 17px;
}

.page-sub-head-text {
	font-size: 24px;
}

.section-p {
	padding-top: 150px;
}

.dekigoto-mid-item {
	width: 24%;
}

.dekigoto-mid-item-text {
	font-size: 20px;
}

.arw {
	width: 10px;
}

.sisetu-top {
	font-size: 24px;
}

.sisetu-top-a {
	height: 60px;
}

.sisetu-img-flex-1 {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.sisetu-img-flex-1-item {
	max-width: 31%;
}

.sisetu-img-flex-1-item-title {
	font-size: 24px;
}

.sisetu-img-flex-2-item {
	width: 23%;
}

.sisetu-img-flex-2-title {
	font-size: 17px;
}

.riyou-btn {
	height: 50px;
}

.spec {
	padding-top: 80px;
}

.hall-top-img {
	margin-top: -80px;
}

.spec-inner {
	max-width: 100%;
}

.spec-row dt {
	width: 250px;
}

.zaseki-btn img {
	width: 24px;
}

.zaseki-btn {
	gap: 30px;
	height: 60px;
	max-width: 100%;
}

.gaiyou-bpx {
	flex-direction: row;
	max-width: 700px;
}

.gaiyou-box-item {
	height: 60px;
	width: 30%;
}

.gaiyou-s {
	font-size: 16px;
}

.gaiyou-link {
	padding-left: 30%;
}

.use-mid-img {
	margin-top: 30px;
}

.use-mid-btm {
	margin-top: 50px;
}

.use-price-item {
	border-bottom: 1px solid #111;
}

.use-price-item-title.sm {
	top: 15px;
}

.use-price-item-title {
	font-size: 17px;
	min-width: 600px;
	top: 15px;
}

.use-price-item img {
	max-width: 100%;
}

.use-price {
	padding-bottom: 150px;
}

.use-price-s {
	font-size: 15px;
}

.use-price-p {
	font-size: 15px;
}

.use-price-2 {
	padding-bottom: 150px;
}

.use-price-3-top {
	flex-direction: row;
}

.use-price-3-top-head {
	width: 200px;
}

.price-link {
	padding-left: 30%;
}

.event-h2 span {
	font-size: 40px;
}

.event-h2 {
	font-size: 15px;
}

.single-link-btn {
	font-size: 16px;
	max-width: 400px;
}

.qa {
	max-width: 740px;
}

.qa-item-q {
	font-size: 20px;
}

.qa-item-a {
	font-size: 17px;
}

}

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

.top-btm-news {
	width: 55%;
}

}
.zaseki {
	padding-bottom: 80px;
}
.fax {
	display: block;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
}

.con-me {
	text-align: center;
	font-weight: 600;
	font-size: 20px;	
	margin-bottom: 30px;
}

.usage-guide {
	padding-bottom: 100px;
}

.riyou-top {
	margin-bottom: 80px;
}

.usage-guide li {
	line-height: 1.7;
}

.usage-guide h2 {
	border-bottom: 1px dashed #333;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 50px;
	padding-bottom: 20px;
}

.usage-guide h3 {
	border-bottom: 1px dashed #333;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 50px;
	padding-bottom: 20px;
}

.usage-list {
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
}

.usage-list li {
	margin-bottom: 15px;
}

.usage-list .num {
	font-weight: bold;
	margin-right: 6px;
}

.usage-guide ul {
	margin-bottom: 25px;
}

.usage-guide li {
	margin-bottom: 15px;
}

.dot-list {
	list-style: none;
	padding-left: 0;
}

.dot-list li {
	margin-bottom: 8px;
	padding-left: 18px;
	position: relative;
}

.dot-list li::before {
	content: "・";
	left: 0;
	position: absolute;
	top: 0;
}
.con-p{
	margin-bottom: 30px;
}





.usage-list li{
display: flex;
margin-bottom: 10px;
line-height: 1.8;
}

.usage-list .num{
display: inline-block;
width: 30px; /* ←ここ重要（桁に応じて調整） */
flex-shrink: 0;
font-weight: bold;
}

.usage-list li br{
display: block;
}
.contact-note {
	text-align: center;
}

.use-price-body {
  overflow-anchor: none;
}