<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: 【CREATE】猫魔ホテル猪苗代ゴルフコース様　ワードプレス ベーステーマ
Description: bootstrapレスポンシブ対応のシンプルなテーマ mf
Author: create Ishikawa
*/

/********************************************************************************
** basic
********************************************************************************/
html{
	font-size: 62.5%;/* 1rem = 10pxと定義 */
	visibility: hidden;/* webフォントちらつき防止 */
}
html.wf-active {
  visibility: visible;/* webフォントちらつき防止 */
}
body {
	font-family: source-han-serif-japanese, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝体, YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	color: #000000;
	line-height: 1.75;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
	overflow-wrap: break-word;
	overflow:scroll
}
@media (min-width: 576px) {/*スマホ大*/
}
@media (min-width: 768px) {/*タブレット*/
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
body { font-size: 1.5rem}
}
@media (min-width: 1200px) {/*PC大*/
}

/********************************************************************************
** container
********************************************************************************/
.container-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pagesection {
	margin-bottom: 100px;
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.container-wrap {
	padding-top: 75px;
	padding-bottom: 75px;
}
}

/********************************************************************************
** header
********************************************************************************/
#header {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    z-index: 999;
}
#header a { text-decoration: none;}
#header .inner {
    position: relative;
    padding:0;
	background: #fff;
}
#header .logo {
	width: 100%;
    margin: 0 auto;
    padding: 8px 0px;
    z-index: 9999 !important;
	text-align: center;
	background: #fff;
}
#header .logo img { width: 225px;}

/* Fixed */
#header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header.fixed .inner {
    position: relative;
    padding:0;
	opacity:0.97;
	background: #fff;
}

/* menu */
#header nav {
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
	height: calc(var(--vh, 1vh) * 100)/*ツールバー対策（作業中）*/;
	background: #23330A;
		opacity:1;
		left: 0;
		z-index: -1/*ロゴ背面は1にする*/;
}
#header nav ul.menu,#header.fixed nav ul.menu {
		display: block;
		width: 92%;
		position: absolute;
		top: 100px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	padding-top: 0px;
	padding-right: 0px;
}
#header nav ul.menu &gt; li{
		margin: 0 auto;
	width: 100%;
}
#header nav ul.menu &gt; li a {
		padding:10px 15px ;
		display: block;
		color: #ffffff;
		border: none;
}
#header nav ul.menu &gt; li a::after {
		font-family: "Font Awesome 5 Free";
  content: "\f054";
	font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left:15px
}
#header nav .menu img { display: none;}
#header nav ul.sub-menu .menu-image-title-below.menu-image-title {text-align: left;}
#header nav .menu &gt; li &gt; ul.sub-menu { display: none;}
.hvr-underline-from-center:before { display: none}

/* toggle開閉ボタン */
#header #nav_toggle {
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 22px;
		right:15px;
		z-index: 9999;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #445E1C;/*開ボタンカラー*/
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
#header.fixed #nav_toggle span{background: #000;/*開ボタンカラー*/}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:6px;
	}
	#nav_toggle span:nth-child(3){
		top:12px;
	}

/* toggle開閉ボタンopen時 */
	.open #nav_toggle span,#header.fixed.open #nav_toggle span{
		background: #445E1C;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 5px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 5px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

/* 右2つメニューボタン */
.h2menu {
	position:absolute;
    width: 85%;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
}
.h2menu ul { list-style:none;}
.h2menu ul li {
	width:100%;
	padding:0;
	transition: .4s;
	color: #fff;
	text-align: center
}
.h2menu ul li:first-child { font-size: 3.2rem;line-height: 32px;}
.h2menu ul li:first-child a { color: #fff}
.h2menu ul li:first-child span { font-size: 1.4rem}
.h2menu ul li:first-child span::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 17px;
	height: 17px;
	background-image: url(img/icon-mobile.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 3px;
}
.h2menu ul li:nth-child(2) a {
	display:block !important;
	color:#ffffff;
	text-align:center;
	width:100%;
	height:100%;
	margin-top: 25px;
	background: #E42625;
	padding: 10px;
}
.h2menu ul li:nth-child(2) a::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;
	height: 20px;
	background-image: url("img/icon-memo1.svg");
	background-size: contain;
	vertical-align: middle;
	margin-right: 7px;
}

@media screen and (max-width: 667px) and (orientation: landscape) { /*スマホ横向き*/
#header nav ul.menu, #header.fixed nav ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
}
#header nav ul.menu &gt; li {
	width: auto;
    margin: 0;
}
}

@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
#header .inner { background: none; height: 76px}
#header .logo {
	width: 300px;
    margin: 0;
    padding: 17px 0px;
	text-align: center;
	background: #fff;
	float: left
}
#header .logo img { width: 230px;}
#header.fixed .inner { height: 76px}
#header.fixed .logo { width: 300px;}
#header.fixed .logo img { width: 230px;}

/* メインメニュー */
#header nav { 
	display:inline;
	float: right;
	position: static;
	width: auto;
	height: auto;
	background: none;
	opacity:1;
	z-index: 999;
}
#header nav ul.menu,#header.fixed nav ul.menu {
	display:inline;
	position: static;
	width: auto;
    list-style: none;
	display: flex;
	justify-content: flex-end;
	font-style: normal;
	font-weight: 700;
	padding: 15px 0 0 0;
	margin-bottom: 0;
	margin-right: 225px;
	font-size: 1.3rem;
}
#header.fixed nav ul.menu {
    padding: 10px 0 0 0;
}
#header nav ul.menu &gt; li {
	padding: 15px;
	margin: 0;
	position: static;
	border-bottom: none;
	width: auto
}
#header nav ul.menu &gt; li a {
	color:#fff;
	display:block;
	position: relative;
	padding: 0
}
#header.fixed nav ul.menu &gt; li a {
    color: #000;
}
#header nav ul.menu &gt; li a::after { content: ""; margin-left:0px}
#header nav .menu &gt; li &gt; ul.sub-menu { display: inline;}
.hvr-underline-from-center:before { display: inline}
#header #nav_toggle { display: none;}

/* 右2つメニューボタン */
.h2menu {
	position:absolute;
    width: auto;
	top:0;
	bottom:auto;
	left:auto;
	right: 0;
	margin: auto;
}
.h2menu ul {	
	display: flex;
	justify-content: flex-end;
}
.h2menu ul li {
	width:110px;
	padding:0;
	color: #fff;
	text-align: center;
	height: 76px;
	letter-spacing: 0;
}
.fixed .h2menu ul li { height: 76px;}
.h2menu ul li:first-child {
	font-size: 1.5rem;
	line-height: 1.75;
	background: #23330A;
	font-weight: 700;
	padding-top: 10px
}
.h2menu ul li:first-child span { font-size: 1.2rem;font-weight: 400;}
.h2menu ul li:nth-child(2) a {
	display:block !important;
	color:#ffffff;
	text-align:center;
	width:100%;
	height:100%;
	margin-top: 0px;
	background: #E42625;
	padding: 23px 0 0 0;
}
.h2menu ul li:nth-child(2) a:hover { background: #e95151}
.fixed .h2menu ul li:first-child { padding-top: 7px}
.fixed .h2menu ul li:nth-child(2) a { padding: 23px 0 0 0;}

/* 子メニュー（PCのみ） */
#header nav .menu &gt; li &gt; ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 75px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 50px;
    background: #23330A;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display: flex;
	flex-wrap:wrap
}
#header nav .menu &gt; li:hover &gt; ul.sub-menu {
    top: 85px;
    visibility: visible;
	opacity: 1
}
#header.fixed nav .menu &gt; li &gt; ul.sub-menu { top: 55px;}
#header.fixed nav .menu &gt; li:hover &gt; ul.sub-menu { top: 65px}
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li {
    width: 20%;
    border: none;
	padding:0 2%;
	font-size: 1.5rem;
	margin-bottom: 50px;
	font-family: kozuka-mincho-pr6n,  serif;
	font-weight: 400;
	font-style: normal;
}
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li span {
	margin-left: 1.0em;
	text-indent: -1.0em;
}
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li:first-child { font-size: 3.0rem}
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li:nth-child(6) {margin-left: 20%}
#header.fixed nav ul.sub-menu &gt; li a { color: #ffffff;}
#header nav ul.sub-menu &gt; li a:hover { color: #c8c8c8;}
#header nav ul.sub-menu .menu-image-title-below.menu-image-title {text-align: left;}
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li &gt; a &gt; span::before{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	margin-right:5px
}
#header nav .menu .navrec img {display: none}
/* 第2下層 */
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu &gt; li {
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal
}
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu &gt; li &gt; a { font-size: 1.4rem;font-weight: normal;padding: 0 10px}
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu { margin-top: 15px}
#header nav .menu &gt; li &gt; ul.sub-menu &gt; li &gt; ul.sub-menu &gt; li &gt; a::before {
  content: "-";
	font-weight: 900;
  margin-right:5px;
}
}

@media (min-width: 1200px) {/*PC大*/
#header .inner { height: 86px;}
#header .logo { width: 350px;}
#header .logo img { width: 280px;}
#header nav ul.menu,#header.fixed nav ul.menu { margin-right: 280px; font-size: 1.5rem;}
#header nav ul.menu &gt; li { padding: 15px 20px;}
.h2menu ul li { width:130px;height: 86px;}
.h2menu ul li:first-child { font-size: 1.6rem;}
.h2menu ul li:first-child span { font-size: 1.3rem}
.h2menu ul li:nth-child(2) a {padding: 28px 0 0 0;}
}

/********************************************************************************
** footer
********************************************************************************/
#footer {
	position: relative;
    border-top: 1px solid #ffffff;
	padding: 60px 0 30px 0;
	background: #23330A;
	color: #fff
}
#footer h1 { font-size: 1.5rem; margin-bottom: 20px;}
#footer h1 span { font-size: 1.2rem}
#footer address { font-size: 1.3rem; margin-bottom: 20px}
#footer .fttel { font-size: 1.3rem; margin-bottom: 30px}
#footer .fttel a { color: #fff}
#footer .fmmail {
	font-size: 1.3rem;
	width: 85%;
	margin: 25px auto 0 auto;
}
#footer .fmmail span::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;
	height: 20px;
	background: none;
	background-image: url(img/icon-memo2.svg);
	background-size: contain;
	vertical-align: middle;
    position: relative;
	margin-right: 15px;
}
#footer .fmmail span:hover::before { background-image: url(img/icon-memo1.svg);
	border-color: transparent;
	transition-delay: .6s;}
/* footer menu */
#global-nav-footer {
	width: 96%;
	margin: 50px 2% 0 2%;
    border-top: 1px solid #fff;
	padding: 30px 0
}
#global-nav-footer ul {
	margin: 0;
	font-size: 1.2rem;
	font-weight: normal
}
#global-nav-footer ul a {color:#fff;}
#global-nav-footer ul.menu &gt; li {
    margin-bottom: 15px;
}
#global-nav-footer ul.menu .sub-menu {
    margin-left: 10px;
}
#global-nav-footer ul.menu .sub-menu &gt; li::before {
	content: '-';
	margin-right: 5px
}
/* コピーライト */
#copyright {
	text-align: center;
	font-size: 1.2rem;
	color: #ffffff;
	margin-bottom: 0
}

@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
#footer { padding: 100px 0 50px 0;}
#footer h1 { font-size: 2.0rem}
#footer h1 span { font-size: 1.2rem}
#footer address { font-size: 1.4rem}
#footer .fttel { font-size: 1.4rem}
#footer .fmmail { font-size: 1.4rem; width: 80%; padding: 0px;margin: 0;}
/* footer menu */
#global-nav-footer {
	width: 100%;
	margin: 25px 0% 0 0%;
    border-top: none;
	padding: 0;
}
#global-nav-footer ul {font-size: 1.3rem;}
/* コピーライト */
#copyright {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 35px
}
/* ページトップへボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 25px;
	background: #708E41;
	z-index: 9999
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #ffffff;
  position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
}

/********************************************************************************
スライド＆各ページメインヴィジュアル
********************************************************************************/
.slider {
	position: relative;
	overflow: hidden;
	background: #fff;
	height: 100vh;
	margin-bottom: 25px;
}
.sliderbg {
	background: #000;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.25;
}
.topslider,.n2-section-smartslider,.n2-ss-align,.n2-ss-align-visible,.n2-padding,.n2-ss-slider,.n2-ow n2-has-hover,.n2-ss-load-fade,.n2-ss-mobilePortrait,.n2-ss-loaded,.n2-ss-slider-2,.n2-ow {
	height: 100vh !important;
}
.slider img {
	height: 100vh !important;
	width: auto;
  object-fit: cover;
}
/*キャッチ＆タイトル*/
.slider .slidecatch {
	position: absolute;
	top: 40%;
	left: 0;
	font-size: 14px;
	color: #ffffff;
	text-shadow:0px 0px 12px #343434;
	z-index: 3;
	width: 100%;
	text-align: center;
}
.slider .slidecatch .catchmain {
	font-size: 44px;
font-family: canto, serif;
font-weight: 700;
font-style: normal;
}
.slider .slidecatch .catchsmall {
  transition-delay: 3s;
    animation-name: fadein;
    animation-duration: 10s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(30px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

/*アニメーション*/
.title {
  display: flex;
	justify-content: center;
  overflow: hidden;
}
.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.title.-visible span {
  transform: translate(0, 0);
}
.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}
.title span:nth-child(11) {
  transition-delay: 0.6s;
}
.title span:nth-child(12) {
  transition-delay: 0.66s;
}
.title span:nth-child(13) {
  transition-delay: 0.72s;
}
.title span:nth-child(14) {
  transition-delay: 0.78s;
}

/*下層ページ*/
#pagevisual {
	position: relative;
	overflow: hidden;
	background: #fff;
	height: 300px;
}
#pagevisual {background: #000;}
#pagevisual img {
	height: 300px;
    width: 100%;
    object-fit: cover;
    opacity: 0.6;
}
#pagevisual h1.content-title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
    margin: auto;
    text-align: center;
}
#pagevisual h1.content-title::after {
	content: '';
	display: inline-block;/*忘れずに！*/
    position: absolute;
	left: 0px;
    right: 0;
    top: 45px;
	font-size: 11px;
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.slider .slidecatch {font-size: 18px;}
.slider .slidecatch .catchmain { font-size: 80px;}
#pagevisual h1.content-title { font-size: 40px;}
#pagevisual h1.content-title::after { font-size: 13px; margin-top: 3px;}
}

/********************************************************************************
** index
********************************************************************************/
.index-block { position: relative}
.index-block h2 { font-size: 22px; position: relative; margin-bottom: 35px}
.index-block h2::after {
	content: '';
	display: inline-block;/*忘れずに！*/
    position: absolute;
	left: 0px;
    top: 30px;
	font-size: 11px;
}
.index-block h2.titleline::before {
	content: '';
	display: inline-block;/*忘れずに！*/
    position: absolute;
	right: 0px;
    top: 15px;
	border-top: 1px solid #DCDCDC;
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.index-block h2 { font-size: 30px;; margin-bottom: 50px}
.index-block h2::after {
	top: 40px;
    font-size: 12px;
}
}
/*ボタンエリア*/
.index-block .top-button {
	background: #23330A;
    padding: 25px 20px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    left: 5%;
    right: auto;
    z-index: 9;
	font-size: 14px
}
.index-block .top-button ul,.top-button ul li { margin-bottom: 0}
.index-block .top-button ul li:first-child,.index-block .top-button ul li:nth-child(2) { margin-bottom: 20px}
.index-block .top-button ul li span {padding: 15px}
.index-block .top-button ul li span::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;
	height: 20px;
	background: none;
	background-image: url("img/icon-memo1.svg");
	background-size: contain;
	vertical-align: middle;
	margin-right: 7px;
	position: relative
}
.index-block .top-button ul li:nth-child(2) span::before {
	background-image: url("img/icon-golfwh.svg");
}
.index-block .top-button ul li:nth-child(3) span::before {
	background-image: url("img/icon-mobile.svg");
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.index-block .top-button {
    width: 45%;
    left: 0%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 50px 50px;
}
}
/*** 天気 ***/
.top-weather { margin-bottom: 45px}
.top-weather .mamewaza_weather_exp,.top-weather .mamewaza_weather_exp a { color: #646464 !important}
.tenkilink { text-align: center;}
.tenkilink a::after {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 12px;
	height: 12px;
	background-image: url("img/arrow1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 7px;
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.top-weather {
    margin-bottom: 0px;
    padding: 200px 50px 0 0;
}
div.mamewaza_weather th, div.mamewaza_weather td, div.mamewaza_weather div.mamewaza_weather_exp {
    padding: 5px !important;
}
}
/*** お知らせ ***/
.index-block .idx-info { 
	padding-top: 160px;
	padding-bottom: 50px;
}
.index-block .idx-info h2::after {
	content: 'お知らせ';
}
.index-block .idx-info .infomore {
    position: absolute;
    right: 15px;
    top: 10px;
	font-size: 12px;
	padding-right: 18px;
}
.index-block .idx-info .infomore a::after {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 12px;
	height: 12px;
	background-image: url("img/arrow1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
}
.index-block .idx-info .newsbox dl {
	margin-bottom: 0px;
	width: 100%;
	font-size: 13px
}
.index-block .idx-info .newsbox dt {}
.index-block .idx-info .newsbox dt .catelabel {
	font-weight: normal;
	margin-left: 20px;
	color: #fff;
	font-size: 10px;
	padding: 0px 7px
}
.catelabel.news { background: #014099}
.catelabel.event { background: #997001}
.catelabel.member { background: #106667}
.index-block .idx-info .newsbox dd {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 7px;
    margin-bottom: 7px;
}
.index-block .idx-info .newsbox dd:last-child { border-bottom: none; padding-bottom: 0px; margin-bottom: 0px;}
#weather-wrapper { margin: 0 auto 80px auto;}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.index-block .idx-info { 
	padding-top: 100px;
    padding-bottom: 100px;
}
.index-block .idx-info .idx-infolist { }
.index-block .idx-info .infomore { font-size: 13px;}
.index-block .idx-info .newsbox dl { font-size: 14px}
.index-block .idx-info .newsbox dt .catelabel {
	margin-left: 20px;
	font-size: 12px;
	padding: 0px 15px
}
.index-block .idx-info .newsbox dd {
	padding-bottom: 10px;
    margin-bottom: 10px;
}
#weather-wrapper {
    margin: 0 15% 0px auto;
    padding-top: 200px;
}
}

/*** ABOUT ***/
.index-block .idx-about { position: relative; padding-bottom: 50px;}
.index-block .idx-about h2::after {
	content: '猪苗代ゴルフクラブについて';
}
.index-block .idx-about h2.titleline::before {
	margin-left: 100px;
	width:calc(100% - 100px);
}
.index-block .idx-about h3 {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 15px;
}
.index-block .idx-about .btn01 {
    width: 80%;
	margin: 30px 10% 0 10%
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.index-block .idx-about { padding-bottom: 100px;}
.index-block .idx-about .idx-about-txt { 
	margin-right: 65%;
	padding-top: 50px
}
.index-block .idx-about .aboutimg {
    width: 60%;
	position: absolute;
    right: 0;
	top: 0px;
	text-align: right;
}
.index-block .idx-about h2.titleline::before {
	margin-left: 130px;
	width:calc(100% - 130px);
}
}

/*** セルフサービス ***/
.idx-seilsystem {
    margin-top: 25px;
	padding-bottom: 100px;
}
.idx-seilsystem .systemtxt {
	text-align: center;
	font-size: 2.0rem;
    position: relative;
}
.idx-seilsystem .systemtxt span {
    position: relative;
    padding-left: 15px;
}
.idx-seilsystem .systemtxt span::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 50px;
	background-image: url("img/icon-smp.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
    position: absolute;
    left: -15px;
    top: -5px;
    bottom: 0;
    margin: auto;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.selfsystem .txt1 {
    width: 100%;
    padding: 18px;
    color: #fff;
	background: #E42625;
    text-align: center;
    border: 1px solid #ffffff;
	margin-bottom: 100px
}
.selfsystem .applink img { width: 150px}
.selfsystem #main-block h3 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #23330A;
}
.selfsystem .flowno {
	position: relative;
    padding-left: 25px;
    margin-bottom: 35px;
}
.selfsystem .flowno::before {
	width: 25px;
	height: 100%;
	background: #23330A;
	color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 2.4rem;
}
.selfsystem .no1::before { content: "1";}
.selfsystem .no2::before { content: "2";}
.selfsystem .no3::before { content: "3";}
.selfsystem .no4::before { content: "4";}
.selfsystem .no5::before { content: "5";}
.selfsystem .no6::before { content: "6";}
.selfsystem figcaption {
    margin-top: 0.5em;
    margin-bottom: 0;
    padding: 0 15px;
}

/*** 画像メニュー ***/
.index-block .idx-menu {
	position: relative;
	padding: 50px 0 15px 0;
	background: #23330A
}
.index-block .idx-menu .wp-block-columns.is-not-stacked-on-mobile&gt;.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap,0em);
}
.index-block .idx-menu .wp-block-columns { gap: 0 !important;}
.index-block .idx-menu .wp-block-column { position: relative; margin-bottom: 50px}
.index-block .idx-menu .wp-block-column img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.index-block .idx-menu .wp-block-column .btmps {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
}
.index-block .idx-menu .btn02 {
    width: 76%;
	margin-left: 12%
}
.index-block .idx-menu .btn02::after {
	width: 14px;
	height: 14px;
}
@media (min-width: 576px) {/*スマホ大*/
.index-block .idx-menu .wp-block-column img { height: 100%;}
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.index-block .idx-menu { padding: 100px 0 50px 0;}
.index-block .idx-menu .btn02 { width: 30%; margin-left: 35%}
.index-block .idx-menu .wp-block-column { margin-bottom: 75px}
}

/*** ACCESS ***/
.index-block .idx-access { position: relative; padding: 50px 0;}
.index-block .idx-access h2::after {
	content: 'アクセスマップ';
}
.index-block .idx-access h2.titleline::before {
	margin-left: 140px;
	width:calc(100% - 140px);
}
.index-block .idx-access .logoadd img {
	width: 70%;
	margin-left:15%
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 25px
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (min-width: 600px) {/*カラム切り替え*/
.index-block .idx-access .logoadd img {
    width: 100%;
    margin-left: 0%;
}
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.index-block .idx-access { padding: 100px 0}
.index-block .idx-access .logoadd .wp-block-column:first-child { flex-basis: 35% !important}
.index-block .idx-access .logoadd .wp-block-column:last-child { flex-basis: 65% !important}
}
@media screen and (min-width: 1200px) {/*PC 大*/
.index-block .idx-access .logoadd .wp-block-column:first-child { flex-basis: 30% !important}
.index-block .idx-access .logoadd .wp-block-column:last-child { flex-basis: 70% !important}
}

/*** 下画像2メニュー ***/
.index-block .idx-ftmenu {
	position: relative;
	padding: 0;
}
.index-block .idx-ftmenu .wp-block-columns.is-not-stacked-on-mobile&gt;.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap,0em);
}
.index-block .idx-ftmenu .wp-block-columns { gap: 0 !important;}
.index-block .idx-ftmenu .wtline {border-left: 1px solid #fff}
.index-block .idx-ftmenu .wp-block-column { position: relative}
.index-block .idx-ftmenu .wp-block-column figure { background: #000}
.index-block .idx-ftmenu .wp-block-column figure img { opacity: 0.5;}
.index-block .idx-ftmenu .wp-block-image { margin-bottom: 0;}
.index-block .idx-ftmenu .wp-block-column h4 {
	width: 100%;
    text-align: center;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.index-block .idx-ftmenu .wp-block-column h4 a { color: #fff}
.index-block .idx-ftmenu .wp-block-column h4 a::after {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 14px;
	height: 14px;
	background-image: url("img/arrow2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
	margin-right: 15px;
}
@media (min-width: 768px) {/*タブレット*/
.index-block .idx-ftmenu .wp-block-column figure img {
	width: 100%;
	height: 290px;
	object-fit: cover;
}
}

/********************************************************************************
** page
********************************************************************************/
#main-block {position: relative}
/*パンくず*/
#main-block .breadcrumbsbox {
    font-size: 1.3rem;
    width: 100%;
    padding: 15px 0;
}
#main-block h2 {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    font-size: 2.2rem;
    margin-bottom: 25px;
    width: 100%;
	font-weight: bold;
}
#main-block h2:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 5px;
    background-color: #E42625;
}
#main-block h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: calc(100% - 280px);
    height: 1px;
    background-color: #dcdcdc;
}
#main-block h2.short:after {
    width: calc(100% - 170px);
}
#main-block h2.long:after {
    width: calc(100% - 350px);
}
#main-block h2.short2:after {
    width: calc(100% - 600px);
}
#main-block h2.nobo:after {
    width: 0;
}
#main-block h2:before {
  left:0;
}
#main-block h2:after {
  right: 0;
}
#main-block h3 {font-size: 1.8rem; line-height: 1.75;}
#main-block h4 {font-size: 1.6rem}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
#main-block h2 { font-size: 2.7rem; margin-bottom: 35px;}
#main-block h2:after { width: calc(100% - 330px);}
#main-block h2.long:after { width: calc(100% - 450px);}
#main-block h3 {font-size: 2.2rem}
#main-block h4 {font-size: 1.8rem}
}
/***************************
料金
****************************/
.charge #pagevisual h1.content-title::after {
	content: 'Charges';
}
.charge .wp-block-table { margin: 25px 0;}
.charge .pricetbl table {
	text-align: center;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0
}
.charge .pricetbl th { text-align: center; background: #f5f5f5}
.charge .pricetbl td:first-child,.charge .pricetbl th:first-child { font-weight: bold; background: #f5f5f5}
.charge .pricetbl td,.charge .pricetbl th { border-right: 1px solid #f0f0f0}
.charge .pricetbl thead tr:first-child,.charge .pricetbl tbody tr:nth-child(2),.charge .pricetbl tbody tr:nth-child(4),.charge .pricetbl tbody tr:nth-child(6) { border-bottom: 2px solid #23330A}
.charge #main-block ul {
	list-style:none;
	font-size: 13px;
	color: #404040
}
.charge .pricetbl2 table,.charge .pricetbl3 table {
	text-align: center;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0
}
.charge .pricetbl2 th,.charge .pricetbl3 th { text-align: center; background: #f5f5f5}
.charge .pricetbl2 td:first-child,.charge .pricetbl2 th:first-child,.charge .pricetbl3 th:first-child,.charge .pricetbl3 td:first-child { font-weight: bold; background: #f5f5f5}
.charge .pricetbl2 td,.charge .pricetbl2 th,.charge .pricetbl3 td,.charge .pricetbl3 th { border-right: 1px solid #f0f0f0}
.charge .pricetbl2 tr { border-bottom: 2px solid #23330A}
.charge .pricetbl2 tr:last-child { border-bottom: none}
.charge .pricetbl3 tr:first-child,.charge .pricetbl3 tr:nth-child(2),.charge .pricetbl3 tr:nth-child(4),.charge .pricetbl3 tr:nth-child(6),.charge .pricetbl3 tr:nth-child(7) { border-bottom: 2px solid #23330A}
.charge #main-block ul {
	list-style:none;
	font-size: 13px;
	color: #404040
}
.charge #main-block li:before{
  content: "※";
}
.charge .creca {
	padding: 35px;
	text-align: center;
	color: #23330A;
	font-weight: bold;
	border: 1px solid #23330A;
	margin: 25px 0
}
@media (min-width: 768px) {/*タブレット*/
.charge .pricetbl2 td:first-child { width: 300px}
}
/***************************
アクセス
****************************/
.access #pagevisual h1.content-title::after {
	content: 'Access';
}
.access .logoadd img {
	width: 70%;
	margin-left:15%
}
@media screen and (min-width: 600px) {/*カラム切り替え*/
.access .logoadd img {
    width: 100%;
    margin-left: 0%;
}
}
/***************************
施設
****************************/
.institution #pagevisual h1.content-title::after {
	content: 'Institution';
}
.institution .fccatch {
	font-size: 2.4rem;
	font-weight: bold;
	color: #23330A
}
.institution h4 {
	background: #f0f0f0;
	padding: 15px
}
.institution .fcgolfcourse p { padding: 15px}
.institution .fcgolfcourse p.nopa { padding: 0}
.institution .training .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background:none;
    color: #000;
    position: absolute;
    bottom: -10px;
}
.institution .training figure { padding-bottom: 25px}
.institution .istbl td:first-child { font-weight: bold; background: #f5f5f5}

/*ギャラリー部分レスポンシブブレークポイント調整
.institution .pr15 { padding-right: 0;}
@media (min-width: 600px) {
.institution .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--gallery-block--gutter-size, 16px)/2);
	margin-right: 0;
}
.institution .pr15 { padding-right: 15px;}
}
@media screen and (min-width: 992px) {
.institution .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size,16px);
    width: calc(33.33333% - var(--gallery-block--gutter-size, 16px)*0.66667);
}
}*/

/***************************
レストラン
****************************/
.restaurant #pagevisual h1.content-title::after {
	content: 'Restaurant';
}
.restaurantmenu .wp-block-column {margin-bottom: 45px}
.restaurant .creca {
	padding: 15px;
	text-align: center;
	color: #23330A;
	font-weight: bold;
	border: 1px solid #23330A;
	margin: 25px 0
}
.restaurant .sdon {
	padding: 15px;
	text-align: center;
	background: #fafafa;;
	border: 1px solid #f0f0f0
}
.restaurant .menuother h3 { margin-bottom: 25px; font-weight: bold}
.restaurant .menuother table tr td:last-child {
	background: #fafafa;
    width: 120px;
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.restaurant .sdon { padding: 35px;}
.restaurant .menuother table tr td:last-child {width: 140px;}
}
/***************************
メンバー
****************************/
.member #pagevisual h1.content-title::after {
	content: 'Member';
}
.member h3 { margin-bottom: 25px; font-weight: bold}
.member h4 {
	background: #f0f0f0;
	padding: 15px
}
.member table { margin-bottom: 0}
.member .mbtbl td:first-child { font-weight: bold; width: 130px; border-right: 1px solid #f0f0f0}
.member .wp-block-table.is-style-stripes { border-bottom: none}
.member .mbtbl2 td:first-child { font-weight: bold; width: 150px; border-right: 1px solid #f0f0f0; color: #23330A; background: #eff6e5}
.member .mbtbl3 table { border: 1px solid #dcdcdc}
.member .mbtbl3 td,.member .mbtbl3 th { border-left: 1px solid #dcdcdc; text-align: center}
.member .mbtbl3 td:first-child,.member .mbtbl3 th:first-child { font-weight: bold; border-left: none; min-width: 110px;}
.member .button05 a::after {
    top: auto;
	margin-right: 10px;
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.member .mbtbl td:first-child { width: 150px}
.member .button05 a::after {
    top: 10px;
	margin-right: 15px;
}
}
/***************************
組織概要（削除）
****************************/
.profile #pagevisual h1.content-title::after {
	content: 'Profile';
}
.profile table td:first-child { font-weight: bold}
/***************************
Q&amp;A
****************************/
.qa .ewd-ufaq-faq-list .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 15px;
}
.qa div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    margin-right: 5px;
    padding: 8px 0px 0px 2px;
}
.qa .ewd-ufaq-faq-body {
    padding: 15px 25px;
    background: #f0f0f0;
}
/***************************
コースガイド
****************************/
.course #pagevisual h1.content-title::after {
	content: 'Course guide';
}
.course .tablepress td { border-right: 1px solid #f0f0f0; text-align: center}

.course #main-block ol {
	list-style:decimal;
}
.course #main-block ol li {
    padding-left: 0.5em;
    text-indent: 0;
    margin-left: 1em;
}
.course #main-block h3 {
	font-weight: bold;
	margin-bottom: 25px
}
.course .mbtbl3 table { border: 1px solid #dcdcdc}
.course .mbtbl3 td,.course .mbtbl3 th { border-left: 1px solid #dcdcdc; text-align: center}
.course .mbtbl3 td:first-child,.course .mbtbl3 th:first-child { font-weight: bold; border-left: none; min-width: 110px;}

/* 各コース */
.course #main-block .csdetail h3 {
	font-size: 3rem;
    background: #f0f0f0;
    padding: 20px 15px;
    background: #23330A;
    color: #fff;
	font-weight: bold;
    text-align: center;
}
.course #main-block .csdetail h3 span {
	font-size: 1.8rem;
	font-weight: normal;
	margin-left: 15px;
}
.course #main-block .csdetail h4 {
	font-weight: bold;
    background: #f0f0f0;
    padding: 15px;
	margin-bottom: 15px;
}
.course #main-block .csdetail h4.ltbdr {
	font-weight: bold;
    background: none;
    padding: 15px;
	border-left: 10px solid #23330A
}
.course #main-block .csdetail ul li {
    margin-left: 2.5rem;
    padding-left: 0;
    text-indent: 0;
}
.course #main-block .csdetail .swiper-slide {
	padding-top: 120px;
}
/* pagination */
.course #main-block .csdetail .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { top: 0px; height: 50px;}
.course #main-block .csdetail .swiper-pagination-bullet {
	width: 35px;
	height: 35px;
	background: #ffffff;
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	margin: 0 10px;
	opacity: 1;
}
.course #main-block .csdetail .swiper-pagination-bullet-active {
	background-color: #000000;
	color: #ffffff;
}
/*** button-prev・next ***/
.course #main-block .csdetail .swiper-button-prev,
.course #main-block .csdetail .swiper-button-next {
 position: absolute;
 top: 60px;
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
 width: 170px; /* ボタンの幅 */
 height: 48px; /* ボタンの高さ */
 background-size: 48px 48px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
    margin-top: 0;
    background: #E42625;
	color: #fff;
	display: none;
}
/* 次ページボタンの元スタイルに追加 */
.course #main-block .csdetail .swiper-button-next {
 background-image: url(/light/images/ArrowL_pink.svg);
 transform: none; /* 左右反転 */
    text-align: right;
	right: 0
}
/* 前ページボタンの元スタイルに追加 */
.course #main-block .csdetail .swiper-button-prev {
 background-image: url(/light/images/ArrowL_pink.svg);
    left: 0px;
}
/* テキストに */
.course #main-block .csdetail .swiper-button-prev:after,
.course #main-block .csdetail .swiper-button-next:after {
	font-family: source-han-serif-japanese, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝体, YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-size: 18px;
 text-transform: none !important;
 letter-spacing: 0;
 font-variant: normal;
}
.course #main-block .csdetail .swiper-button-prev:after,
.course #main-block .csdetail .swiper-container-rtl .swiper-button-next:after {
 content: "← 前のコース";
}
.course #main-block .csdetail .swiper-button-next:after,
.course #main-block .csdetail .swiper-container-rtl .swiper-button-prev:after {
 content: "次のコース →";
}
@media (min-width: 576px) {/*スマホ大*/
.course #main-block .csdetail .swiper-slide {
	padding-top: 90px;
}
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.course #main-block .csdetail .swiper-slide {
    /*padding-bottom: 50px;*/
	padding-top: 135px;
}
.course #main-block .csdetail .swiper-button-prev,
.course #main-block .csdetail .swiper-button-next {
	display: flex
	}
}
/***************************
個人情報取り扱いについて
****************************/
.privacy { position: relative}
.privacy #pagevisual h1.content-title::after {
	content: 'Privacy Policy';
}
.privacy p { padding:0 5px}
/***************************
お問い合わせ
****************************/
.contact,.contact-competition { position: relative}
.contact #pagevisual h1.content-title::after {
	content: 'Contact';
}
.contact-competition #pagevisual h1.content-title::after {
	content: 'Contact';
}
.contact-competition .check3 { margin-top: 40px}
.contact-competition .check3 .wpcf7-list-item-label { 
	float: left;
    padding-left: 25px;
    margin-top: -20px
}
.contact-competition .check3 input {float: left}
.ef-cts {
	border-bottom: 1px solid #eee;
	background: #f5f5f5;
}
.ef-cts dt {
	width: 100%;
	padding: 5px 10px;
}
.ef-cts dd {
	width: 100%;
	padding:15px 10px;
	background: #fff
}
.ef-cts .must {/* 必須マーク */
	color: #FF1A00;
	font-size: 10px;
	margin-left: 10px
}
.ef-cts .must::before {content: "＊"}
.ef-cts .wpcf7-form-control.wpcf7-radio {display: flex-wrap;}
.ef-cts .wpcf7-form-control.wpcf7-radio span {margin-right: 15px}
.ef-cts dd input,.ef-cts dd textarea {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	max-width: 100%
}
.ef-cts dd span { display: inline}
.btn_contact7 {
	text-align: center;
	margin-top: 50px
}
.btn_contact7 input {
	width: 100%;
	background: #23330A;
    border: 2px solid #23330A;
	padding: 15px;
	color: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #23330A;
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.ef-cts dt {
	float: left;
	clear: left;
	width: 25%;
	padding: 15px 10px;
	font-weight: bold;
	border-top: 1px solid #eee;
}
.ef-cts dd {
	padding: 15px 10px;
	margin-left: 25%;
	width: auto;
	border-top: 1px solid #eee;
	margin-bottom: 0;
	background: #ffffff;
}
.btn_contact7 { margin: 50px 25% 0 25%;}	
.contact-competition .check3 .acceptance-645 .wpcf7-list-item-label { 
    padding-left: 13px !important;
    margin-top: -7px !important;
}
}
/*i Golf Shaper*/
.igolfshaper {
	padding: 45px;
	border: 1px solid #23330A;
	background: #fafafa
}



/********************************************************************************
** single
********************************************************************************/
#main-block.singlepage h2::after { content: none}

/********************************************************************************
** category・archive
********************************************************************************/
#main-block.categorycts h2 { padding: 0}
#main-block.categorycts h2::before,#main-block.categorycts h2::after { content: none}

/***************************
お知らせ
****************************/
#main-block .category-news h2,#main-block .category-event h2,#main-block .category-member h2 { margin-bottom: 15px; padding: 0}
#main-block .category-news h2::before,#main-block .category-event h2::before,#main-block .category-member h2::before,#main-block .category-news h2::after,#main-block .category-event h2::after,#main-block .category-member h2::after {  display: none}
.category-news a.more,.category-event a.more,.category-member a.more { text-decoration: underline}
.category-news a.more:hover,.category-event a.more:hover,.category-member a.more:hover { text-decoration: none}
.category-news .newsbox,.category-event .newsbox,.category-member .newsbox { margin-bottom: 75px}
.category-news .newsbox span,.category-event .newsbox span,.category-member .newsbox span {
	color:#ffffff;
	padding:0px 7px;
	text-align:center;
	font-size: 10px;
	margin-left: 20px;
}
.newlabel { background: #E42625}
/*ページ送り*/
.postlink {
	margin: 100px auto  50px auto;
	text-align: center
}
.postlink a {
	border: 1px solid #23330A;
  padding: 15px 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
	color: #23330A
}
.postlink a:hover {
  background-color: #23330A;
	color: #fff
}
@media screen and (min-width: 992px) {/*PC （メニュー切り替え）*/
.postlink a {
  padding: 15px 25px;
  font-size: 14px;
}
}
</pre></body></html>