.font-big {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}
.font-min {
	font-size: 0.8rem;
}
.red {
	color: #d70101;
}
.blue {
	color: #06C;
}
.bold {
	font-weight: bold;
}
img {
	width: 100%;
}
#mainContainer {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.rakuiti_inr {
	font-size: 1rem;
}
.rakuiti_inr p {
	line-height: 1.5;
	font-size: 1.125rem;
}
.rakuiti_inr h2 {
	margin-top: 70px;
	font-size: 1.75rem;
	color: #fff;
	background: #1D99B4;
	padding: 1.5rem 1rem;
}
.rakuiti_inr h3 {
	margin-bottom: 1rem;
	padding: 1.5rem;
	font-size: 1.5rem;
	color: #774E00;
	border: 2px solid #774E00;
	border-left: 10px solid #774E00;
}
.rakuiti_inr h3:nth-of-type(2) {
	color: #E30024;
	border: 2px solid #E30024;
	border-left: 10px solid #E30024;
}
.rakuiti_inr h3:nth-child(n+2) {
	margin-top: 70px;
}
.rakuiti_inr h2 + h3 {
	margin-top: 20px !important;
}
.rakuiti_inr h4 {
	font-size: 1.25rem;
	color: #fff;
	padding: 1rem;
	border-radius: 5px;
	margin-bottom: 1rem;
}
.rakuiti_inr h4:nth-of-type(1) {
	background: #ED7700;
}
.rakuiti_inr h4:nth-of-type(2) {
	background: #3EB134;
}
.rakuiti_inr h4:nth-of-type(3) {
	background: #926F39;
}

.main_img {
	margin: 0 auto;
	text-align: center;
}
.menu {
	background: url('img/masu/menu_bg.jpg');
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 2rem 1rem;
}
.menu a {
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
	vertical-align: middle;
	padding: 1rem 2rem;
	position: relative;
	border-radius: 3px;
	color: #fff;
}
.menu a:nth-child(1) {
	background: #ED7700;
}
.menu a:nth-child(2) {
	background: #3EB134;
}
.menu a:nth-child(3) {
	background: #926F39;
}
.menu a:hover {
	transform: translateY(-3px);
	transition: all .3s;
}
.menu a span {
	display: flex;
	align-items: center;
	border: 2px solid;
	height: 36px;
	width: 36px;
	margin-left: 0.25rem;
	letter-spacing: -4px;
	padding-left: 1px;
	font-size: 0.85em;
	border: 1px solid #fff;
}
.menu a i {
	margin-right: 1rem;
}
.rakuititxt {
	margin: 15px auto;
}
.box-inr {
	margin: 0 auto;
	padding: 1rem 1rem 0;
}
.tablebox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 50px auto 0;
}
.gai {
	display: flex;
	flex-wrap: wrap;
	width: 65%;
}
.gai li:nth-of-type(3n-2) {
	width: 60px;
}
.gai li:nth-of-type(3n-1) {
	width: 30px;
	text-align: center;
}
.gai li:nth-of-type(3n) {
	width: calc(100% - 120px);
	margin-bottom: 1rem
}
table.tbl_r {
	width: 35%;
	padding: 0 0 0 20px;
}
.rakuiti_inr .pc {
	display: block;
}
.rakuiti_inr .sp {
	display: none;
}
.rakuiti_inr .sp-br {
	display: block;
}
table.tirasi img,
.tirasi02 img {
	max-width: 160px;
}
.tirasi02 {
	text-align: center;
}
ul.icon_list li.kome2 {
	background: none;
	padding-left: 0;
	margin-top: 1em;
}
.fl-box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}
.wrap {
	flex-wrap: wrap;
}
.event_inr {
	padding: 0 1rem;
}
.event_inr > p {
	margin-bottom: 2rem;
}
.eventbox .fl-box p {
	margin-top: 2rem;
}
span.inr_tit {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	border: 1px solid #E9133B;
	color: #E9133B;
	padding: 0.4rem 1rem 0.2rem;
	margin-right: 10px;
	border-radius: 999px;
	line-height: 1;
}
.eventbox .fl-box {
	gap: 1rem 1rem;
}
.eventbox > p {
	margin-bottom: 30px;
}
.eventbox ul {
	font-size: 1.125rem;
	line-height: 1.8;
}
.eventbox ul:first-child li:nth-child(odd) {
	width: 80px;
}
.eventbox ul:first-child li:nth-child(even) {
	width: calc(100% - 80px)
}
.eventbox ul.icon_list {
	margin: 2rem auto;
}
.eventbox ul.icon_list li {
	position: relative;
	padding-left: 1rem;
}
.eventbox ul.icon_list li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #E8CA4E;
	border-radius: 999px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-60%);
}
.eventbox ul.icon_list li:nth-child(odd),
.eventbox ul.icon_list li:nth-child(even) {
	width: 100%;
}
.eventbox img {
	border-radius: 10px;
	max-width: 450px;
}
.eventbox .fl-box:has(img) {
	flex-wrap: wrap;
}
.shop {
	line-height: 1.8;
	margin: 2rem auto 0;
	display: flex;
	flex-wrap: wrap;
}
.shop li {
	position: relative;
	padding-left: 1rem;
	width: 190px;
}
.shop li:before {
	content: '●';
	color: #ED7600;
	font-size: 1rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fl-box.gourmet,.fl-box.tabe {
	justify-content: flex-start;
}
.fl-box.gourmet img:nth-child(1),
.fl-box.gourmet img:nth-child(2) {
	max-width: 250px;
}
.fl-box.gourmet img:nth-child(3) {
	max-width: 350px;
}
.fl-box.tabe img:nth-child(1) {
	max-width: 284px;
}
.art {
	margin-bottom: 40px;
	background: #f9f9f9;
	padding: 2rem;
	border-radius: 10px;
}
.art h5 {
	color: #2D9228;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	display: inline-block;
	border-bottom: 2px dotted #2D9228;
}
.art table {
	font-size: 1.125rem;
}
.art table tr th {
	text-align: left;
	width: 120px;
	font-weight: normal;
}


@media screen and (max-width:960px){
	.rakuititxt {
		width: 98%;
	}

}

@media screen and (max-width:768px){
	.font-big {
		font-size: 1.375rem;
		line-height: 1.3;
	}
	.tablebox {
		display: block;
	}
	.gai,table.tbl_r {
		width: 100%;
		margin-top: 2rem;
	}
	.menu td {
		padding: 0 0.5rem;
	}
	.pdf-cmt {
		display: inline-block;
		margin-top: 0.5rem;
	}
	.box001 {
		display: block;
		padding: 0;
	}
	.box001 div {
		width: 100%;
	}
	.box001 div:first-child {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.leaf {
		position: static;
		text-align: center;
		margin-bottom: 2em;
	}
	br.pc {
		display: none;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.rakuiti_inr .sp-br {
		display: none;
	}
	.masu-naiyou div {
		width: 100%;
	}
	.center-img {
		text-align: left;
	}
	.fl-box {
		display: block;
	}
	.fl-box > div {
		width: 100%;
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.fl-box > div:nth-child(odd),
	.fl-box > div:nth-child(even) {
		width: 100%;
		padding-right: 0;
	}
	.eventbox .fl-box > div:nth-child(odd),
	.eventbox .fl-box > div:nth-child(even) {
		width: 100%;
	}
	.eventbox .fl-box > div:nth-child(even) {
		text-align: center;
	}
	.eventbox .fl-box > div img {
		display: block;
		margin: 1rem auto 0;
		max-width: 350px;
	}
	.eventbox .fl-box > div.tirasi02 img {
		max-width: 160px;
	}
	.eventbox .fl-box:has(img) {
		text-align: center;
		margin: 0 auto;
	}
	.eventbox .fl-box img + img {
		margin-top: 1rem;
	}
	.art table tr th,
	.art table tr td {
		display: block;
	}
	.art table tr td {
		padding-left: 1rem;
	}
	.menu {
		display: block;
	}
	.menu a:nth-child(n+2) {
		margin-top: 0.5rem;
	}

}
@media screen and (max-width:479px){
	span.inr_tit {
		display: block;
		max-width: 194px;
		margin-bottom: 0.5rem;
	}


}