@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body {
	counter-reset: number 0;
}
/*フォント*/
#mainContents {
	font-weight: 500;
	font-style: normal;
	font-family: "Noto Serif JP", serif;
	color: #333;
	overflow-wrap: break-word;
}
.red {
	color: #F00;
}
.blue {
	color: #06C;
}
.bold {
	font-weight: bold;
}
.k-inr table {
	border-collapse: collapse;
	width: 100%;
}
.k-inr table tr th,.k-inr table tr td {
	padding: 0.8em 0;
	border: 1px solid #ded8c9;
}
.k-inr table tr th {
	background: #fbfaf6;
}
.k-inr table tr td {
	padding-left: 1em;
}

.big {
	font-size: 1.25em;
}
.small {
	font-size: 0.8em;
}
br.pc-only {
	display: block;
}
br.sp-only {
	display: none;
}
.fl-box {
	display: flex;
}
.fl-box.j-sb {
	justify-content: space-between;
	width: 100%;
}
.fl-box.j-fe {
	justify-content: flex-end;
}
.fl-box.shop {
	flex-wrap: wrap;
}
.fl-box.shop > div {
	width: 49%;
	padding-bottom: 2em;
}
.fl-box.shop > div img {
	max-width: calc(400px + 2em);
}
.fl-box.shop > div img,
.fl-box.shop > div ul {
	padding: 0 1em;
}
.fl-box.shop > div ul {
	margin: 1em auto;
}
.fl-box.shop > div ul li:nth-child(odd) {
	font-weight: bold;
}
.fl-box.shop > div ul li:nth-child(odd):nth-child(n+2) {
	margin-top: 1em;
}


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



/*---------------------------------
	内容
---------------------------------*/
.k-inr .inr {
	width: 98%;
	margin: 0 auto 50px;
}
.k-inr .inr ul.gai2 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
/*	gap: 1rem 0;*/
	font-size: 1.125em;
	margin-bottom: 30px;
}
.k-inr .inr ul.gai2 li {
	border-bottom: 1px solid #dcdcdc;
	padding: 1em 0;
}
.k-inr .inr ul.gai2 li:nth-child(odd) {
	width: 120px;
	text-align: center;
	font-weight: bold;
}
.k-inr .inr ul.gai2 li:nth-child(even) {
	width: calc(100% - 120px);
	padding-left: 1em;
}
.k-inr h3,
.k-inr h5,.k-inr h6 {
	margin: 2em auto 1em;
}
.k-inr h4 {
	margin: 0 auto 1em;
}
.k-inr h3 {
	font-size: 1.5em;
	padding: 1em;
	border: 4px solid #9d2328;
	position: relative;
	font-weight: 800;
}
.k-inr h3::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #9d2328;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.k-inr h4 {
	font-size: 1.125em;
	padding: 0.5em;
	background: #fbfaf6;
	border: 2px solid #ded8c9;
}
.k-inr h5 {
	font-size: 1.25em;
	border: 2px solid #9d2328;
	border-left: 10px solid #9d2328;
	padding: 0.8em;
}
.k-inr h6 {
	font-size: 1.125em;
}
.k-inr .gai2 h6 {
	font-size: 1em;
	margin: 0 auto 0.5em;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.k-inr .gai2 h6::before {
	content: '';
	width: 100%;
	height: 50%;
	background: #f7f3e2;
	position: absolute;
	bottom: -5px;
	z-index: -1;
}
.k-inr iframe {
	max-width: 100%;
	margin-bottom: 50px;
}
.k-inr {
	margin: 0 auto;
	font-size: 1rem;
}
.k-inr p {
	margin: 1rem auto;
}
.open-txt {
	margin: 30px auto;
	padding: 1.5rem 2rem;
	font-weight: bold;
	font-size: 1.25rem;
	background: #fff4f4;
	color: #B8292F;
	text-align: center;
}
.top-gai-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.k-inr ul.gai {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px auto;
	gap: 1rem 0;
}
.k-inr ul.gai li {
	line-height: 1.5;
}
.k-inr ul.gai li:nth-child(odd) {
	width: 120px;
	text-align: center;
	color: #fff;
	background: #9d2328;
	border-radius: 5px;
	padding: 0.5rem 0;
	font-weight: bold;
}
.k-inr ul.gai li:nth-child(even) {
	width: calc(100% - 120px);
	padding-left: 20px;
	font-size: 1.25rem;
}
.menu {
	padding: 2em 1em;
	background: #F8F7F5;
	font-size: 1.125rem;
	font-weight: 800;
	margin-top: 10px;
	border-radius: 10px;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
}
.menu ul li a {
	padding: 1em 2em 1em 1.5em;
	display: block;
	position: relative;
}
.menu ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #9d2328;
}
.menu ul li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	left: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.tirasi-box .fl-box {
	gap: 1rem;
}
.tirasi-box .fl-box > div {
	text-align: center;
}
.tirasi-box .p-link {
	padding-left: 0;
	background: none;
	width: 160px;
	display: block;
}
.tirasi-box p {
	text-align: center;
	font-size: 0.875em;
}
ul.lst-icon {
	padding-left: 1em;
}
ul.lst-icon li {
	padding: 0.5em 0 0.5em 1em;
	position: relative;
	font-size: 1.125em;
}
ul.lst-icon li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background-color: #958115;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.name {
	font-weight: bold;
	font-size: 1.125em;
	margin: 0 auto 1em;
	padding: 0.5em 1em 0.8em;
	background: #F7F3E2;
	border-radius: 5px;
}
.syutu div:nth-child(odd) {
	width: 150px;
}
.syutu div:nth-child(even) {
	width: calc(100% - 150px);
	padding: 1em 0 0 2em;
	line-height: 2.0;
}
.syutu p {
	margin: 0 auto;
}
.syutu ul li span {
	font-weight: bold;
	margin-right: 1em;
}
.img2block {
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 30px auto 0;
}
.img2block img {
	max-width: 400px;
}
.img2block img.w261 {
	max-width: 261px;
}
.img2block img:nth-child(n+3) {
	margin-top: 30px;
}
.pho01 {
	max-width: 400px;
}
.toki {
	width: 620px;
	max-width: 100%;
	align-items: stretch;
	margin-bottom: 30px;
	border: 2px solid #B8292F;
	border-radius: 8px;
}
.toki div:first-child {
	width: 180px;
	text-align: center;
	background: #B8292F;
	color: #fff;
	padding: 1em 0;
	font-weight: bold;
}
.toki div:last-child {
	width: calc(100% - 230px);
	padding: 1em;
}
ul.list3 {
	display: flex;
	flex-wrap: wrap;
}
ul.list3 li:nth-child(3n+1) {
	width: 70px;
	text-align: center;
}
ul.list3 li:nth-child(3n+2) {
	width: 30px;
	text-align: center;
}
ul.list3 li:nth-child(3n) {
	width: calc(100% - 100px);
}
.access p {
	font-size: 1.125em;
}
.sweets {
	margin: 0 auto 40px;
	background: #FEFDF6;
	border-radius: 20px;
	padding: 2em 1em 3em;
}
.sweets > div:first-child {
	width: 400px;
}
.sweets > div:nth-child(2) {
	width: calc(100% - 400px);
	padding-left: 2em;
}
.sweets ul li:nth-child(odd) {
	font-weight: bold;
	background: #F7F3E2;
	padding: 0.3em 0.5em;
}
.sweets ul li:nth-child(even) {
	padding: 0.5em;
}
.sweets ul li:nth-child(even) p {
	text-indent: 1em;
}
.sweets ul li:nth-child(odd):nth-child(n+2) {
	margin-top: 1em;
}
.sweets ul li p {
	margin: 0 auto;
}
.stamp_list {
	display: flex;
	flex-wrap: wrap;
}
.fl-box.stamp_box {
/*	align-items: center;*/
}
.stamp_list li {
	padding: 0.5rem 0;
}
.stamp_list li:nth-child(odd) {
	width: 250px;
	padding-left: 2rem;
	position: relative;
}
.stamp_list li:nth-child(even) {
	width: calc(100% - 250px);
}
.stamp_list li:nth-child(odd)::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 25px;
	height: 25px;
	background: #958115;
	border-radius: 999px;
}
.stamp_list li:nth-child(odd)::after {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
	counter-increment: number 1;
	content: counter(number) " ";
	color: #fff;
}
.stamp_box img {
	max-width: 145px;
}
.stamp_box div:nth-child(1) {
	width: calc(100% - 160px);
}
.stamp_box div:nth-child(2) {
	width: 160px;
	text-align: center;
}
.stamp03 {
	justify-content: space-between;
}
.stamp03 > div {
	width: 310px;
}
.stamp03 h6 {
	background: #F7F3E2;
	padding: 1rem;
	margin-bottom: 0;
	line-height: 1.5;
}
/*
.stamp03 h6::after {
	content: '';
	position: absolute;
	left: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	border-radius: 3px;
	height: 60%;
	background: #958115;
}
*/
.stamp03 > div:nth-child(1) h6 > span,
.stamp03 > div:nth-child(2) h6 > span:last-child,
.stamp03 > div:nth-child(3) h6 > span:last-child {
	display: block;
	font-weight: normal;
}
.hist-box {
	margin: 2rem auto 0;
	flex-wrap: wrap;
/*	align-items: center;*/
}
.hist-box > div:nth-child(1) {
	width: 500px;
}
.hist-box > div:nth-child(1) {
	gap: 0 1rem;
}
.hist-box > div:nth-child(1) img {
	max-width: 200px;
}
.hist-box > div:nth-child(2) {
	width: calc(100% - 500px);
}
.hist-box > div:nth-child(2) img {
	max-width: 350px;
}
.hist-box h6 {
	margin: 0 auto 1rem;
	padding: 0.5rem 1rem;
	background: #FEFDF6;
	border-bottom: 3px solid #958115;
	min-height: 69px;
	display: flex;
	align-items: center;
	font-size: 1rem;
}



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


}
@media screen and (max-width:910px){
	.top-gai-box {
		display: block;
	}
	.tirasi-box p {
		text-align: center;
	}
	.tirasi-box p br {
		display: none;
	}
	.tirasi-box .fl-box {
		justify-content: center;
	}

}
@media screen and (max-width:768px){
/*	.k-inr {
		font-size: 0.9375rem;
	}*/
	br.pc-only {
		display: none;
	}
	br.sp-only {
		display: block;
	}
	.k-inr ul.gai {
		display: block;
	}
	.k-inr ul.gai li:nth-child(odd),
	.k-inr ul.gai li:nth-child(even) {
		width: 100%;
	}
	.k-inr ul.gai li:nth-child(odd) {
		padding-left: 1em;
		text-align: left;
		margin-bottom: 0.5rem;
	}
	.k-inr ul.gai li:nth-child(even) {
		margin-bottom: 1.5rem;
	}
	.k-inr .inr ul.gai2 li {
		border-bottom: none;
		padding: 0;
	}
	.k-inr .inr ul.gai2 li:nth-child(odd),
	.k-inr .inr ul.gai2 li:nth-child(even) {
		width: 100%;
		text-align: left;
	}
	.k-inr .inr ul.gai2 li:nth-child(odd){
		margin-top: 1em;
	}
	.k-inr .inr ul.gai2 li:nth-child(even) {
		padding-left: 0;
		padding-bottom: 1em;
		border-bottom: 1px solid #dcdcdc;
	}
	.fl-box, .k-inr .inr ul.gai2 {
		display: block;
	}
	.tirasi-box .fl-box {
		display: flex;
	}
	.fl-box.shop > div {
		width: 100%;
	}
	.img2block img {
		margin-bottom: 30px;
	}
	.img2block img:nth-child(n+3) {
		margin-top: 0;
	}
	.mgn-t30 {
		margin-top: 30px;
	}
	.k-inr table tr th,.k-inr table tr td {
		display: block;
		border: none;
		width: 100%;
	}
	.k-inr table tr th {
		text-align: left;
		padding-left: 1em;
		border: 1px solid #ded8c9;
	}
	.k-inr table tr td {
		border-right: 1px solid #ded8c9;
		border-left: 1px solid #ded8c9;
	}
	.k-inr table tr:last-child td {
		border-bottom: 1px solid #ded8c9;
	}
	.syutu div:nth-child(even) {
		width: 100%;
		padding: 1em 0 0 0;
	}
	.toki div:first-child,.toki div:last-child {
		width: 100%;
	}
	.toki div:first-child {
		text-align: left;
		padding-left: 1em;
	}
	.toki div br {
		display: none;
	}
	.sweets > div:first-child,.sweets > div:nth-child(2) {
		width: 100%;
	}
	.sweets > div:nth-child(2) {
		padding-left: 0;
		margin-top: 1em;
	}
	.sweets img {
		max-width: 400px;
	}
	.stamp_box div:nth-child(1),
	.stamp_box div:nth-child(2),
	.hist-box > div:nth-child(1),
	.hist-box > div:nth-child(2) {
		width: 100%;
	}
	.stamp_box div:nth-child(2),
	.hist-box > div:nth-child(2) {
		margin-top: 3rem;
	}
	.hist-box > div {
		text-align: center;
		width: 50%;
	}
	.hist-box > div:nth-child(2) h6,
	.hist-box > div:nth-child(2) p {
		text-align: left;
	}
	.hist-box > div:nth-child(1) img {
		max-width: 200px;
	}
	.hist-box img {
		max-width: 400px;
	}
	.stamp03 > div {
		margin: 0 auto;
	}
	.hist-box > .fl-box {
		display: flex;
		justify-content: center;
	}
	.hist-box > .fl-box > div {
		width: 50%;
	}
	.hist-box h6 br {
		display: none;
	}


}
@media screen and (max-width: 479px) {
	.k-inr {
		font-size: 0.9375rem;
	}
	.k-inr ul.gai li:nth-child(even) {
		font-size: 1rem;
	}
	.menu ul {
		display: block;
	}
	.menu ul li a {
		padding: 1em 1.5em;
	}


}