@charset "UTF-8";
/*==================================================================*/
/* レスポンシブルスタイル*/
/*==================================================================*/
/*---------- 幅768pxまでの指定 ----------*/
@media screen and (max-width: 768px) {
.pc {
	display: none !important;
}
.l {
	float: none;
}
.r {
	float: none;
}
#page-top {
	position: fixed;
	bottom:10px;
	right: 10px;
	z-index:10000;
	width:60px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}
#page-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}
html {
	font-size:16px;
}
body {
	width: 100%;
	color: #111;
	background:url("../img/bg-gara-A.gif") repeat center center;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2px;
	line-height:1.96;
	text-rendering: optimizeSpeed;
	font-size: 16px;
	min-height: 100vh;
}
.fadeIn {
	opacity: 0;
	transition: opacity 1.5s;
}
.fadeIn.visible {
	opacity: 1;
}
.fadeIn-UP {
    opacity: 0; /* アニメーション前は透明 */
    transform: translateY(50px); /* 画面外から下から上に */
    transition: opacity 1.5s, transform 1.5s; /* スムーズなトランジション */
}
.fadeIn-UP.visible {
    opacity: 1; /* 不透明に */
    transform: translateY(0); /* 元の位置に */
}
.fadeIn-Left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1.5s, transform 1.5s;
}
.fadeIn-Left.visible {
    opacity: 1;
    transform: translateX(0);
}
.fadeIn-Right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.5s, transform 1.5s;
}
.fadeIn-Right.visible {
    opacity: 1;
    transform: translateX(0);
}

.entry-content {
	width: 100%;
	padding: 0 0 40px;
	margin-bottom:40px;
	font-size:16px;
	background:url("../img/bg-line-blue.png") repeat-x center bottom;
}
.entry-content p {
	padding: 0 0 36px;
}
.entry-content h1{
	font-size:24px;
	padding:16px 18px 16px;
	margin-bottom:30px;
}
.entry-content h2{
	font-size:24px;
	color:#fff;
	margin-bottom:20px;
	line-height: 1.6;
	font-weight:bold;
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.entry-content h3 {
	padding:10px 13px 12px;
	background:#222;
	color:#fff;
	font-size: 16px;
	margin-bottom:20px;
}
.entry-content h4 {
	padding:0 0 6px;
	font-size: 15px;
}

.entry-content table{
	width:100% !important;
	font-size:13px;
	margin-bottom:42px;
}
.entry-content table th{
	width:30% !important;
	border:1px solid #ccc;
	padding:12px;
	background:#333;
	color: #fff;
	vertical-align: middle;
}
.entry-content table td{
	width:70% !important;
	border:1px solid #ccc;
	padding:12px;
	background:#fff;
}
.entry-content a{
	color:#fff;
	text-decoration: underline;
}

.acf-area{
	width:100%;
	padding-top:20px;
}
.acf-area .acf-content{
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	display:table;
}
.acf-area .acf-content .acf-th{
	display:table-cell;
	width:30%;
	padding:16px;
	background:#aa854c;
	color: #fff;
	line-height: 1.68;
	font-size:14px;
	font-weight:bold;
	vertical-align: middle;
}
.acf-area .acf-content .acf-td{
	display:table-cell;
	width:70%;
	padding:16px;
	background:#eef0ea;
	line-height: 1.68;
	vertical-align: middle;
	font-size:14px;
	color:#333;
}
.acf-area .acf-content a{
	text-decoration: underline;
}
.acf-area .acf-content a:hover{
	text-decoration: none;
}

/* header
---------------------------------------------- */
header h1{
	padding:16px;
	font-size: 13px;
}
 /* ドロワー設定
---------------------------------------------- */
main {
	height: 100%;
	min-height: 100vh;
	padding: 0 0px;
	transition: all .6s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	/*スライドメニュー
	---------------------------------------------- */
	.hamburger {
		display: block !important;
		top: 6px !important;
		right:6px !important;
		width: 68px !important;
		height: 68px !important;
		padding: 12px 18px !important;
		background: #952e19 url("../img/txt-menu-gold.png") no-repeat center bottom 12px !important;
		background-size:32px !important;
		border:1px solid #aa854c;
	}
	.hamburger.active {
		background: #222 url("../img/txt-close-gold.png") no-repeat center bottom 12px !important;
		background-size:32px !important;
	}
	.hamburger .hamburger__icon {
		background: #aa854c;
		width: 26px;
		margin-top: 0 !important;
	}
	.hamburger .hamburger__icon:before {
		background: #aa854c;
		width: 21px;
	}
	
	.hamburger.active .hamburger__icon {
		background: none;
	}
	.hamburger.active .hamburger__icon:before {
		width: 31px;

	}
	.hamburger .hamburger__icon:after {
		background: #aa854c;
		width: 31px;
	}
	.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		background: #aa854c !important;
	}
	.fat-nav__wrapper .menu-gnav{
		margin: 0 auto 0em !important;
		border: none;
	}
	.fat-nav {
		/* jquery.fatNav の上書き（他の固定要素より前面に） */
		z-index: 10000 !important;
		background:url("../img/bg-gara-C.gif") repeat center center !important;
		height: 100vh !important;
		padding:60px 30px;
	}
	.fat-nav.active{
		display:block !important;
	}
	.fat-nav .sp-logo-area{
		width:162px;
		max-height:200px;
		margin:0 auto 20px;
	}
	.fat-nav .sp-logo-area a{
		display:block;
	}
	.fat-nav .fat-nav__wrapper{
		padding:20px 0 0;
		height:auto !important;
	}
	.fat-nav .menu-base-top{
		max-width:460px;
		margin:0 auto -2px;
	}
	.fat-nav .menu-base-bottom{
		max-width:460px;
		margin:-5px auto 0;
	}

	.fat-nav .menu-gnav{
		position: static !important;
		transform: none !important;
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
		background: transparent !important;
		overflow: visible !important;

		max-width:460px;
		margin:0 auto !important;
		background:url("../img/bg-menu-base-middle.png") repeat-y center center !important;
		background-size:100% !important;
	}
	.fat-nav .fat-nav__wrapper ul{
		display:block !important;
		padding:0 30px 20px;
		margin-bottom:0px;
	}
	.fat-nav .fat-nav__wrapper ul li{
		display: block;
		width:100%;
	}

	.fat-nav .fat-nav__wrapper ul li a{
		display: block;
		padding:0 0 16px;
		margin-bottom:16px;
		line-height: 1.68;
		font-size: 18px;
		text-align: center;
		color: #111;
		font-weight: bold;
		background: none !important;
		border-bottom:2px dotted #aa854c;
	}

	.fat-nav .menu-fukumeshi-list{
		max-width:400px;
		margin:0 auto;
		padding:0 30px;
	}
	.fat-nav .menu-fukumeshi-list .ttl{
		background: #aa854c;
		padding:10px 0;
		color: #fff;
		font-size: 18px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		margin-bottom:20px;
	}
	.fat-nav .menu-fukumeshi-list .list{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		padding:0 0 20px;
	}
	.fat-nav .menu-fukumeshi-list .list a{
		display:block;
		width:49.5%;
		padding:10px;
		font-size: 15px;
		line-height: 1.4;
		color: #79582d;
		font-weight: bold;
		border:1px solid #aa854c;
		margin-bottom:4px;

	}
	.fat-nav .menu-fukumeshi-list .list a:hover{
		color: #d7614e;
	}


/* footer
---------------------------------------------- */
footer{
	width:100%;
	padding:80px 0 0;
	background-image:
	url("../img/bg-kumo-A.png"),
	url("../img/bg-kumo-B.png");
background-repeat:no-repeat,no-repeat;
background-size:55%,45.5%;
background-position:left top 20px ,right  top 45vw;
}
footer .foot-logo{
	max-width:275px;
	width:40%;
	margin:0 auto 40px;
}
footer .foot-nav{
	text-align:center;
	padding:0 0 60px;
}
footer .foot-nav ul li{
	display:block;
}
footer .foot-nav ul li a{
	display:block;
	padding:12px 0;
	font-size: 18px;
	font-weight: bold;
	color: #111;
	text-decoration: none;
}
footer .foot-nav ul li a:hover{
	color: #d7614e;
}
footer .foot-info{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size: 14px;
	padding:0 0 60px;
	background: url("../img/foot-line.png") no-repeat bottom center;
}
footer .foot-info .ttl{
	font-weight: bold;
	font-size: 16px;
}
footer .foot-ban-area{
	width:100%;
	padding:30px 20px 20px;
	text-align:center;
	font-size: 0;
}
footer .foot-ban-area a{
	display:inline-block;
	width:32%;
	margin:0 0.5% 6px;
}
footer .copy-area {
	font-size: 13px;
	text-align: center;
	padding:40px;
	background:#aa854c;
	color:#fff;
}


/* index
---------------------------------------------- */
.Top-FV{
	width:100%;
	background-image:
		url("../img/bg-kumo-A.png"),
		url("../img/bg-kumo-B.png"),
		url("../img/bg-fukui-A.png");
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-size:65%,68%,90%;
	background-position:left top 80px ,right bottom 60px,right 20px top 200px;
	padding:0 0 5vw;
}
.Top-FV .top-read-area .inner{
	width:100%;
	float:none;
	text-align:center;
}
.Top-FV .top-read-area .logo-area{
	display:block;
	padding:0 0 50px;
}
.Top-FV .top-read-area .txt-area{
	display:inline-block;
	font-weight: bold;
}
.Top-FV .top-read-area .txt-area .txt-catch,
.Top-FV .top-read-area .txt-area .txt{
	padding:0 16px;
}

.Top-FV .ani-item{
	display: block;
	max-width:234px;
	width:8.25vw;
	margin:0 1vw;
}
.Top-FV .top-read-area{
	padding:60px 0;
}

.Top-FV .top-read-area .txt-area .txt-catch{
	font-size:32px;
	padding:0 0 38px;
	line-height: 1.6;
}
.Top-FV .top-read-area .txt-area .txt{
	font-size:16px;
	padding:0 0 20px;
}
.Top-FV .top-read-area .logo{
	max-width:225px;
	margin:0 auto;
}
.Top-fukumeshi15-content{
	padding:20px 0;
}
.Top-fukumeshi15-content .ttl-area{
	width:100%;
	background: url("../img/bg-top-ttl.png") no-repeat top center;
	background-size: 200%;
	padding-top:16px;
}
.Top-fukumeshi15-content .ttl-area .ttl{
	width:100%;
	margin:0 auto;
}

.Top-fukumeshi15-content .fukumeshi15-read-area{
	width:100%;
	padding:20px 0 80px;
	background:url("../img/bg-fukui-B.png") no-repeat top 240px center;
	background-size:90%;
}
.Top-fukumeshi15-content .fukumeshi15-read-area .text{
	padding:20px 24px 100px;
	font-size:16px;
}
.Top-fukumeshi15-content .fukumeshi15-read-area .ttl-img{
	transition: 0.4s ease;
	text-align:center;
	padding:0 6px;
}

.Top-fukumeshi15-list{
	width:100%;
}
.Top-fukumeshi15-list .box-list{
	width:100%;
	padding:0;
}
.Top-fukumeshi15-list .box{
	width:100%;
	position: relative;
	padding:200px 0 40px;
	margin-bottom:20px;
}
.Top-fukumeshi15-list .box.photo-Left .photo{
	max-width:420px;
	width:100%;
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
}
.Top-fukumeshi15-list .box.photo-Right .photo{
	max-width:405px;
	width:100%;
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
}
.Top-fukumeshi15-list .box .photo a{
	display:block;
	padding:1vw 1vw 2vw;
}
.Top-fukumeshi15-list .box .photo a img{
	filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.3));
	transition: 0.4s ease;
}
.Top-fukumeshi15-list .box .photo:hover a img{
	transform: translateY(-4px);
	filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.3));
}
.Top-fukumeshi15-list .box .txt-base{
	width:100%;
	color:#fff;
	padding:60px 24px 60px;
	line-height: 1.68;
}
.Top-fukumeshi15-list .box.photo-Left .txt-base{
	background-image: url("../img/txt-base-kumo-r.png"),url("../img/txt-base-kumo-l.png");
	background-position: bottom 16px left 10%,top 24px right 5%;
	background-size: 45%,45%;
	background-repeat: no-repeat,no-repeat;
	background-color:#aa854c;
}
.Top-fukumeshi15-list .box.photo-Right .txt-base{
	background-image: url("../img/txt-base-kumo-r.png"),url("../img/txt-base-kumo-l.png");
	background-position: bottom 16px left 10%,top 24px right 5%;
	background-size: 45%,45%;
	background-repeat: no-repeat,no-repeat;
	background-color:#aa854c;
}

.Top-fukumeshi15-list .box.photo-Left .txt-base .txt-base-content{
	width:100%;
}
.Top-fukumeshi15-list .box.photo-Right .txt-base .txt-base-content{
	width:100%;
}

.Top-fukumeshi15-list .box.photo-Left .btn-area{
	position: absolute;
	bottom:0;
	padding:20px;
	text-align:right;
	width:100%;
}
.Top-fukumeshi15-list .box.photo-Right .btn-area{
	position: absolute;
	bottom:0;
	padding:20px;
	text-align:right;
	width:100%;
}

.Top-fukumeshi15-list .box .btn-area .to-shop{
	display:inline-block;
	background:#872812;
	color:#fff;
	line-height: 1.4;
	padding:16px 40px 16px 24px;
	font-size:14px;
	font-weight:600;
	position: relative;
	margin-right:0.33vw;
	transition:0.4s ease;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.6));
}
.Top-fukumeshi15-list .box .btn-area .to-shop::after{
	content: "\f138";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:14px;
	color:#fff;
	position: absolute;
	right:8px;
	top:50%;
	transform: translateY(-50%);
}
.Top-fukumeshi15-list .box .btn-area .to-shop:hover{
	background:#c94325;
	color:#fff;
	filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.3));
	transform: translateY(-2px);
}
.Top-fukumeshi15-list .box .btn-area .to-more{
	display:inline-block;
	background:#182832;
	color:#fff;
	line-height: 1.4;
	padding:16px 40px 16px 24px;
	font-size:14px;
	font-weight:600;
	position: relative;
	transition:0.4s ease;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.6));
}
.Top-fukumeshi15-list .box .btn-area .to-more::after{
	content: "\f138";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:14px;
	color:#fff;
	position: absolute;
	right:8px;
	top:50%;
	transform: translateY(-50%);
}
.Top-fukumeshi15-list .box .btn-area .to-more:hover{
	background:#2c5874;
	color:#fff;
	filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.3));
	transform: translateY(-2px);
}
.Top-fukumeshi15-list .box .txt-base .ttl{
	font-size: 33px;
	padding:0 0 3px;
}
.Top-fukumeshi15-list .box .txt-base .txt-catch{
	font-size: 20px;
	padding:0 0 20px;
	font-weight: bold;
}
.Top-fukumeshi15-list .box .txt-base .txt{
	font-size: 16px;
}

.Top-shop-area{
	width:100%;
	background:url("../img/bg-gara-C.gif") repeat center center;
	padding:0 0 80px;
}
.Top-shop-area .ttl-area{
	width:100%;
	padding:80px 0 20px;
	text-align:center;
	background:url("../img/bg-top-shop-ttl.png") no-repeat center center;
}
.Top-shop-area .ttl-area .ttl{
	width:90%;
	max-width:394px;
	margin:0 auto;
}

.Top-shop-area .shop-slider-wrap{
	width: 100%;
	padding:20px 0 0;
}
.Top-shop-area .shop-slider-wrap .slick-track{
	padding:48px 0 0;
}
.Top-shop-area .shop-slider .slick-list{
	margin: 0 ;
}
.Top-shop-area .shop-slider .shop-slide{
	padding: 0 0.3rem;
}
.Top-shop-area .shop-slider .shop-card{
	display: block;
	padding: 1rem 0.75rem 2rem;
	color: #fff;
	transition: 0.4s ease;
}
.Top-shop-area .shop-slider .shop-card:hover{
	transform: translateY(-4px);
}
.Top-shop-area .shop-slider .shop-card .thum{
	width:100%;
	object-fit: cover;
	aspect-ratio: 3/2;
	overflow: hidden;
	margin-bottom: 16px;
	border:4px solid #d8bf7c;
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
.Top-shop-area .shop-slider .shop-card .thum img{
	object-fit: cover;
	aspect-ratio: 3/2;
	width:100%;
	vertical-align: middle;
}
.Top-shop-area .shop-slider .shop-card .thum .no-image{
	width:100%;
	object-fit: cover;
	aspect-ratio: 3/2;
	overflow: hidden;
	margin-bottom: 16px;
}
.Top-shop-area .shop-slider .shop-card .thum .no-image img{
	object-fit: cover;
	aspect-ratio: 3/2;
	width:100%;
	vertical-align: middle;
}
.Top-shop-area .shop-slider .shop-card .title{
	font-size: 21px;
	line-height: 1.6;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom:6px;
}

.Top-shop-area .shop-slider .shop-card .txt-catch{
	font-size: 16px;
	line-height: 1.6;
	display: block;
	text-align: center;
}

.Top-shop-area .shop-slider .slick-prev,
.Top-shop-area .shop-slider .slick-prev:before,
.Top-shop-area .shop-slider .slick-prev:hover:before,
.Top-shop-area .shop-slider .slick-prev:focus,
.Top-shop-area .shop-slider .slick-prev:focus:before{
	position: absolute;
	top:20px;
	right:90px;
	left:auto;
	display:block;
	background:url("../img/prev.png") no-repeat center center;
	background-size:100%;
	width:60px;
	height:60px;
	z-index:9998;
}
.Top-shop-area .shop-slider .slick-prev:hover{
	position: absolute;
	top:20px;
	right:90px;
	left:auto;
	display:block;
	background:url("../img/prev-or.png") no-repeat center center;
	background-size:100%;
	width:60px;
	height:60px;
	z-index:9998;
}
.Top-shop-area .shop-slider .slick-next,
.Top-shop-area .shop-slider .slick-next:before,
.Top-shop-area .shop-slider .slick-next:hover:before,
.Top-shop-area .shop-slider .slick-next:focus,
.Top-shop-area .shop-slider .slick-next:focus:before{
	position: absolute;
	top:20px;
	right:20px;
	display:block;
	background:url("../img/next.png") no-repeat center center;
	background-size:100%;
	width:60px;
	height:60px;
	z-index:9998;
}
.Top-shop-area .shop-slider .slick-next:hover{
	position: absolute;
	top:20px;
	right:20px;
	display:block;
	background:url("../img/next-or.png") no-repeat center center;
	background-size:100%;
	width:60px;
	height:60px;
	z-index:9998;
}
.Top-shop-area .slick-dots{
	bottom:-10px;
}
.Top-shop-area .slick-dots li button::before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #fff;
}
.Top-shop-area .slick-dots li.slick-active button::before {
	color: #d8bf7c;
}
.Top-shop-area .btn-area{
	width:100%;
	padding:0 0 80px;
	text-align:center;
}
.Top-shop-area .btn-area a{
	display:inline-block;
	color:#fff;
	line-height: 1;
	padding:16px 48px 16px 30px;
	font-size:16px;
	font-weight:600;
	border:1px solid #fff;
	border-radius:100vh;
	position: relative;
	transition:0.4s ease;
}
.Top-shop-area .btn-area a:hover{
	background:#fff;
	color:#866737;
	border:1px solid #866737;
}
.Top-shop-area .btn-area a::after{
	content: "\f138";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:15px;
	color:#fff;
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
}
.Top-shop-area .btn-area a:hover::after{
	color:#866737;
}

.Top-shop-area .map-area{
	width:100%;
	padding:0 20px;
}
.Top-shop-area .map-area .map-area-inner{
	width:100%;
	padding:60px 0 0;
	background:url("../img/bg-line-blue.png") repeat-x top center;
}
.Top-shop-area .map-area .map-area-inner .ttl{
	font-size: clamp(30px, 3.5vw, 40px);
	line-height: 1.6;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:0 0 40px;
}
.Top-shop-area .map-area .map-area-inner .map-area-content{
	width:100%;
	height:600px;
	border:5px solid #d8bf7c;
	background:#ccc;
	text-align:center;
}

.Top-news-area{
	width:100%;
	padding:60px 20px;
	background:#aa854c;
	background-image:url("../img/txt-base-kumo-r.png"),
					url("../img/txt-base-kumo-r.png");
	background-repeat:no-repeat,no-repeat;
	background-size:180px,180px;
	background-position:top 20px left -30px,bottom 20px right -30px;

}
.Top-news-area .inner{
	width:100%;
	margin:0 auto;
	display:block;
}
.Top-news-area .ttl-area{
	width:100%;
	display:block;
	text-align:center;
}
.Top-news-area .ttl-area .ttl-en{
	font-size:42px;
	letter-spacing: 1px;
	line-height: 1.6;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.Top-news-area .ttl-area .ttl-jp{
	font-size: 16px;
	line-height: 1.6;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:0 0 40px;
}

.Top-news-area .btn-area{
	width:100%;
	text-align:center;
}
.Top-news-area .btn-area a{
	display:inline-block;
	color:#fff;
	line-height: 1;
	padding:16px 48px 16px 30px;
	font-size:16px;
	font-weight:600;
	border:1px solid #fff;
	border-radius:100vh;
	position: relative;
	transition:0.4s ease;
}
.Top-news-area .btn-area a:hover{
	background:#fff;
	color:#c94325;
	border:1px solid #c94325;
}
.Top-news-area .btn-area a::after{
	content: "\f138";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:15px;
	color:#fff;
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
}
.Top-news-area .btn-area a:hover::after{
	color:#c94325;
}

.Top-news-area .news-area{
	width:100%;
	display:block;
	padding:24px 40px 24px;
	background:#f7f3dc;
	background-image:
	url("../img/kadokake.png"),
	url("../img/kadokake.png"),
	url("../img/kadokake.png"),
	url("../img/kadokake.png");
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-size:70px,70px,70px,70px;
	background-position:top -35px left -35px,bottom -35px left -35px,top -35px right -35px,bottom -35px right -35px;
	margin-bottom:24px;
}
.Top-news-area .news-area ul li{
	padding:2px 0;
	border-bottom:1px dotted #aa854c;
}
.Top-news-area .news-area ul li a{
	display:table;
	width:100%;
	padding:16px 0;
	color:#222;
	text-decoration: none;
}
.Top-news-area .news-area ul li a:hover{
	color:#c94325;
}
.Top-news-area .news-area ul li a .date{
		display:table-cell;
	width:20%;
	font-size:13px;
	color:#aa854c;
	vertical-align: baseline;
	line-height: 1.6;
}
.Top-news-area .news-area ul li a .title{
	display:table-cell;
	width:80%;
	padding-left:16px;
	font-size:14px;
	vertical-align: baseline;
	line-height: 1.6;
}


.Top-pdf-area{
	width:100%;
	padding:0;
}
.Top-pdf-area .inner{
	width:100%;
	margin:0 auto;
}
.Top-pdf-area .base{
	width:100%;
	padding:60px 30px 60px;
	display:block;
	background:url("../img/bg-gara-C.gif") repeat top center;
}
.Top-pdf-area .base .text-box{
	width:100%;
	display:block;
	color:#fff;
	margin-bottom:24px;
}
.Top-pdf-area .base .img-box{
	width:100%;
	display:block;
	padding-top:30px;
}

.Top-pdf-area .base .text-box .ttl{
	font-size: 32px;
	line-height: 1.6;
	font-weight:bold;
	padding:0 0 16px;
	margin-bottom:24px;
	background:url("../img/bg-line-blue.png") repeat-x bottom center;
}

.Top-pdf-area .base .text-box .txt{
	font-size:16px;
	line-height: 1.6;
	margin-bottom:40px;
}
.Top-pdf-area .base .text-box .btn-area{
	width:100%;
}
.Top-pdf-area .base .text-box .btn-area a{
	display:inline-block;
	background:#872812;
	color:#fff;
	line-height: 1;
	padding:20px 60px 20px 12px;
	font-size:15px;
	font-weight:600;
	position: relative;
	transition:0.4s ease;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.6));
}
.Top-pdf-area .base .text-box .btn-area a:hover{
	background:#c94325;
}
.Top-pdf-area .base .text-box .btn-area a::after{
	content: "\f1c1";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:24px;
	color:#fff;
	position: absolute;
	right:16px;
	top:50%;
	transform: translateY(-50%);
}

/* 共通パーツ
---------------------------------------------- */

.L-Contants{
	width:100%;
}
.L-Contants .page-head{
	position: fixed;
	padding:10px;
	width:80%;
	z-index:9999;
}
.L-Contants .page-logo{
	width:35%;
	float:left;
	padding:0 16px 0 0;
}
.L-Contants .page-logo a{
	display:block;
}
.L-Contants .page-logo img{
	width:100%;
	max-width:238px;
}

.R-Contants{
	width:100%;
	margin-top:120px;
}
.R-Contants .breadcrumbs{
	padding:12px 20px;
	font-size: 14px;
	margin-bottom:12px;
}
.R-Contants .breadcrumbs a{
	text-decoration: underline;
}
.R-Contants .breadcrumbs a:hover{
	text-decoration: none;
}
.R-Contants .page-base-area{
	width:100%;
	padding:40px 30px;
	background:url("../img/bg-gara-C.gif") repeat center center;
	color:#fff;
}


.R-Contants .page-base-area .page-contents{
	width:100%;
	padding:0 0 40px;
}
.R-Contants .page-base-area .page-side-area{
	width:100%;
}
.R-Contants .page-base-area .page-contents .page-ttl-area{
	width:100%;
	padding:0 0 24px;
	margin-bottom:48px;
	background:url("../img/bg-line-blue.png") repeat-x bottom center;
}
.R-Contants .page-base-area .page-contents .page-ttl-area .txt-anke{
	font-size: 16px;
	font-weight:bold;
	margin-bottom:12px;
}
.R-Contants .page-base-area .page-contents .page-ttl-area h1{
	font-size: 24px;
	line-height: 1.6;
}

.R-Contants .page-base-area .page-side-area .side-widget{
	width:100%;
	margin-bottom:40px;
}
.R-Contants .page-base-area .page-side-area .side-widget h3{
	font-size: 20px;
	font-weight:bold;
	background:#222;
	border:1px solid #aa854c;
	color:#aa854c;
	text-align:center;
	margin-bottom:20px;
}
.R-Contants .page-base-area .page-side-area .side-widget .list{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-top:10px;
}
.R-Contants .page-base-area .page-side-area .side-widget .list .card{
	width:49%;
	margin-bottom:10px;
	padding:0;
	border:1px solid #aa854c;
	background:#f2f3ed;
	border-radius:10px;
	overflow:hidden;
}
.R-Contants .page-base-area .page-side-area .side-widget .list .card:hover{
	transform: translateY(-2px);
	background:#aa854c;
	transition:0.4s ease;
}
.R-Contants .page-base-area .page-side-area .side-widget .list .card:hover .card-txt .ttl{
	color:#fff;
}
.R-Contants .page-base-area .page-side-area .side-widget .list .card .card-img{
	width:100%;
	aspect-ratio: 3/2;
	object-fit:cover;
	overflow:hidden;
}
.R-Contants .page-base-area .page-side-area .side-widget .list .card .card-img img{
	object-fit:cover;
	aspect-ratio: 3/2;
	width:100%;
	vertical-align: middle;
}
.R-Contants .page-base-area .page-side-area .side-widget .list .card .card-txt{
	width:100%;
}
.R-Contants .page-base-area .page-side-area .side-widget .list .card .card-txt .ttl{
	font-size: clamp(12px, 0.8rem, 14px);
	font-weight:bold;
	color:#222;
	text-align:center;
}

.R-Contants .page-base-area .page-side-area .side-widget .tag-list .card{
	width:100%;
	display:block;
	border-bottom:1px dotted #ccc;
	padding:12px 0 12px 20px;
	color:#fff;
	position: relative;
}
.R-Contants .page-base-area .page-side-area .side-widget .tag-list .card:hover{
	color:#c94325;
}
.R-Contants .page-base-area .page-side-area .side-widget .tag-list .card::before{
	content: "\f105";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:13px;
	color:#aa854c;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}



.kiji-list .box-list .box{
	width:100%;
	margin-bottom:40px;
	background:url("../img/bg-line-blue.png") repeat-x bottom center;
	padding:0 0 40px;
}
.kiji-list .box-list .box .photo{
	width:100%;
	aspect-ratio: 3/2;
	object-fit:cover;
	overflow:hidden;
	margin-bottom:20px;
	display:block;
}
.kiji-list .box-list .box .photo img{
	object-fit:cover;
	aspect-ratio: 3/2;
	width:100%;
	vertical-align: middle;
}
.kiji-list .box-list .box .txt-box{
	width:100%;
	padding-left:0;
	color:#fff;
}
.kiji-list .box-list .box .txt-box .ttl{
	font-size:24px;
	line-height: 1.6;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	text-decoration: none;
	color:#fff;
}
.kiji-list .box-list .box .txt-box .ttl:hover{
	color:#c7b063;
}
.kiji-list .box-list .box .txt-box .txt-catch{
	font-size:16px;
	margin-bottom:16px;
	display:block;
}
.kiji-list .box-list .box .txt-box .btn-area{
	width:100%;
	padding-top:12px;
}
.kiji-list .box-list .box .txt-box .btn-area a{
	display:inline-block;
	background:#222;
	color:#fff;
	line-height: 1;
	padding:16px 48px 16px 20px;
	font-size:16px;
	text-decoration: none;
	color:#fff;
	transition:0.4s ease;
	position: relative;
}
.kiji-list .box-list .box .txt-box .btn-area a:hover{
	background:#c94325;
	color:#fff;
}
.kiji-list .box-list .box .txt-box .btn-area a::after{
	content: "\f138";
	font-family: "Font Awesome 6 Free",sans-serif;
	font-weight: 900;
	font-size:14px;
	color:#fff;
	position: absolute;
	right:16px;
	top:50%;
	transform: translateY(-50%);
}

.shop-tag ul li{
	display:inline-block;
	margin-right:2px;
	margin-bottom:8px;
}
.shop-tag ul li a{
	display:block;
	font-size:13px;
	line-height: 1;
	padding:6px 16px;
	border:1px solid #fff;
	color:#fff;
	border-radius:100vh;
}
.shop-tag ul li a:hover{
	border:1px solid #c7b063;
	color:#c7b063;
}






}