@charset "UTF-8";

:root {
	--color-white: #fff;
	--color-black: #000;
	--color-72762c: #72762c;
	--color-c57a15: #c57a15;
	--color-f0eadb: #f0eadb;
	--color-402300: #402300;
	--color-335719: #335719;
	--color-C6574A: #C6574A;
	--color-f0f0f0: #f0f0f0;
	--color-3F3557: #3F3557;
	--font-Cantata_One: 'Cantata One', serif;
}

* {
	box-sizing: border-box;
}

body {
	font-size: 14px;
	line-height: 1.4;
	color: var(--color-402300);
}

section:nth-child(2n) {
	background: var(--color-f0f0f0);
}

.bx_ttl > h1 {
    font-size: 22px;
    text-align: center;
	font-weight: bold;
}

@media (max-width:768px) {
	.inner {
		width: 100%;
	}
}

.fwb{
	font-weight: bold;
}

.ttl_sub{
	text-align: center;
	color: var(--color-335719);
}

.bx_ttl {
	margin-bottom: 30px;
}

.bx_ttl > h2 {
    font-size: 22px;
	text-align: center;
}

.dining_nav .desc{
	color: var(--color-402300);
	text-align: center;
}

#voice .mv {
	position: relative;
	background: var(--color-f0f0f0);
}

#voice .mv .inner {
	padding-top: 13px;
}

#voice .mv .bx_ttl {
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-white);
	filter: drop-shadow(4px 6px 8px black);
	z-index: 10;
}

#voice .mv .bx_ttl h1 {
	font-size: 20px;
}
#voice .mv .bx_ttl .ttl_sub_en {
	color: var(--color-white);
	font-size: 10px;
}

#voice .mv .mv_ttl{
	font-size: 20px;
	font-weight: bold;
}

#voice .mv img {
	height: 122px;
    width: 100%;
    object-fit: cover;
}

.voice_ct .voice_link{
	display: grid;
	grid-template-columns: 1fr;
    grid-template-rows: subgrid;
	gap: 10px;
    grid-row: span 3;
    row-gap: 5px;
	background-color: #fff;
}

.voice_ct{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	background-color: var(--color-f0f0f0);
}

.voice .bx_ttl > h1{
	font-size: 18px;
}

.voice_ct article{
	display: grid;
	padding: 10px;
	background-color: var(--color-white);
}

.voice_ct figure{
	display: flex;
	align-items: center;
	background-color: var(--color-f0f0f0);
}

.voice_ct img{
	margin: auto;
}

.voice_date{
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
}

.voice_ttl{
	margin-bottom: 0;
	font-size: 10px;
	text-align: left;
	color: var(--color-402300);
}

.pagenate{
	padding-top: 20px;
	background-color: var(--color-f0f0f0);
}

.page-numbers{
	display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers.current{
	border: 1px solid var(--color-402300);
	border-radius: 50%;
    padding: 0 6px;
}

.page-numbers li:not(:last-of-type){
	margin-right: 10px;
}

.post .bali_bx{
	background-color: var(--color-white);
}

.post_ct {
	padding: 40px 20px 60px;
	max-width: 100%;
}

.post_ct figure{
	text-align: center;
	margin-bottom: 40px;
}

.post_ct img {
    width: 100%;
    max-width: 300px;
	background-color: aquamarine;
}

.post_ct .bx_ttl > h1{
	font-size: 18px;
}

.post_ct p{
	font-size: 16px;
	font-weight: bold;
    line-height: 2;
    margin-bottom: 40px;
    color: var(--color-402300);
}

p.post_link_ct{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.post_link_ct a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 37px;
	font-size: 12px;
	color: var(--color-335719);
	border: 1px solid var(--color-335719);
}

div#breadcrumbs .inner{
	overflow-x: auto;
    scrollbar-width: thin;
}

div#breadcrumbs ol{
	min-width: max-content;
}

@media (min-width:769px) {

	#voice .mv {
		display: block;
		width: 100%;
		height: 450px;
		background: url(../../images/voice/mv_voice.webp) no-repeat;
		background-size: 100% 100%;
	}

	#voice .mv .inner {
		padding: 0;
	}

	#voice .mv .bx_ttl {
		top: 69%;
	}

	#voice .mv .bx_ttl .mv_ttl {
		font-size: 26px;
		font-weight: normal;
	}

	#voice .mv .bx_ttl .ttl_sub_en {
		font-size: 14px;
	}

	#voice .mv img {
		display: none;
	}

	.voice_ct{
		grid-template-columns: repeat(4,1fr);
	}

	.bali_bx h3{
		min-height: auto;
	}

	.voice_ct figure{
		height: 180px;
	}

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

	.page-numbers{
		font-size: 16px;
	}

	.page-numbers.current{
		padding: 0px 8px 2px;
	}

	.page-numbers li:not(:last-of-type){
		margin-right: 15px;
	}

	a.link02{
		margin-top: 40px;
	}

	.voice_ct{
		padding: 40px 0;
	}

	.voice .bx_ttl > h1{
		font-size: 22px;
	}

	.voice_ttl{
		font-size: 16px;
	}

	.post_ct {
		max-width: 960px;
		padding: 40px 0;
		margin: 0 auto;
	}

	.post_link_ct a{
		width: 30%;
	}

}