
html{
	scroll-behavior: smooth;
}
body{
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	color: #333;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
img {
	width: 100%;
}
table th {
	font-weight: normal;
}

/* ==================================
全体ｃｓｓ
================================== */
.wrapper::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-image: url(../images/back_img.jpg);
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* 色 */
:root {
	--mainColor : ;
	--subColor : #224e73;
}

/* レスポンシブ改行 */
.sp_br {
	display: none;
}
@media screen and (max-width:465px) {
	.sp_br {
		display: none;
	}
	.sp_br2 {
		display: none;
	}
}

/* =================================
ヘッダー
================================== */
.header {
	position: relative;
}
.ken_logo {
	max-width: 300px;
	width: 100%;
	margin: 2em;
}

.header-cap {
	display: flex;
	justify-content: space-around;
	align-items: last baseline;
}
.header-cap figure {
	width: 100%;
	margin: 0 auto;
}
.header-cap figure.title {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.header-cap figure.title_cap {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
.sp-animation img {
	display: none;
}	

@media screen and (max-width:765px) {
	.ken_logo {
		margin: 2em auto;
	}
	.header-cap {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.pc-animation img {
		display: none;
	}
	.sp-animation img {
		display: block;
	}	
}

/* 酒瓶・おちょこ */
.header-animation figure {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: -1;
	width: calc((900 / 1920)* 100%);
	max-width: 900px;
}
.header-animation figure.sake_bin {
	max-width: 900px;
	width: 100%;
	top: 0;
	left: -10%;

	transform: translateX(-100%);
	opacity: 0;
	animation: slideInLeft .5s ease-out forwards, sosogi 2.5s ease-in-out forwards;
	animation-delay: 1.5s;
}

.header-animation figure.sake_cup {
	max-width: 250px;
	top: 70%;
	right: 55%;
	transform-origin: center bottom;
	animation: cupSway 2s ease-in-out 4s 1;
} 

@keyframes slideInLeft {
	0% {
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes sosogi {
	0%   { 
		transform: rotate(-10deg);
	}
	40%  {
		transform: rotate(0deg);
	}
	70%  {
		transform: rotate(8deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes cupSway {
	0% {
		transform: rotate(0deg) translateY(0);
	}
	20% {
		transform: rotate(-3deg) translateY(-2px);
	}
	40% {
		transform: rotate(2deg) translateY(1px);
	}
	60% {
		transform: rotate(-1.5deg) translateY(-1px);
	}
	80% {
		transform: rotate(1deg) translateY(1px);
	}
	100% {
		transform: rotate(0deg) translateY(0);
	}
}

@media screen and (max-width:1250px) {
	.header-animation figure.sake_cup {
		right: 26%;
	} 
	.header-animation figure.sake_bin {
		left: -20%;
		top: -10%;
	}
}
@media screen and (max-width:1000px) {
	.header-animation figure.sake_cup {
		right: 5%;
	} 
}
@media screen and (max-width:800px) {
	.header-animation figure.sake_bin {
		left: -30%;
	}
}
@media screen and (max-width:500px) {
	.header-animation figure.sake_cup {
		right: 0;
	}
	.header-animation figure.sake_bin {
		top: 0;
	}
}

/* bubble */
.bubble_wrap figure {
	opacity: 0;
}
.bubble_wrap figure:first-child {
	max-width: 300px;
	width: 100%;
	height: auto;
	top: 10%;
	left: 30%;
	-webkit-animation:
	bubbleIn 0.8s ease 5s forwards,
	sway 12s ease-in-out 5.5s infinite;
	animation:
    bubbleIn 0.8s ease 5s forwards,
	sway 12s ease-in-out 5.5s infinite;
}
.bubble_wrap figure:nth-child(2) {
	max-width: 250px;
	width: 100%;
	height: auto;
	top: 30%;
	left: 50%;
	-webkit-animation:
	bubbleIn 0.8s ease 5.5s forwards,
	sway 14s ease-in-out 6s infinite;
	animation:
	bubbleIn 0.8s ease 5.5s forwards,
	sway 14s ease-in-out 6s infinite;
}
.bubble_wrap figure:nth-child(3) {
	max-width: 350px;
	width: 100%;
	height: auto;
	top: 50%;
	right: 10%;
	-webkit-animation:
	bubbleIn 0.8s ease 6s forwards,
	sway 16s ease-in-out 6.5s infinite;
	animation:
	bubbleIn 0.8s ease 6s forwards,
	sway 16s ease-in-out 6.5s infinite;
}
.bubble_wrap figure:nth-child(4) {
	max-width: 380px;
	width: 100%;
	height: auto;
	top: -10%;
	right: 5%;
	-webkit-animation:
	bubbleIn 0.8s ease 6.5s forwards,
	sway 18s ease-in-out 7s infinite;
	animation:
	bubbleIn 0.8s ease 6.5s forwards,
	sway 18s ease-in-out 7s infinite;
}

/* 出現 */
@keyframes bubbleIn {
	0% {
		opacity: 0;
		transform: scale(0.9) translateY(20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
@keyframes sway {
	0%   { 
		transform: translateX(0) translateY(0) rotate(0deg) scale(1);
	}
	25%  {
		transform: translateX(-15px) translateY(10px) rotate(-2deg) scale(0.95);
	}
	50%  {
		transform: translateX(15px) translateY(-15px) rotate(2deg) scale(1.05);
	}
	75%  {
		transform: translateX(-10px) translateY(12px) rotate(-1deg) scale(0.97);
	}
	100% {
		transform: translateX(0) translateY(0) rotate(0deg) scale(1);
	}
}

@media screen and (max-width:1200px) {
	.bubble_wrap figure:first-child {
		max-width: 100px;
	}
	.bubble_wrap figure:nth-child(2) {
		max-width: 120px;
	}
	.bubble_wrap figure:nth-child(3) {
		max-width: 200px;
		top: 60%;
		right: 0;
	}
	.bubble_wrap figure:nth-child(4) {
		max-width: 250px;
	}	
}
@media screen and (max-width:765px) {
	.bubble_wrap figure:first-child {
		top: 50%;
	}
	.bubble_wrap figure:nth-child(3) {
		top: 40%;
	}
}
@media screen and (max-width:475px) {
	.bubble_wrap figure:first-child {
		max-width: 100px;
	}
	.bubble_wrap figure:nth-child(3) {
		top: 80%;
		right: 40%;
	}
	.bubble_wrap figure:nth-child(4) {
		top: -10%;
		right: -12%;
	}	
}

/* floatingバナー */
a.F_bannerPC,
a.F_bannerSP,
a.F_banner-voicePC,
a.F_banner-voiceSP {
	position: fixed;
	display: block;
	z-index: 99;
}
a.F_bannerPC {
	max-width: 200px;
	width: 100%;
	bottom: 5%;
	right: 3%;
}
a.F_banner-voicePC {
	max-width: 150px;
	width: 100%;
	bottom: 25%;
	right: 5%;
}
.fuwafuwa {
	animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(10%);
	}
}

a.F_bannerSP {
	max-width: 450px;
	width: 100%;
	display: none;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
a.F_banner-voiceSP {
	max-width: 450px;
	width: 100%;
	display: none;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:675px) {
	a.F_bannerPC,
	a.F_banner-voicePC {
		display: none;
	}
	a.F_bannerSP,
	a.F_banner-voiceSP {
		display: block;
	}
}
@media screen and (max-width:475px) {
	a.F_bannerSP {
		bottom: 0;
	}
	a.F_banner-voiceSP {
		bottom: 80px;
	}
}

/* =================================
フッター
================================== */
.footer {
    margin-top: auto;
	background-color: #ffffffd2;
}
.footer_inner {
	text-align: center;
	color: var(--subColor);
	padding: 50px 10px 30px;
} 

.tour_wrap {
	border-bottom: 2px solid #395974;
	width: 80%;
	margin: 0 auto;
}
.tour_wrap h2 {
	line-height: 1em;
}
.tour_wrap h2 small {
	font-size: 14px;
}
.fot_link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	margin: 2em 0;
}
.fot_link a {
	position: relative;
}
.link_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	border-radius: 5px;
	width: 300px;
	height: 40px;
	font-weight: bold;
	transition: 0.3s;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	background-color: [object object];
	background-image: linear-gradient(88deg, rgba(188, 214, 250, 1), rgba(118, 159, 226, 1));	
}

.link_btn:hover {
	box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.address_wrap {
	padding: 20px 0;
	line-height: 2em;
}
.address_wrap p {
	font-size: 18px;
	letter-spacing: 5px;
}
.address_wrap p span {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	letter-spacing: normal;
	color: #333;
}

.info_address {
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #333;
	color: #333;
}

@media screen and (max-width:900px) {
	.fot_link {
		flex-direction: column;
	}
		.footer_inner {
		padding: 50px 10px 100px;
	} 
}

/* =================================
メイン
================================== */
.main {
	margin: 1em 0 0;
	position: relative;
}

/* 動く丸 */
.round-wrap1, .round-wrap2 {
	max-width: 100px;
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: -1;
}
.round-wrap1 {
	left: 45%;
}
.round-wrap2 {
	left: 42%;
}
.rotate {
	width: 100%;
	height: 100%;
	animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
    0%  {transform: rotate(0);}
	100%  {transform: rotate(-360deg);}
}
.round {
	width: 100%;
	height: 100%;
	border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
	animation: round_anime 10s linear infinite;
	background-color: #9ca4eea6;
}
@keyframes round_anime {
	0% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;}
	25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;}
	50% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%;}
	75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;}
	100% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;}
}

/* ============== */


/* 境界波線 */
.svg-wave svg{
	display: block;
}
.up-wave{
	margin-bottom: 0!important;
}

.main_wrap {
	background-color: #ffffff82;
	padding: 30px 0 50px;
	text-align: center;
}

/* ----------------hero, event */

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s ease;
}
.fade-in.show {
	opacity: 1;
	transform: translateY(0);
}

.hero_inner {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 50px;
	text-align: center;
}
.hero_cap-bg {
	text-align: left;
	line-height: 2em;
}
.hero_cap-bg .hero_cap-bg-wrap {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	background: linear-gradient(to right, #5a7ddd 0%,#4971ad 50%,#98a0ca 100%);
	font-size: clamp(20px, 2.1875vw, 35px);
	line-height: 2em;
	padding: 0 40px 0 130px;
	color: #fff;
}

.hero_item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
.hero_item-img figure.item {
	flex-basis: 40%;
}
.hero_item-txt {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	font-size: clamp(16px, 1.875vw, 30px);
	font-weight: bold;
	color: #333;
}
.hero_item-txt1 {
	text-align: left;
}
.hero_item-txt2 {
	text-align: right;
}
.hero_txt-cap {
	margin: 30px 0 100px;
	font-size: clamp(22px, 2.8125vw, 45px);
	line-height: 2em;
	background: linear-gradient(90deg, #2b516b 0%, #0796d9 40%, #998d47 80%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width:675px) {
	.hero_item-img {
		margin: 2em 0;
	}
	.hero_cap-bg .hero_cap-bg-wrap {
		padding: 0 20px 0 50px;
	}
	.hero_txt-cap {
		margin: 30px 0;
	}
}

/* event*/
.arrow_r_b {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	margin-left: 10px;
	font-size: 14px;
	color: #333;
}
.arrow_r_b:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.arrow_r_b:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	margin: auto;
}

.event_inner {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.event_inner h1 {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.sectionTitle5 {
	position: relative;
	text-align: center;
	position: relative;
}
.sectionTitle5::before {
	content: attr(data-en);
	position: absolute;
	top: -80px;
	left: 35%;
	transform: translateX(-50%);
	color: #ccad00;
	opacity: .3;
	font-size: 90px;
	font-weight: 800;
	z-index: -1;
}

.event_card-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2em auto;
	gap: 2em;
}
.event_card-child {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	border-radius: 16px;
	align-items: center;
	background-color: #fff;
}
.flex-grandchild-img {
	max-width: 450px;
	width: 100%;
	height: 450px;
	position: relative;
}
.flex-grandchild-img::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 64%;
}
.flex-grandchild-img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	padding: 5px;
	border-radius: 15px;
}
.flex-grandchild-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 90%;
	background-color: #ffffff;
	border-radius: 16px;
	position: relative;
	padding: 0 1em;
}

.flex-grandchild-innerTitle h3 {
	width: 100%;
	border-bottom: 4px double #ccad00;
	margin: 15px 0 10px;
	padding: 0 10px 3px;
	font-weight: 550;
	font-size: clamp(18px, 1.5625vw, 20px);
	color: var(--subColor);
	background-color: #fff;
	letter-spacing: 3px;
}
.flex-grandchild-innerText p {
	font-size: 26px;
	color: #ccad00;
	text-align: left;
	padding: 5px 0;
}
.flex-grandchild-innerText p span {
	font-size: 18px;
}


.flex-grandchild-inner div.flex-grandchild-inner-txt {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px 0;
	justify-content: center;
}
.flex-grandchild-inner div.flex-grandchild-inner-txt h3 {
	min-height: 40px;
	color: var(--subColor);
	font-size: 1.4rem;
	/* line-height: 2; */
	margin: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--subColor);
	font-weight: normal;
	letter-spacing: 2px;
}
/* 予約ボタン */
a.btn {
	font-size:15px;
	font-weight: 500;
	line-height: 30px;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1rem;
	border-radius: 0.5rem;
	top: 10px;
	right: 10px;
}
a.btn--circle {
	width: 100%;
	height: auto;	
	padding: 5px;
	color: #fff;
	background: #62a1d4;
	-webkit-box-shadow: 0 7px 0 #62a1d4;
	box-shadow: 0 7px 0 #ccad00;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fa-position-bottom {
	bottom: 1rem;
	left: calc(50% - 0.5rem);
}
a.btn--circle:hover {
	-webkit-transform: translate(0, 4px);
	transform: translate(0, 4px);
	color: #fff;
	-webkit-box-shadow: 0 3px 0 #62a1d4;
	box-shadow: 0 3px 0 #62a1d4;
}
a.btn-sp {
		display: none;
	}
@media screen and (max-width: 1280px) {
	a.btn {
		bottom: -14px;
		left: 10px;
		position: static;
	}
	a.btn--circle {
		width: 95%;
		height: auto;
		padding: 5px;
		margin-bottom: 5px;
		color: #fff;
		background: #62a1d4;
		box-shadow: none;
		display: block;
	}
	a.btn--circle:hover {
		transform: none;
		color: #fff;
		box-shadow: none;
	}
	a.btn-pc {
		display: none;
	}
	a.btn-sp {
		display: block;
	}
}


.flex-grandchild-innerText {
	flex-grow: 1;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
}
.event-information {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
}
.event-information th {
	color: var(--subColor);
	width: 20%;
	box-sizing: border-box;
	padding: 7px 10px 5px 10px;
	vertical-align: top;
	text-align: center;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-size: 18px;
}
.event-information td {
	box-sizing: border-box;
	padding: 7px 10px 10px 10px;
	vertical-align: top;
	text-align: left;
	text-overflow: clip;
}
.event-information tr:last-child td:last-child {
	border-bottom: 1px solid #ccc;
}
.event-information tr:last-child th,
.event-information tr:last-child td {
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.flex-grandchild-img {
		height: 310px;
	}
}

@media all and (max-width: 600px) {
	.event-information th,
	.event-information td {
		width: 100%;
	}
	.event-information th {
		width: 30%;
		text-align: center;
	}
	.event_card-wrap {
		width: 85%;
	}
	.flex-grandchild-inner {
		width: 100%;
		align-items: center;
	}
	.event_inner h1 {
		width: 50%;
		margin: 0 auto;
	}
}

.flex-grandchild-innerLink {
	width: 100%;
	height: auto;
}
.flex-grandchild-innerLink a {
	width: 90%;
	height: 48px;
	margin: 5px auto 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: var(--subColor);
	letter-spacing: 2px;
	text-decoration: none;
	border-radius: 8px;
}
@media screen and (max-width: 1280px) {
	.event_card-child {
		max-width: 450px;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		border: 2px solid #ccc;
		box-sizing: border-box;
		border-radius: 16px;
	}
	.event_card-child:nth-of-type(n+3) {
		margin-top: 40px;
	}
	.flex-grandchild-img img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: contain;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 16px 16px 0 0;
	}
}
@media screen and (max-width: 896px) {
	.event_card-child {
		width: 80%;
		align-items: center;
	}
	.flex-grandchild-innerTitle h3 {
		padding: 10px 0;
		width: 100%;
	}
	.flex-grandchild-innerText {
		min-height: 120px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
}
@media screen and (max-width: 786px) {
	.event_card-wrap {
		margin: 2em auto;
	}
	.flex-grandchild-img img {
		border-radius: 16px 16px 0 0;
	}
}
@media screen and (max-width: 480px) {
	.event_card-wrap {
		width: 100%;
	}
	.event_card-child {
		width: 100%;
		align-items: center;
	}
}

/* 終了イベント */
.event_end-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.event_end-cont {
	display: flex;
	align-items: top;
	justify-content: center;
	max-width: 800px;
	width: 100%;
	height: auto;
	gap: 1em;
}
@media all and (max-width: 700px) {
	.event_end-cont {
		flex-direction: column;
	}
	.event_end-contTxt {
		max-width: 350px;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

.event_end-cont figure {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.event_end-cont figure img {
	overflow: hidden;
	border-radius: 16px;
}
.event_end-cont figure::before {
	content: "";
	position: absolute;
	width: 220px;
	height: 180px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #3f5b8f;
	border-radius: 16px;
	opacity: 0.7;
}
.event_end-cont figure::after {
	content: "終了しました";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.event_end-cont figure img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}
.event_end-contTxt h3 {
	min-height: 56px;
	color: var(--subColor);
	font-size: 1.2rem;
	line-height: 3;
	margin: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--subColor);
	font-weight: normal;
	letter-spacing: 2px;
}
.event_end-contTxt {
	padding: 1em;
	text-align: left;
}
.event_end-contTxt h3 {
	font-weight: 500;
}
.event_end-information {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	margin: 1em;
}
.event_end-information th {
	color: var(--subColor);
	width: 30%;
	box-sizing: border-box;
	padding: 7px 10px 0 10px;
	vertical-align: top;
	text-align: center;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-size: 18px;
}
.event_end-information td {
	box-sizing: border-box;
	padding: 7px 10px 0 10px;
	vertical-align: top;
	text-align: left;
}
.event_end-information tr:last-child th,
.event_end-information tr:last-child td {
	width: 100%;
}
@media all and (max-width: 600px) {
	.event_end-information th,
	.event_end-information td {
		/* display: block; */
		width: 100%;
	}
	.event_end-information th {
		width: 30%;
		text-align: center;
	}
}

/* 宿泊プランの予約バナー */
.plan_order {
	margin: 30px 10px 0;
}

.border_btn,
.border_btn04 {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	position: relative;
	border-radius: 0;
	background: #fff;
	padding: 1em 2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: clamp(18px, 1.5625vw, 25px);
	letter-spacing: 2px;
	line-height: 1.5em;
}
.border_btn {
	color: #ccad00;
	border: 3px solid #ccad00;
}
.border_btn04 {
	color: #cc7400;
	border: 3px solid #cc7400;
}

.border_btn h4 {
	font-size: clamp(14px, 1vw, 16px);
	background-color: #ccad00;
	color: #fff;
	border-radius: 100vh;
}
.border_btn04 h4 {
	font-size: clamp(14px, 1vw, 16px);
	background-color: #cc7400;
	color: #fff;
	border-radius: 100vh;
}
.border_btn span,
.border_btn04 span {
	color: #5a83a4;
	padding-right: 5px;
}

.border_btn:before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #ccad00;
}
.border_btn04:before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #cc7400;
}
@media screen and (max-width:567px) {
	.border_btn, .border_btn04 {
		line-height: 2em;
	}
}

.border_btn04:hover:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.button {
	display: inline-block;
	text-decoration: none;
	transition: background-color .3s ease-in-out;
	text-align: center;
}

.button a {
	text-decoration: none;
}

.button.-compact {
	color: #333;
	letter-spacing: 2px;
	text-decoration: none;
}

.button.-compact:hover,
.button.-compact:focus {
	background-color: #6198c5;
}

/* ======================================
イベント情報シングルページ 
======================================-*/
.event-single_head {
	background-color: #ffffff9c;
}
.event-single_head figure {
	max-width: 180px;
	padding: 10px;
	margin: 0 auto 2em;
}
.event-singleWrap {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
} 
.event-singleWrap h1 {
	color: var(--subColor);
	border-bottom: 1px solid #ccad00;
	padding-bottom: .5em;
	width: 100%;
	display: inline-block;
	text-align: left;
	font-weight: 500;
}
.event-singleWrap h1 span {
	font-size: 14px;
}
.event-singleWrap_cont {
	margin: 50px 10px;
}
.event-singleWrap_cont figure {
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.event-singleWrap_cont table {
	width: 100%;
	margin: 50px auto;
	text-align: left;
}
.event-singleWrap_cont table tr {
	vertical-align: top;
}
.event-singleWrap_cont table th {
	width: 200px;
	background: #5a83a4;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.event-singleWrap_cont table td {
	padding: 10px;
}
.event-singleWrap_cont table td h3 {
	font-weight: 500;
	padding-bottom: 5px;
}

a.event-singleWrap_cont-Link {
	display: block;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 100vh;
	background-color: #224e73;
	color: #fff;
	font-size: clamp(18px, 1.25vw, 20px);
}
.event-singleWrap_cont table td ol li:first-child {
	padding-bottom: 1em;
}

@media screen and (max-width: 640px) {
	.event-singleWrap_cont table td:last-child {
		width: 100%;
	}
	.event-singleWrap_cont table th,
	.event-singleWrap_cont table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
}

.modoru {
	margin-top: 30px;
}
.modoru a {
	text-decoration: none;
	color: #333;
}

/* ================================================================
	タブ切り替え
================================================================ */

.tab-area {
	margin: 10px auto 0;
	padding: 0 10px;
}
.tab-area h2.tab_ttl {
	background-color: #62a1d4;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-weight: normal;
	padding: 1em;
}

.tab-radio {
	display: none;
}

.tab-menu {
	display: block;
	float: left;
	width: calc(100% / 2);
	text-align: center;
	padding: 1em 0;
	background-color: #f2f2f2;
	border-bottom: 3px solid #ccc;
	cursor: pointer;
	transition: background-color 0.2s; 
	margin: 2em 0 0;
}

.tab-menu:hover {
	opacity: 0.8;
}

.tab-content-item {
	display: none;
	padding: 20px;
	clear: both;
}

#tab01:checked ~ #tabContent01,
#tab02:checked ~ #tabContent02 {
	display: block;
}

#tab01:checked ~ #tabMenu01,
#tab02:checked ~ #tabMenu02 {
	background-color: #62a1d4;
	border-color: #1f235f;
	color: white;
}


/* ================================================================
	お客様の声
================================================================ */

.page-headLogo {
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 1em auto 0;
}

.voice_inner {
	padding: 0 10px;
}
.voice_inner h1 {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.voice_cont-wrap {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin: 50px 0;
}

.voice_flex-item {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff79;
	padding: 20px;
	border-radius: 10px;

	display: flex;
	flex-direction: column;
	gap: 1em;
}

.voice-ttlFlex {
	display: flex;
	align-items: center;
}
.voice-ttlFlex img {
	max-width: 50px;
}
.voice_flex-item h2 span {
	font-size: 16px;
}
.voice_flex-item h2 {
	padding: 0 0.5em;
	color: #494949;
	background: transparent;
	text-align: left;
	color: #ccad00;
	font-weight: normal;
	margin-bottom: 1em;
	font-size: clamp(18px, 1.25vw, 20px);
}

.balloon {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 2rem;
}
.balloon__icon {
    width: 6rem;
    height: 6rem;
}
.balloon__icon img {
    width: 100%;
    border-radius: 50%;
}
.balloon__txt-left,
.balloon__txt-right {
    position: relative;
    max-width: 600px;
	width: 100%;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 1rem;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #0796d9;
	box-sizing: border-box;
	text-align: left;
	border-radius: 15px;
}
.balloon__txt-left::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2
}
.balloon__txt-right::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2
}
.balloon__txt-left:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #0796d9;
	z-index: 1;
}
.balloon__txt-right::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #0796d9;
	z-index: 1;
}

.balloon__txt-left p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width:765px) {
	.balloon {
		gap: 1em;
	}
}

/* 会場レポート */
.report-banner {
	max-width: 700px;
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0 10px;
	transition: .8s;
}
.report-banner:hover {
	opacity: .8;
}

/* ================================================================
	会場レポート
================================================================ */
.report_inner {
	padding: 0 10px;
}
.report_inner h1 {
	color: #ccad00;
	font-weight: normal;
}

.report_cont-wrap {
	width: 100%;
	height: auto;
	padding: 0 10px;
	margin: 30px auto;
	
}
.report_cont-item {
	max-width: 900px;
	margin: 1em auto;
	padding: 2em 10px;
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	border-top: 4px double var(--subColor);
	text-align: center;
}
.report_cont-item:last-child {
	border-bottom: 4px double var(--subColor);
}
.report_cont-item h3 {
	font-weight: normal;
	text-align: left;
	color: var(--subColor);
}
.report_cont-item p {
	display: inline-block;
	text-align: left;
	line-height: 2em;
}
.report_cont-item figure {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}