<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 新着情報 */

/* メインビジュアル
---------------------------------------------------------------------------*/
.block-mv {
	background-image: url(../img/blog/mv.jpg);
	text-shadow: 
		0px 0px 9px rgba(63, 46, 32, .7), 
		2px 2px 7px rgba(63, 46, 32, .7), 
		2px -2px 7px rgba(63, 46, 32, .7), 
		-2px 2px 7px rgba(63, 46, 32, .7), 
		-2px -2px 7px rgba(63, 46, 32, .7);
}
@media screen and (max-width: 768px){
	.block-mv {
		background-image: url(../img/blog/mv-sp.jpg);
	}
}





/* アンカー
---------------------------------------------------------------------------*/
.box-anchors .inner-base {
	max-width: 720px;
	padding-left: 0;
	padding-right: 0;
}
.lst-anchors li {
	width: auto;

}
.lst-anchors li a {
	width: 224px;
	height: 60px;
	background-color: #3373B3;
	border: 1px solid #3373B3;
	color: #FFFFFF;
}
.lst-anchors a::after {
	left: calc(50% - 6.5px);
}
.tx-anchors,
.lst-anchors a:hover .tx-anchors {
	width: 100%;
	background-color: transparent;
}
.lst-anchors a:hover .tx-anchors {
	color: #3373B3;
}
.lst-anchors a:hover {
	background-color: #FFFFFF;
}
@media screen and (max-width: 768px){
	.lst-anchors li {
		width: 49%;
	}
	.lst-anchors li a {
		width: 100%;
		height: 12vw;
	}
}


/* 一覧
---------------------------------------------------------------------------*/
.lst-news-archives {
	max-width: 950px;
	margin: 60px auto 0;
}

.lst-news-archives &gt; li {
	width: 300px;
	margin-right: 25px;	
	margin-bottom: 40px;
	padding: 30px;
	background-color: #FFFFFF;
}
.lst-news-archives &gt; li:nth-of-type(3n) {
	margin-right: 0;
}
.fig-topic {
	margin-bottom: 15px;
}
.fig-topic img {
	width: 240px;
	height: 140px;
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center;";
}
.icon-topic span {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 3px;
	padding: 1px 6px;
	border: 1px solid #0050A5;
	font-size: .11rem;
}
.icon-topic {
	margin-bottom: 8px;
	line-height: 130%;
}
.date-topic {
	margin-bottom: 5px;
	font-size: .15rem;
}
.ttl-topic {
	font-size: .15rem;
	color: #000000;
}

.lst-pagenation {
	max-width: 950px;
	margin: 0 auto 0 auto;
	padding: 5px 13px;
	border-top: 1px dotted #0050A0;
	border-bottom: 1px dotted #0050A0;
	color: #0050A0;
}
.lst-pagenation .pos {
	margin-right: 15px;
}
.news-archives .navigation .screen-reader-text {
	display: none;
}
.page-numbers {
	display: inline-block;
	min-width: 25px;
	padding: 1px 5px;
	border: 1px solid #0050A0;
	text-align: center;
}
.page-numbers:hover {
	background-color: #0050A0;
	color: #FFFFFF;
	opacity: 1;
}
.page-numbers.current {
	background-color: #0050A0;
	color: #FFFFFF;
}


@media screen and (max-width: 768px){
	.lst-news-archives {
		margin: 0;
		padding: 0px 3vw;
	}
	.lst-news-archives &gt; li,
	.lst-news-archives &gt; li:nth-of-type(3n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2vw;
		padding: 3vw;
	}
	.lst-news-archives &gt; li:nth-of-type(2n) {
		margin-right: 0;
	}
	.fig-topic img  {
		width: 100vw;
		height: 25vw;
	}
	.date-topic,
	.ttl-topic {
		font-size: 4vw;
	}
}

.lst-pagenation.archive {
	position: relative;
}
.lst-pagenation.archive &gt; * {
	margin: 0 2.5px;
}
@media screen and (max-width: 768px){
	.lst-pagenation {
		margin-top: 5vw;
		margin-bottom: 2vw;
	}
	.lst-pagenation.archive &gt; * {
		margin: 0 1vw;
	}
	.lst-pagenation {
		padding: 2vw;
		font-size: 3.8vw;
	}
}



/* 新着フッター
---------------------------------------------------------------------------*/
.single-footer {
	padding-top: 60px;
}
.lst-singleft {
	margin: 0 auto;
}
.lst-singleft &gt; li {
	width: calc(100% / 3);
	padding: 0 40px;
	border-right: 1px dotted #0050A0;
}
.lst-singleft &gt; li:last-of-type {
	border-right: none;
}
.name-prof {
	margin-bottom: 20px;
	font-size: .36rem;
}
.lst-singleft &gt; li .fig {
	margin-bottom: 20px;
	text-align: center;
}
.lst-singleft &gt; li .logo {
	margin-bottom: 30px;
	text-align: center;
}
.lst-singleft &gt; li .logo img {
	width: 225px;
}
.single-footer .lst-archive li {
	margin-bottom: 5px;
	color: #FFFFFF;
}
.single-footer .lst-archive li a {
	padding: 10px;
	background-color: #6696C6;
	border: 1px solid #6696C6;
	color: #FFFFFF;
}
.single-footer .lst-archive li a:hover {
	background-color: #FFFFFF;
	border: 1px solid #6696C6;
	color: #6696C6;
	opacity: 1;
}
.single-footer .single-footer-category .lst-archive li a {
	background-color: #B08829;
	border: 1px solid #B08829;
	color: #FFFFFF;
}
.single-footer .single-footer-category .lst-archive li a:hover {
	background-color: #FFFFFF;
	border: 1px solid #B08829;
	color: #B08829;
	opacity: 1;
}

.ttl-ft {
	margin-bottom: .2rem;
	font-size: .35rem;
}
.logo-ft {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px){
	.single-footer {
		padding-top: 8vw;
	}
	.lst-singleft {
		width: 100%;
	}
	.lst-singleft &gt; li {
		padding: 0 0 5vw 0;
		margin-bottom: 5vw;
		border-right: none;
		border-left: none;
		border-bottom: 1px dotted #0050A0;
	}
	.lst-singleft &gt; li:last-of-type {
		padding-bottom: 0;
		border-bottom: none;
	}
	.lst-singleft &gt; li:last-of-type {
		border-right: none;
	}
	.ttl-ft {
		font-size: 8vw;
	}
	.lst-singleft &gt; li .fig img {
		max-width: 200%;
		width: 100%;
	}
	.logo-ft {
		margin-left: auto;
		margin-right: auto;
	}
	.single-footer .lst-archive li {
		font-size: 3.8vw;
	}
	.single-footer .lst-archive li a {
		padding: 2vw;
		background-size: 2vw;
	}
	.name-prof {
		margin-bottom: 3vw;
	}
	.lst-singleft &gt; li .logo {
		margin-bottom: 3vw;
	}
}

/* SNSアイコン */
.ft-sns {
	margin-top: 30px;
}
.ft-sns li {
	margin: 0 20px;
}
@media screen and (max-width: 768px){
	.ft-sns img {
		width: 6vw;
	}
}




/* 詳細
---------------------------------------------------------------------------*/
.single-hd {
	padding: 15px;
	border-bottom: 1px dotted #0050A0;
}
.single-ft {
	
}
.single-bd {
	margin-top: 5px;
	padding: 50px 15px;
	border-top: 1px dotted #0050A0;
}
.single-bd p + p {
	margin-top: 1em;
}
.single-bd a {
	text-decoration: underline;
}
.single-sns &gt; li {
	margin-right: 10px;
}
.single-sns &gt; li:last-of-type {
	margin-top: -4px;
}
.sigle-date {
	margin-bottom: 10px;
	font-size: .24rem;
}
.wp-block-image {
	text-align: center;
}
p + .wp-block-image {
	margin-top: 2em;
}
.wp-block-img + p {
	margin-top: 2em;
}
@media screen and (max-width: 768px){
	.single-bd {
		margin-top: 1vw;
		padding: 5vw 3vw;
	}
	.single-hd, .single-ft {
		margin-top: 5vw;
		padding: 3vw;
	}
	.single-bd p,
	.single-ft p {
		font-size: 3.8vw;
	}
	.single-date {
		margin-bottom: 2vw;
		font-size: 4vw;
	}
}
/* ページャー */
.single-pager {
	padding: 5px 20px;
	border-top: 1px dotted #0050A0;
	border-bottom: 1px dotted #0050A0;
}
.single-pager li a {
	position: relative;
	display: block;
	padding: 2px 15px;
	color: #0050A0;
	border: 1px solid #0050A0;
}
.single-pager li a:hover {
	background-color: #0050A0;
	border: 1px solid #0050A0;
	color: #FFFFFF;
	opacity: 1;
}
@media screen and (max-width: 768px){
	.single-pager {
		padding: 1vw;
		margin-bottom: 5vw;
	}
}


/* 宴会会議カテゴリ */
.fig-thumb {
	width: 320px;
}
.fig-thumb img {
	height: auto;
}
.single-bd-cnts {
	width: 640px;
}
.btn-partyplan {
	margin-top: 40px;
}
.btn-partyplan a {
	width: 240px;
	height: 60px;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	.fig-thumb {
		margin-bottom: 3vw;
	}
	.btn-partyplan a {
		width: 100%;
		height: 12vw;
	}
}
















</pre></body></html>