@charset "UTF-8";
@font-face {
	font-family: "Source Sans Pro";
	font-weight: normal;
	font-style: normal;
	src: url(../lib/fonts/source-sans/sourcesanspro-regular-webfont.eot);
	src: url(../lib/fonts/source-sans/sourcesanspro-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../lib/fonts/source-sans/sourcesanspro-regular-webfont.woff) format("woff"), url(../lib/fonts/source-sans/sourcesanspro-regular-webfont.ttf) format("truetype");
}

@font-face {
	font-family: "Source Sans Pro";
	font-weight: bold;
	font-style: normal;
	src: url(../lib/fonts/source-sans/sourcesanspro-bold-webfont.eot);
	src: url(../lib/fonts/source-sans/sourcesanspro-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../lib/fonts/source-sans/sourcesanspro-bold-webfont.woff) format("woff"), url(../lib/fonts/source-sans/sourcesanspro-bold-webfont.ttf) format("truetype");
}

@font-face {
	font-family: "Source Sans Pro";
	font-weight: normal;
	font-style: italic;
	src: url(../lib/fonts/source-sans/sourcesanspro-it-webfont.eot);
	src: url(../lib/fonts/source-sans/sourcesanspro-it-webfont.eot?#iefix) format("embedded-opentype"), url(../lib/fonts/source-sans/sourcesanspro-it-webfont.woff) format("woff"), url(../lib/fonts/source-sans/sourcesanspro-it-webfont.ttf) format("truetype");
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1;
	word-break: break-all;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

img {
	vertical-align: bottom;
}

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
	display: block;
}

iframe {
	max-width: 100% !important;
}

img, embed, object, video {
	max-width: 100%;
}

a, label {
	cursor: pointer;
}

blockquote {
	padding: 0;
	margin: 0;
	display: block;
}

address, em {
	font-style: normal;
}

/*茨城クラブ 追加 ここから*/
address {
	font-size: 0.875em;
	color: darkblue;
	background: lightgreen;/*茨城クラブ*/
	text-align: center;
	text-decoration: none;
	margin:2px auto -2em;
	line-height: 200%;
}
/*茨城クラブ 追加 ここまで*/

hr {
	border: 0;
	margin: 0;
	padding: 0;
}

ul, ol, li {
	list-style: none;
}

textarea {
	resize: vertical;
	overflow: hidden;
	-webkit-appearance: none;
	border: 0;
}

input, button, select {
	vertical-align: middle;
	border-radius: 0;
	border: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
}

*:before, *:after {
	padding: 0;
	margin: 0;
	line-height: 1;
}

* {
	box-sizing: border-box;
}

br {
	font-size: 0;
}

::-moz-selection {
	background: #885599;
	background: navy;
	color: #ffffff;
}

::selection {
	background: #885599;
	background: navy;
	color: #ffffff;
}

input::-moz-selection, textarea::-moz-selection {
	color: #333333;
}

input::selection, textarea::selection {
	color: #333333;
}

html {
	font-size: 62.5%;
	min-height: 100%;
}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ffffff;
	color: #333333;
	color: darkblue;
	width: 100%;
	letter-spacing: 0.02em;
}

@media all and (max-width: 1024px) {
	body {
	overflow-x: hidden;
	}
}

@media all and (min-width: 1025px) {
	body {
	min-width: 1280px;
	}
}

input, button, select, textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input:focus, button:focus, select:focus, textarea:focus, a:focus, div:focus, aside:focus {
	outline: none;
}

a {
	color: #885599;
	color: #006633;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.for-no-js, .for-old {
	text-align: center;
	width: 100%;
	background: #000000;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	z-index: 11;
}

.for-old {
	display: none;
}

.lt-ie9 .for-old {
	display: block;
}

.bg-container {
	width: 1184px;
	padding: 0 34px;
	margin: 0 auto 0;
	position: relative;
}

@media all and (max-width: 750px) {
	.bg-container {
	width: 100%;
	padding: 0 28px;
	}
}

.bg-container-inner {
	width: 896px;
	margin: 0 auto;
	padding: 0 23px;
}

@media all and (max-width: 750px) {
	.bg-container-inner {
	width: 100%;
	padding: 0;
	}
}

.bg-main {
	width: 100%;
}

.bg-grid {
	text-align: left;
	/* Break point large */
	/* Break point medium */
	/* Break point small */
}

.bg-grid .bg-grid-inner {
	font-size: 0;
	letter-spacing: 0;
}

.bg-grid .bg-grid-item {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.bg-grid.bg-grid-col2 .bg-grid-item {
	width: 50%;
}

.android .bg-grid.bg-grid-col2 .bg-grid-item {
	width: 49.99999%;
}

.bg-grid.bg-grid-col3 .bg-grid-item {
	width: 33.3333%;
}

.bg-grid.bg-grid-col4 .bg-grid-item {
	width: 25%;
}

.android .bg-grid.bg-grid-col4 .bg-grid-item {
	width: 24.99999%;
}

.bg-grid.bg-grid-col5 .bg-grid-item {
	width: 20%;
}

.android .bg-grid.bg-grid-col5 .bg-grid-item {
	width: 19.99999%;
}

.bg-grid.bg-grid-col6 .bg-grid-item {
	width: 16.6666%;
}

@media all and (max-width: 750px) {
	.bg-grid.bg-grid-lg-col1 .bg-grid-item {
	width: 100%;
}
.bg-grid.bg-grid-lg-col2 .bg-grid-item {
	width: 50%;
}
.android .bg-grid.bg-grid-lg-col2 .bg-grid-item {
	width: 49.99999%;
}
.bg-grid.bg-grid-lg-col3 .bg-grid-item {
	width: 33.3333%;
}
.bg-grid.bg-grid-lg-col4 .bg-grid-item {
	width: 25%;
}
.android .bg-grid.bg-grid-lg-col4 .bg-grid-item {
	width: 24.99999%;
}
.bg-grid.bg-grid-lg-col5 .bg-grid-item {
	width: 20%;
}
.android .bg-grid.bg-grid-lg-col5 .bg-grid-item {
	width: 19.99999%;
}
.bg-grid.bg-grid-lg-col6 .bg-grid-item {
	width: 16.6666%;
	}
}

@media all and (max-width: 780px) {
	.bg-grid.bg-grid-md-col1 .bg-grid-item {
	width: 100%;
}
.bg-grid.bg-grid-md-col2 .bg-grid-item {
	width: 50%;
}
.android .bg-grid.bg-grid-md-col2 .bg-grid-item {
	width: 49.99999%;
}
.bg-grid.bg-grid-md-col3 .bg-grid-item {
	width: 33.3333%;
}
.bg-grid.bg-grid-md-col4 .bg-grid-item {
	width: 25%;
}
.android .bg-grid.bg-grid-md-col4 .bg-grid-item {
	width: 24.99999%;
}
.bg-grid.bg-grid-md-col5 .bg-grid-item {
	width: 20%;
}
.android .bg-grid.bg-grid-md-col5 .bg-grid-item {
	width: 19.99999%;
}
.bg-grid.bg-grid-md-col6 .bg-grid-item {
	width: 16.6666%;
	}
}

@media all and (max-width: 480px) {
	.bg-grid.bg-grid-sm-col1 .bg-grid-item {
	width: 100%;
}
.bg-grid.bg-grid-sm-col2 .bg-grid-item {
	width: 50%;
}
.android .bg-grid.bg-grid-sm-col2 .bg-grid-item {
	width: 49.99999%;
}
.bg-grid.bg-grid-sm-col3 .bg-grid-item {
	width: 33.3333%;
}
.bg-grid.bg-grid-sm-col4 .bg-grid-item {
	width: 25%;
}
.android .bg-grid.bg-grid-sm-col4 .bg-grid-item {
	width: 24.99999%;
}
.bg-grid.bg-grid-sm-col5 .bg-grid-item {
	width: 20%;
}
.android .bg-grid.bg-grid-sm-col5 .bg-grid-item {
	width: 19.99999%;
}
.bg-grid.bg-grid-sm-col6 .bg-grid-item {
	width: 16.6666%;
	}
}

.bg-section {
	position: relative;
}

.bg-section-principle {
	background: #ffccff;
	background: white;/*茨城クラブ*/
}

.bg-section-map {
	padding: 85px 0;
	background: #e5e5e5;
}

@media all and (max-width: 750px) {
	.bg-section-map {
	padding: 56px 0;
	}
}

.bg-section-bg-light-blue {
	background: #ddeeff;
	background: azure;
}

.bg-section-bg-light-green {
	background: #ccff66;
}

.bg-section-bg-gray {
	background: #e5e5e5;
}

.bg-section-plate {
	padding: 86px 0 93px;
}

.bg-section-plate .bg-section-plate-more {
	margin-top: 48px;
}

.bg-plate {
	position: relative;
}

.bg-plate-list {
	margin: 0 auto;
}

@media all and (max-width: 750px) {
	.bg-plate-item:not(:last-child) {
	margin-right: 24px;
	}
}

.bg-plate-mb-sm {
	margin-bottom: 35px;
}

@media all and (max-width: 750px) {
	.bg-plate-mb-sm-item {
	margin-bottom: 0;
	}
}

.bg-plate-slider {
	width: 1155px;
	margin: 0 auto;
}

@media all and (max-width: 750px) {
	.bg-plate-slider {
	width: 100%;
	}
}

@media all and (max-width: 750px) {
	.bg-plate-slider-item:not(:last-child) {
	margin-right: 24px;
	}
}

.bg-plate-slider-sm {
	width: 560px;
	margin: 0 auto;
}

@media all and (max-width: 750px) {
	.bg-plate-slider-sm {
	width: 100%;
	padding: 0;
	}
}

.bg-plate-archieve-item {
	margin-bottom: 40px;
}

@media all and (max-width: 750px) {
	.bg-plate-archieve-item {
	margin-bottom: -9px;
	}
}

.bg-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 15;
}

.anchor-download {
	color: #660099;
	color: #003333;
	font-size: 14px;
	letter-spacing: 0;
	display: block;
	position: relative;
	padding: 10px;
}

@media all and (max-width: 750px) {
	.anchor-download {
	padding: 8px;
	}
}

.anchor-download:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.anchor-download-text, .anchor-download-icon {
	display: inline-block;
	vertical-align: top;
}

.anchor-download-icon {
	width: 11px;
	height: 13px;
	margin-left: 3px;
}

.anchor-download-icon svg {
	width: 11px;
	height: 13px;
}

.anchor-more {
	letter-spacing: 0.01em;
	text-align: center;
	display: block;
	margin-top: 21px;
	position: relative;
	color: #660099;
	color: #003333;
}

.anchor-more-text {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

@media all and (max-width: 750px) {
	.anchor-more-text {
		letter-spacing: 0;
		font-size: 14px;
	}
}

.anchor-more:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border: 2px solid #660099;
	border: 2px solid #003333;
	border-left-width: 0;
	border-bottom-width: 0;
	margin-left: -3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.article-post {
	background: #e6e6e6;
	background: #ccff99;
	margin: 8px;
}

.article-post-link {
	display: block;
}

.article-post-link:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.article-post-content {
	padding: 16px 24px;
}

@media all and (max-width: 750px) {
	.article-post-content {
		padding: 9px 18px;
	}
}

.article-post-time {
	font-size: 12px;
	letter-spacing: 0;
	color: #660099;
	color: #003333;
}

.article-post-heading {
	font-size: 24px;
	color: #660099;
	color: #003333;
	letter-spacing: 0;
	margin-top: 7px;
}

@media all and (max-width: 750px) {
	.article-post-heading {
		font-size: 16px;
	}
}

.article-post-hashtags {
	display: block;
	text-align: right;
	margin-top: 19px;
}

.article-post-hashtags li {
	display: inline-block;
}

.article-post-hashtags li:not(:last-child) {
	margin-right: 7px;
}

.article-post-hashtags li span {
	font-size: 12px;
	letter-spacing: 0;
	color: #660099;
	color: #003333;
}

.back-to-top {
	width: 35px;
	display: block;
	position: absolute;
	top: 2px;
	right: -5px;
}

@media all and (max-width: 750px) {
	.back-to-top {
		right: -7px;
		bottom: 12px;
		top: auto;
		width: 45px;
	}
}

.back-to-top:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.back-to-top-icon {
	display: block;
	width: 35px;
	height: 48.5px;
}

@media all and (max-width: 750px) {
	.back-to-top-icon {
		width: 45px;
		height: 29px;
	}
}

.back-to-top-icon svg {
	width: 35px;
	height: 48.5px;
}

@media all and (max-width: 750px) {
	.back-to-top-icon svg {
		width: 45px;
		height: 29px;
	}
}

.back-to-top-text {
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 10px;
}

@media all and (max-width: 750px) {
	.back-to-top-text {
		font-size: 9px;
		margin-top: 3px;
	}
}

hr {
	border-bottom: 1px solid #cccccc;
}

.headmenu-item {
	display: inline-block;
}

@media all and (max-width: 750px) {
	.headmenu-item {
	display: inline;
	line-height: 1.4em;
	}
}

.headmenu-item:not(:last-child):after {
	content: "　";
	font-size: 12px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	font-family: "Source Sans Pro";
	font-weight: lighter;
	margin: 0 -2px;
}

@media all and (max-width: 750px) {
	.headmenu-item:not(:last-child):after {
		display: inline;
		margin: 0;
	}
}

.headmenu-link {
	display: inline-block;
	color: navy;
	font-size: 12px;
	font-size: 16px;/* 茨城クラブ */
	letter-spacing: 0;
}

@media all and (max-width: 750px) {
	.headmenu-link {
		display: inline;
		font-size: 14px;
	}
}

.headmenu-link:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.headmenu-link-current {
	pointer-events: none;
	color: #333333;
}

.plate {
	padding: 27px 31px 27px 35px;
	padding: 21px 31px 21px 35px;
}

@media all and (max-width: 750px) {
	.plate {
		padding: 38px 14px 23px 20px;
	}
}

.plate-title, .plate-small-title, .plate-inverted-content-title, .plate-xsmall-title, .plate-desc, .plate-link {
	font-family: "Source Sans Pro";
	font-style: normal;
	color: #ffffff;
}

.plate-title, .plate-small-title, .plate-inverted-content-title, .plate-xsmall-title {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
}

@media all and (max-width: 750px) {
	.plate-title, .plate-small-title, .plate-inverted-content-title, .plate-xsmall-title {
		font-size: 21px;
		line-height: 1.3;
	}
}

.plate-title br, .plate-small-title br, .plate-inverted-content-title br, .plate-xsmall-title br {
	display: none;
}

@media all and (max-width: 750px) {
	.plate-title br, .plate-small-title br, .plate-inverted-content-title br, .plate-xsmall-title br {
		display: block;
	}
}

.plate-desc {
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 0.03em;
	margin-top: 12px;
	line-height: 2;
}

@media all and (max-width: 750px) {
	.plate-desc {
		margin-top: 8px;
		letter-spacing: 0.06em;
		line-height: 1.8;
	}
}

.plate-link {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.01em;
	text-align: center;
	display: block;
	margin-top: 21px;
	position: relative;
}

@media all and (max-width: 750px) {
	.plate-link {
		margin-top: 16px;
		letter-spacing: 0;
		font-size: 14px;
	}
}

.plate-link:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	border-left-width: 0;
	border-bottom-width: 0;
	position: absolute;
	left: 0;
	right: -106px;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-79%) rotate(45deg);
	-ms-transform: translateY(-79%) rotate(45deg);
	transform: translateY(-79%) rotate(45deg);
}

.bg-plate-main ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media all and (max-width: 750px) {
	.bg-plate-main ul {
		display: block;
	}
}

.bg-plate-main ul li {
	margin-right: 20px;
}

.bg-plate-main ul li:last-child {
	margin-right: 0;
	margin-left: 20px;
}

@media all and (max-width: 750px) {
	.bg-plate-main ul li {
		margin: 0 0 40px;
	}
	.bg-plate-main ul li:last-child {
		margin: 0;
	}
}

.bg-plate-main .plate-main {
	width: 544px;
	padding: 50px 30px 30px;
	padding: 40px 30px 24px;
}

@media all and (max-width: 750px) {
	.bg-plate-main .plate-main {
		width: 100%;
		padding: 34px 20px 20px;
		margin-bottom: 20px;
	}
}

.bg-plate-main .plate-main .plate-desc {
	margin-top: 42px;
	margin-top: 21px;
}

@media all and (max-width: 750px) {
	.bg-plate-main .plate-main .plate-desc {
		margin-top: 8px;
	}
}

.bg-plate-main .plate-main .plate-link {
	margin-top: 33px;
}

@media all and (max-width: 750px) {
	.bg-plate-main .plate-main .plate-link {
		margin-top: 20px;
	}
}

.plate-small {
	width: 256px;
	height: 256px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

@media all and (max-width: 750px) {
	.plate-small {
		width: 100%;
		height: 100%;
		padding-top: 100%;
	}
}

.plate-small-title {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.plate-inverted {
	width: 256px;
	height: 256px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

@media all and (max-width: 750px) {
	.plate-inverted {
		width: 100%;
		height: 100%;
		padding-top: 100%;
	}
}

.plate-inverted-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-46%);
	-ms-transform: translateY(-46%);
	transform: translateY(-46%);
	padding: 0 30px;
}

.plate-inverted-content-title {
	font-size: 18px;
	font-weight: bold;
	color: #660099;
	color: #003333;
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 0;
}

.plate-inverted-content-article-desc {
	color: #333333;
	margin-top: 16px;
}

.plate-square {
	position: relative;
	width: 256px;
	height: 192px;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
}

@media all and (max-width: 750px) {
	.plate-square {
		width: 100%;
		height: 100%;
	}
}

@media all and (max-width: 750px) {
	.plate-square:before {
		content: '';
		display: block;
		padding-bottom: 74.91%;
	}
}

.plate-square img {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.plate-xsmall {
	width: 198px;
	height: 198px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

@media all and (max-width: 750px) {
	.plate-xsmall {
		width: 100%;
		height: 100%;
		padding-top: 100%;
		margin-bottom: 24px;
	}
}

.plate-xsmall-title {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.plate-xsmall-title br {
	display: block;
}

.plate-bg-blue {
	background: royalblue;
}

.plate-bg-light-blue {
	background: steelblue;
}

.plate-bg-pink {
	background: #dd0066;
}

.plate-bg-yellow {
	background: #ffcc00;
}

.plate-bg-green {
	background: seagreen;
}

.plate-bg-light-green {
	background: olivedrab;
}

.plate-bg-purple {
	background: #550088;
}

.plate-bg-white {
	background: #ffffff;
}

.plate-bg-red {
	background: #dd1133;
}

.plate-article {
	padding: 0 13px;
}

@media all and (max-width: 750px) {
	.plate-article {
		padding: 0;
		margin: 0;
	}
}

.plate-article-title {
	font-size: 18px;
	color: #660099;
	color: #003333;
	font-weight: bold;
	text-align: left;
	margin-top: 11px;
}

@media all and (max-width: 750px) {
	.plate-article-title {
	margin-top: 18px;
}
}

.plate-article-desc {
	font-size: 14px;
	color: #660099;
	color: #003333;
	margin-top: 7px;
	letter-spacing: 0.01em;
	line-height: 1.8;
}

@media all and (max-width: 750px) {
	.plate-article-desc {
		margin-top: 11px;
		letter-spacing: 0.056em;
	}
}

.plate-slider-button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20.5px;
	height: 38.5px;
	z-index: 10;
}

.plate-slider-button svg {
	width: 20.5px;
	height: 38.5px;
}

@media all and (max-width: 750px) {
	.plate-slider-button svg {
		width: 13px;
		height: 25px;
	}
}

.plate-slider-button.swiper-button-next, .plate-slider-button.swiper-button-prev {
	background: none;
}

.plate-slider-button.slick-arrow.slick-hidden {
	display: block;
}

.plate-slider-button-prev {
	left: -40px;
}

@media all and (max-width: 750px) {
	.plate-slider-button-prev {
		left: 10px;
	}
}

@media all and (max-width: 750px) {
	.plate-slider-button-prev.swiper-button-disabled {
		opacity: 0;
	}
}

.plate-slider-button-next {
	right: -40px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

@media all and (max-width: 750px) {
	.plate-slider-button-next {
		right: 10px;
	}
}

@media all and (max-width: 750px) {
	.plate-slider-button-next.swiper-button-disabled {
		opacity: 0;
	}
}

.plate-slider-lg .plate-slider-button {
	top: 196px;
}

@media all and (max-width: 750px) {
	.plate-slider-lg .plate-slider-button {
		top: calc(41vw);
	}
}

.plate-with-image {
	padding: 0 13px 20px;
	display: block;
}

.plate-with-image:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: #ffffff;/* 茨城クラブ */
}

@media all and (max-width: 750px) {
	.plate-with-image {
		padding: 0;
		margin: 0 -6px;
		display: initial;
	}
}

.plate-with-image-title {
	font-size: 18px;
	color: #660099;
	color: #003333;
	font-weight: bold;
	text-align: left;
	margin-top: 11px;
}

@media all and (max-width: 750px) {
	.plate-with-image-title {
		margin-top: 18px;
	}
}

.plate-with-image-desc {
	font-size: 14px;
	color: #660099;
	color: #003333;
	margin-top: 7px;
	letter-spacing: 0.01em;
	line-height: 1.8;
}

@media all and (max-width: 750px) {
	.plate-with-image-desc {
		margin-top: 11px;
		letter-spacing: 0.056em;
	}
}

.plate-with-image-bg {
	padding: 0;
	width: 352px;
	height: 352px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media all and (max-width: 750px) {
	.plate-with-image-bg {
		width: 100%;
		padding-top: 100%;
		height: auto;
	}
}

.plate-with-image-small:hover .plate-with-image-bg {
	background-size: 110%;
	-webkit-transition: background-size 0.25s ease-in-out;
	transition: background-size 0.25s ease-in-out;
}

@media all and (max-width: 750px) {
	.plate-with-image-small:hover .plate-with-image-bg {
		background-size: cover;
	}
}

.plate-with-image-small:hover .plate-with-image-title:after {
	width: 100%;
}

@media all and (max-width: 750px) {
	.plate-with-image-small:hover .plate-with-image-title:after {
		width: 0;
	}
}

.plate-with-image-small:hover .plate-with-image-desc {
	opacity: 0.8;
}

.plate-with-image-small .plate-with-image-bg {
	width: 256px;
	height: 256px;
	background-size: 100%;
	-webkit-transition: background-size 0.25s ease-in-out;
	transition: background-size 0.25s ease-in-out;
}

@media all and (max-width: 750px) {
	.plate-with-image-small .plate-with-image-bg {
		width: 100%;
		padding-top: 100%;
		background-size: cover;
		height: auto;
	}
}

.plate-with-image-small .plate-with-image-title {
	position: relative;
	display: inline-block;
}

.plate-with-image-small .plate-with-image-title:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #660099;
	background: #003333;
	background: navy;
	-webkit-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out;
}

.plate-with-image-small .plate-with-image-desc {
	opacity: 1;
	color: #333333;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.custom-select {
	position: relative;
	padding: 8px 0;
}

.custom-select-title {
	color: #660099;
	color: #003333;
	font-weight: bold;
	font-size: 22px;
}

@media all and (max-width: 750px) {
	.custom-select-title {
		font-size: 14px;
	}
}

.custom-select-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: -22px;
	width: 9px;
	height: 16px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.custom-select-icon svg {
	width: 9px;
	height: 16px;
}

.custom-select-link {
	color: #660099;
	color: #003333;
	font-weight: bold;
	font-size: 22px;
	font-size: 18px;/*茨城クラブ*/
	display: inline-block;
	padding: 3px 0;
	margin-left: 1em;/*茨城クラブ*/
	background: #ffffff;
}

@media all and (max-width: 750px) {
	.custom-select-link {
		font-size: 14px;
	}
}

.custom-select-link:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.custom-select-list {
	position: absolute;
	top: 36px;
	left: 0;
	display: none;
	z-index: 5;
}

@media all and (max-width: 750px) {
	.custom-select-list {
		top: 26px;
	}
}

.custom-select-list.is-open {
	display: block;
}

.faq {
	border-top: 1px solid #660099;
	border-top: 1px solid #003333;
	border-bottom: 1px solid #660099;
	border-bottom: 1px solid #003333;
}

.faq-item {
	padding: 40px 21px;
}

@media all and (max-width: 750px) {
	.faq-item {
		padding: 30px 2px;
	}
}

.faq-button {
	display: block;
	position: relative;
}

.faq-button:before, .faq-button:after {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background: #660099;
	background: #003333;
	background: navy;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media all and (max-width: 750px) {
	.faq-button:before, .faq-button:after {
		width: 16px;
		right: 10px;
		top: 43%;
	}
}

.faq-button:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.faq-button:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.faq-button.is-active:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.faq-button.is-active:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.faq-title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #660099;
	color: #003333;
}

.faq-text {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.4em;
}

.faq-sub-list {
	display: none;
	margin-top: 20px;
}

@media all and (max-width: 750px) {
	.faq-sub-list {
		padding: 0 10px;
	}
}

.faq-sub-item:not(:last-child) {
	margin-bottom: 20px;
}

.footer {
	background: lightgreen;/*茨城クラブ*/
	padding: 42px 0 12px;
	position: relative;
	font-size: 0;
	letter-spacing: 0;
}

.edge .footer:before, .edge .footer:after {
	height: 144px;
}
.footer:after {
	background: #ffffff;
	border-bottom-right-radius: 100%;
}

.edge .footer:after {
	top: -144px;
}

@media all and (max-width: 750px) {
	.footer:after {
		border-bottom-right-radius: 57%;
	}
}

.footer:before {
	background: lightgreen;/*茨城クラブ*/
}

.edge .footer:before {
	top: -142px;
}

.footer-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

@media all and (max-width: 750px) {
	.footer-item {
		display: block;
	}
}

.footer-item:first-child {
	width: 48.8%;
}

@media all and (max-width: 750px) {
	.footer-item:first-child {
		width: 100%;
		padding: 0 10px;
	}
}

.footer-item:last-child {
	width: 51%;
	top: -15px;
}

@media all and (max-width: 750px) {
	.footer-item:last-child {
		width: 100%;
		top: 0;
		margin-top: 13px;
	}
}

.footer-copyright {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: bottom;
	padding-top: 67px;
	position: absolute;
	right: 0;
}

@media all and (max-width: 750px) {
	.footer-copyright {
		position: relative;
		display: block;
		padding: 20px 12px 12px;
	}
}

.footer-link-list {
	display: inline-block;
	width: 158px;
}

@media all and (max-width: 750px) {
	.footer-link-list {
		width: 50%;
	}
}

.footer-link-item {
	margin-bottom: 26px;
}

.footer-link-text {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.03em;
}

.footer-link-text:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.footer-lower-list {
	margin-top: 67px;
	display: inline-block;
	vertical-align: bottom;
}

@media all and (max-width: 750px) {
	.footer-lower-list {
		width: 100%;
		margin-top: 40px;
		padding: 0 10px;
	}
}

.footer-lower-item {
	display: inline-block;
	vertical-align: middle;
}

@media all and (max-width: 750px) {
	.footer-lower-item {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 750px) {
	.footer-lower-item:nth-child(even) {
		padding-left: 7px;
	}
}

.footer-lower-item:not(:last-child) {
	border-right: 1px solid #ffffff;
}

@media all and (max-width: 750px) {
	.footer-lower-item:not(:last-child) {
		border-right: 0;
	}
}

.footer-lower-item:not(:last-child) .footer-lower-link {
	padding-right: 7px;
}

@media all and (max-width: 750px) {
	.footer-lower-item:not(:last-child) .footer-lower-link {
		padding-right: 0;
	}
}

.footer-lower-item:not(:first-child) .footer-lower-link {
	padding-left: 9px;
}

@media all and (max-width: 750px) {
	.footer-lower-item:not(:first-child) .footer-lower-link {
		padding-left: 0;
	}
}

.footer-lower-link {
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.03em;
	display: block;
}

.footer-sub-menu {
	display: inline-block;
	vertical-align: top;
	width: 196px;
	position: relative;
}

@media all and (max-width: 750px) {
	.footer-sub-menu {
		width: 100%;
	}
}

@media all and (max-width: 750px) {
	.footer-sub-menu:nth-child(2) .footer-sub-menu-text {
		border-top-width: 0;
	}
}

.footer-sub-menu:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.footer-sub-menu:hover .footer-sub-menu-text {
	color: #ffccff;
	text-decoration: none;
}

.footer-sub-menu:hover .footer-sub-menu-list {
	max-height: 300%;
	text-decoration: none;
}

@media all and (max-width: 750px) {
	.footer-sub-menu:hover .footer-sub-menu-list {
		max-height: unset;
	}
}

.footer-sub-menu:not(:last-child) {
	margin-right: 16px;
}

.footer-sub-menu-list {
	position: absolute;
	right: 0;
	left: 0;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}

@media all and (max-width: 750px) {
	.footer-sub-menu-list {
		display: none;
		max-height: unset;
		position: relative;
		overflow: visible;
	}
}

.footer-sub-menu-item {
	margin-top: -1px;
}

.footer-sub-menu-link {
	font-size: 14px;
	color: #ffffff;
	background: lightgreen;/*茨城クラブ*/
	letter-spacing: 0.03em;
	display: block;
	padding: 14px 35px 10px 23px;
	border: 1px solid #ccccff;
}

.footer-sub-menu-link:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

@media all and (max-width: 750px) {
	.footer-sub-menu-link {
		border-left-width: 0;
		border-right-width: 0;
		padding: 17px 35px 15px 11px;
	}
}

.footer-sub-menu-text {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.03em;
	text-align: left;
	display: block;
	padding: 14px 35px 10px 23px;
	position: relative;
	border: 1px solid #ccccff;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

@media all and (max-width: 750px) {
	.footer-sub-menu-text {
		border-left-width: 0;
		border-right-width: 0;
		padding: 17px 35px 15px 11px;
	}
}

.footer-sub-menu-text:after, .footer-sub-menu-text:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	right: 15px;
}

@media all and (max-width: 750px) {
	.footer-sub-menu-text:after, .footer-sub-menu-text:before {
		width: 13px;
		height: 2px;
		border: 0;
		background: #ffffff;
	}
}

@media all and (max-width: 750px) {
	.footer-sub-menu-text:after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
}

@media all and (max-width: 750px) {
	.footer-sub-menu-text.is-active:before {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.footer-sub-menu-text.is-active:after {
		-webkit-transform: translateY(-50%) rotate(0deg);
		-ms-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
}

.form {
	font-size: 0;
	letter-spacing: 0;
	padding: 100px 0 60px;
}

@media all and (max-width: 750px) {
	.form {
		padding-top: 60px;
	}
}

.form form {
	width: 896px;
	margin: 0 auto;
}

@media all and (max-width: 750px) {
	.form form {
		width: 100%;
		padding: 0 11px;
	}
}

.form-text {
	font-size: 14px;
	letter-spacing: 0;
}

.form-text span {
	color: green;
}

.form-left, .form-right {
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 750px) {
	.form-left, .form-right {
		display: block;
	}
}

.form-left {
	width: 25%;
	padding-top: 6px;
}

@media all and (max-width: 750px) {
	.form-left {
		width: 100%;
	}
}

.form-right {
	width: 75%;
}

@media all and (max-width: 750px) {
	.form-right {
		width: 100%;
		margin-top: 7px;
	}
}

@media all and (max-width: 750px) {
	.form-right-one .form-right-item {
		width: 100%;
	}
}

@media all and (max-width: 750px) {
	.form-right-two .form-right-item {
		width: 50%;
	}
}

@media all and (max-width: 750px) {
	.form-right-two .form-right-item:first-child {
		padding-right: 6px;
	}
}

@media all and (max-width: 750px) {
	.form-right-two .form-right-item:last-child {
		padding-left: 6px;
	}
}

.form-right-item {
	display: inline-block;
}

@media all and (max-width: 750px) {
	.form-right-item {
		width: 50%;
	}
}

.form-right-item:nth-child(2) {
	margin-left: 31px;
}

@media all and (max-width: 750px) {
	.form-right-item:nth-child(2) {
		margin-left: 0;
	}
}

.form-list {
	margin-top: 28px;
}

.form-item:not(:last-child) {
	margin-bottom: 24px;
}

@media all and (max-width: 750px) {
	.form-item:not(:last-child) {
		margin-bottom: 18px;
	}
}

.form-button {
	width: 256px;
	text-align: center;
	border: 1px solid midnightblue;/*茨城クラブ*/
	position: relative;
	margin: 41px auto 0;
	display: block;
}

@media all and (max-width: 750px) {
	.form-button {
		font-size: 14px;
		width: 211px;
	}
}

.form-button-text {
	position: relative;
	color: midnightblue;/*茨城クラブ*/
	padding: 20px 20px 20px 20px;
	letter-spacing: 0;
	font-weight: bold;
	display: block;
	font-size: 16px;
	font-size: 24px;/*茨城クラブ*/
	z-index: 2;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.ie .form-button-text {
	top: 3px;
}

.form-button:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid midnightblue;/*茨城クラブ*/
	border-right-width: 0;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	right: -64px;
	left: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	z-index: 1;
	-webkit-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}

.form-button:before {
	content: "";
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	background: lightgreen;/*茨城クラブ*/
	z-index: 1;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

.form-button:hover .form-button-text {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/*茨城クラブ*/
}

.form-button:hover:before {
	width: 100%;
}

.form-button:hover:after {
	border-color: #ffccff;
}

.form-reset {
	font-size: 14px;
	font-weight: bold;
	margin: 30px auto 0;
	display: block;
	position: relative;
	color: #660099;
	color: #003333;
}

.form-reset span {
	position: relative;
	color: #660099;
	color: #003333;
	padding: 10px 20px 6px 0;
	letter-spacing: 0;
	font-weight: bold;
	display: block;
}

.form-reset span:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #660099;
	border: 2px solid #003333;
	border-right-width: 0;
	border-bottom-width: 0;
	position: absolute;
	top: 49%;
	right: -79px;
	left: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.form-title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	display: block;
	text-align: center;
}

.common-head {
	text-align: center;
	margin-bottom: 93px;
	margin-bottom: 31px;/*茨城クラブ*/
}

@media all and (max-width: 750px) {
	.common-head {
		margin-bottom: 50px;
		margin-bottom: 25px;/*茨城クラブ*/
	}
}

.common-head-title, .common-head-sub {
	font-family: "Source Sans Pro";
	font-weight: lighter;
	font-style: normal;
	color: midnightblue;/*茨城クラブ*/
}

.common-head-title br, .common-head-sub br {
	display: none;
}

@media all and (max-width: 750px) {
	.common-head-title br, .common-head-sub br {
		display: block;
	}
}

.common-head-title {
	font-size: 40px;
	letter-spacing: 0.04em;
}

@media all and (max-width: 750px) {
	.common-head-title {
		font-size: 28px;
	}
}

.common-head-sub {
	font-size: 14px;
	margin-top: 24px;
	letter-spacing: 0.03em;
}

@media all and (max-width: 750px) {
	.common-head-sub {
		font-size: 16px;
		letter-spacing: 0.02em;
	}
}

.common-head-mb-sm {
	margin-bottom: 40px;
	margin-bottom: 10px;/*茨城クラブ*/
}

.common-html-content {
	padding-top: 100px;
	padding-bottom: 80px;
	padding-top: 40px;/*茨城クラブ*/
	padding-bottom: 20px;/*茨城クラブ*/
	background-color: lemonchiffon;/*茨城クラブ*/
}

@media all and (max-width: 750px) {
	.common-html-content {
		padding-top: 60px;
		padding-bottom: 25px;
	}
}

.common-html-content li {
	position: relative;
}

.common-html-content li p {
	padding-left: 17px;
	margin-bottom: 13px;
}

@media all and (max-width: 750px) {
	.common-html-content li p {
		padding-left: 15px;
	}
}

.common-html-content li:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #333333;
	border-radius: 100%;
	position: absolute;
	left: 8px;
	top: 8px;
}

@media all and (max-width: 750px) {
	.common-html-content li:before {
		left: 4px;
		top: 7px;
	}
}

.common-html-content em, .common-html-content strong {
	color: #dd1133;
	font-weight: bold;
}

.common-html-content a {
	font-size: 14px;
	color: #660099;
	color: #003333;
	letter-spacing: 0;
}

.common-html-content p {
	letter-spacing: 0;
	margin-bottom: 28px;
	position: relative;
	font-size: 14px;
	line-height: 1.4em;
}

.common-html-content-title {
	letter-spacing: 0;
	margin-bottom: 19px;
	position: relative;
	font-size: 24px;
	color: green;
}

@media all and (max-width: 750px) {
	.common-html-content-title {
		font-size: 21px;
		line-height: 1.2em;
	}
}

.common-html-content-inner {
	width: 618px;
	margin: 0 auto;
	padding: 0 28px;
}

@media all and (max-width: 750px) {
	.common-html-content-inner {
		width: 100%;
		padding: 0 8px;
		margin: 0 auto;
	}
}

.common-html-content-with-img-catch {
	width: 544px;
	width: 1024px;
	margin: 0 auto 52px;
}

@media all and (max-width: 750px) {
	.common-html-content-with-img-catch {
		width: 100%;
		padding: 0 4px;
		margin: 0 auto 35px;
	}
}

.common-html-content-with-img-catch svg {
	width: 544px;
	height: 124.5px;
}

@media all and (max-width: 750px) {
	.common-html-content-with-img-catch svg {
		width: 100%;
		height: auto;
	}
}

.common-html-content-img {
	float: left;
	width: 401px;
	height: 436px;
	margin-right: 103px;
}

@media all and (max-width: 750px) {
	.common-html-content-img {
		width: 100%;
		height: auto;
		padding-right: 0;
		float: none;
	}
}

.common-html-content-img img {
	width: 100%;
}

.common-html-content-img-right {
	float: right;
	width: 401px;
	height: 436px;
	margin-right: 103px;
}

@media all and (max-width: 750px) {
	.common-html-content-img-right {
		width: 100%;
		height: auto;
		padding-right: 0;
		float: none;
	}
}

.common-html-content-img-right img {
	width: 100%;
}

.common-html-content-caption {
	padding-top: 175px;
}

@media all and (max-width: 750px) {
	.common-html-content-caption {
		padding-top: 37px;
	}
}

.common-html-content-caption p {
	margin-bottom: 10px;
}

@media all and (max-width: 750px) {
	.common-html-content-caption p {
		margin-bottom: 5px;
	}
}

.common-html-content-with-border {
	border-top: 1px solid #b1c1c8;
	padding-top: 40px;
	padding-bottom: 60px;
}

@media all and (max-width: 750px) {
	.common-html-content-with-border {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}

.mcas- {
	position: relative;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 750px) {
	.mcas- {
		width: 100%;
	}
}

.mcas-list {
	height: 100%;
}

.mcas-list-item {
	height: 100%;
}

.mcas-slider {
	height: 575px;
}

@media all and (max-width: 750px) {
	.mcas-slider {
		height: 353px;
	}
}

.mcas-slider-item > div {
	width: 100%;
}

.mcas-slider-button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-157%);
	-ms-transform: translateY(-157%);
	transform: translateY(-157%);
	width: 24px;
	height: 45px;
	z-index: 1;
}

@media all and (max-width: 750px) {
	.mcas-slider-button {
		width: 13px;
		height: 25px;
	}
}

.mcas-slider-button svg {
	width: 24px;
	height: 45px;
}

@media all and (max-width: 750px) {
	.mcas-slider-button svg {
		width: 13px;
		height: 25px;
	}
}

.mcas-slider-button-prev {
	left: 23px;
}

@media all and (max-width: 750px) {
	.mcas-slider-button-prev {
		left: 14px;
	}
}

.mcas-slider-button-next {
	right: 23px;
	-webkit-transform: translateY(-162%) rotate(180deg);
	-ms-transform: translateY(-162%) rotate(180deg);
	transform: translateY(-162%) rotate(180deg);
}

@media all and (max-width: 750px) {
	.mcas-slider-button-next {
		right: 14px;
		-webkit-transform: translateY(-162%) rotate(180deg);
		-ms-transform: translateY(-162%) rotate(180deg);
		transform: translateY(-162%) rotate(180deg);
	}
}

.mcas-slider-dot {
	position: absolute;
	bottom: 6px;
	right: 0;
	left: 0;
	margin: 8px auto 0;
	text-align: center;
}

@media all and (max-width: 750px) {
	.mcas-slider-dot {
	margin-top: 10px;
}
}

.mcas-slider-dot .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #999999;
	border-radius: 100%;
	margin: 0 9px;
}

@media all and (max-width: 750px) {
	.mcas-slider-dot .swiper-pagination-bullet {
		margin: 0 8px;
	}
}

.mcas-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #660099;
	background: navy;
}

.mcas-slider-container {
	border-bottom-right-radius: 130px;
}

.mcas-slider-caption {
	color: green;
	font-size: 14px;
	font-family: "Source Sans Pro";
	letter-spacing: 0.01em;
	padding: 22px 79px 0;
}

@media all and (max-width: 750px) {
	.mcas-slider-caption {
		padding: 12px 39px 0;
	}
}

.mcas-slider-image {
	width: 100%;
	height: 480px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media all and (max-width: 750px) {
	.mcas-slider-image {
		height: 281px;
	}
}

.mcas-slider-image img {
	width: 100%;
}

.input {
	background: #ffffff;
	font-size: 14px;
	padding: 5px 16px;
	border: 1px solid #cccccc;
}

@media all and (max-width: 750px) {
	.input {
		padding: 5px 11px;
	}
}

@media all and (max-width: 750px) {
	.safari .input {
		font-size: 16px;
	}
}

.input::-webkit-input-placeholder {
	font-size: 14px;
	color: #e6e6e6;
}

.input:-ms-input-placeholder {
	font-size: 14px;
	color: #e6e6e6;
}

.input::placeholder {
	font-size: 14px;
	color: #e6e6e6;
}

@media all and (max-width: 750px) {
	.input::-webkit-input-placeholder {
		font-size: 12px;
	}
	.input:-ms-input-placeholder {
		font-size: 12px;
	}
	.input::placeholder {
		font-size: 12px;
	}
}

@media all and (max-width: 750px) {
	.safari .input::-webkit-input-placeholder {
		font-size: 16px;
	}
	.safari .input:-ms-input-placeholder {
		font-size: 16px;
	}
	.safari .input::placeholder {
		font-size: 16px;
	}
}

.input-small {
	width: 295px;
}

@media all and (max-width: 750px) {
	.input-small {
		width: 100%;
	}
}

.input-large {
	width: 621px;
}

@media all and (max-width: 750px) {
	.input-large {
		width: 100%;
	}
}

.header {
	max-width: 1184px;
	padding: 26px 34px;
	padding: 26px 136px 26px 34px;/*茨城クラブ*/
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}

@media all and (max-width: 750px) {
	.header {
		width: 100%;
		padding: 15px 28px;
	}
}

.header-left {
	float: left;
}

@media all and (max-width: 750px) {
	.header-left {
		float: none;
		display: inline-block;
		width: 50%;
		vertical-align: middle;
	}
}

.header-right {
	float: right;
	position: relative;
}

@media all and (max-width: 750px) {
	.header-right {
		float: none;
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		text-align: right;
		padding-top: 5px;
		position: relative;
		right: -11px;
	}
}

.header-logo {
	width: 127px;
	height: 42px;
	margin-left: -9px;
}

@media all and (max-width: 750px) {
	.header-logo {
		width: 110px;
		height: 37px;
		margin-left: -6px;
	}
}

.header-logo svg {
	width: 110px;
	width: 220px;
	height: 37px;
	height: 74px;
}

.header-sub {
	width: 207px;
	height: 38.5px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 17px;
	padding-top: 8px;
}

@media all and (max-width: 750px) {
	.header-sub {
		display: none;
	}
}

.header-sub svg {
	width: 207px;
	width: 414px;
	height: 38.5px;
	height: 77px;
}

.header-sub-sp {
	display: none;
	position: absolute;
	top: 6px;
	left: 121px;
	margin: 0;
	width: 158px;
	height: 31.2px;
}

@media all and (max-width: 750px) {
	.header-sub-sp {
		display: block;
	}
}

@media all and (max-width: 386px) {
	.header-sub-sp {
		display: none;
	}
}

.header-sub-sp svg {
	width: 158px;
	height: 31.2px;
}

.header-button {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: 40px;
	height: 36px;
	margin: 0 5px;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.header-button:hover {
	opacity: 0.7;
}

.header-button-icon {
	display: block;
	margin: 0 auto;
}

.header-button-icon-menu {
	width: 30px;
	height: 35.5px;
}

@media all and (max-width: 750px) {
	.header-button-icon-menu {
		width: 34px;
		height: 34px;
	}
}

.header-button-icon-menu svg {
	width: 30px;
	height: 35.5px;
}

@media all and (max-width: 750px) {
	.header-button-icon-menu svg {
		width: 34px;
		height: 34px;
	}
}

.header-button-text {
	display: block;
	text-align: center;
	font-size: 8px;
	letter-spacing: 0;
	color: #660099;
	color: #003333;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.mcas- {
	position: relative;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 750px) {
	.mcas- {
		width: 100%;
	}
}

.mcas-list {
	height: 100%;
}

.mcas-list-item {
	height: 100%;
}

.mcas-slider {
	height: 575px;
}

@media all and (max-width: 750px) {
	.mcas-slider {
		height: 353px;
	}
}

.mcas-slider-item > div {
	width: 100%;
}

.mcas-slider-button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-157%);
	-ms-transform: translateY(-157%);
	transform: translateY(-157%);
	width: 24px;
	height: 45px;
	z-index: 1;
}

@media all and (max-width: 750px) {
	.mcas-slider-button {
		width: 13px;
		height: 25px;
	}
}

.mcas-slider-button svg {
	width: 24px;
	height: 45px;
}

@media all and (max-width: 750px) {
	.mcas-slider-button svg {
		width: 13px;
		height: 25px;
	}
}

.mcas-slider-button-prev {
	left: 23px;
}

@media all and (max-width: 750px) {
	.mcas-slider-button-prev {
		left: 14px;
	}
}

.mcas-slider-button-next {
	right: 23px;
	-webkit-transform: translateY(-162%) rotate(180deg);
	-ms-transform: translateY(-162%) rotate(180deg);
	transform: translateY(-162%) rotate(180deg);
}

@media all and (max-width: 750px) {
	.mcas-slider-button-next {
		right: 14px;
		-webkit-transform: translateY(-162%) rotate(180deg);
		-ms-transform: translateY(-162%) rotate(180deg);
		transform: translateY(-162%) rotate(180deg);
	}
}

.mcas-slider-dot {
	position: absolute;
	bottom: 6px;
	right: 0;
	left: 0;
	margin: 8px auto 0;
	text-align: center;
}

@media all and (max-width: 750px) {
	.mcas-slider-dot {
		margin-top: 10px;
	}
}

.mcas-slider-dot .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #999999;
	border-radius: 100%;
	margin: 0 9px;
}

@media all and (max-width: 750px) {
	.mcas-slider-dot .swiper-pagination-bullet {
		margin: 0 8px;
	}
}

.mcas-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #660099;
	background: navy;
}

.mcas-slider-container {
	border-bottom-right-radius: 130px;
}

.mcas-slider-caption {
	color: green;
	font-size: 14px;
	font-family: "Source Sans Pro";
	letter-spacing: 0.01em;
	padding: 22px 79px 0;
}

@media all and (max-width: 750px) {
	.mcas-slider-caption {
		padding: 12px 39px 0;
	}
}

.mcas-slider-image {
	width: 100%;
	height: 480px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media all and (max-width: 750px) {
	.mcas-slider-image {
		height: 281px;
	}
}

.mcas-slider-image img {
	width: 100%;
}

.map {
	margin: 0 auto;
	width: 1088px;
	height: 544px;
}

@media all and (max-width: 750px) {
	.map {
		width: 100%;
		height: 100%;
	}
}

.map-inner {
	height: 100%;
	margin: 0 -34px;
}

@media all and (max-width: 750px) {
	.map-inner {
		margin: 0;
	}
}

.map-item {
	height: 100%;
	padding: 0 16px;
}

@media all and (max-width: 750px) {
	.map-item {
		padding: 0;
	}
}

@media all and (max-width: 750px) {
	.map-item:last-child {
		margin-top: 60px;
	}
}

.map-container {
	height: 100%;
}

@media all and (max-width: 750px) {
	.map-container {
		padding-top: 100%;
	}
}

.map-list {
	padding: 44px 34px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	overflow-y: scroll;
	height: 100%;
}

@media all and (max-width: 750px) {
	.map-list {
		padding: 29px 0;
		height: 295px;
	}
}

.map-list-item:not(:last-child) {
	margin-bottom: 22px;
}

.map-name, .map-address {
	font-size: 14px;
	letter-spacing: 0;
}

.map-name {
	display: inline-block;
	font-weight: bold;
	color: #660099;
	color: #003333;
	margin-bottom: 10px;
}

.news-article {
	padding-top: 95px;
	padding-bottom: 62px;
}

@media all and (max-width: 750px) {
	.news-article {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.news-article-content {
	font-size: 0;
	letter-spacing: 0;
	width: 100%;
}

.news-article-item:not(:last-child) {
	margin-bottom: 33px;
}

@media all and (max-width: 750px) {
	.news-article-item:not(:last-child) {
		margin-bottom: 21px;
	}
}

.news-article-date, .news-article-title {
	font-family: "Source Sans Pro";
	color: #660099;
	color: #003333;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

@media all and (max-width: 750px) {
	.news-article-date, .news-article-title {
		display: block;
	}
}

.news-article-title {
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media all and (max-width: 750px) {
	.news-article-title {
		width: 100%;
		overflow: visible;
		text-overflow: inherit;
		white-space: normal;
	}
}

.news-article-title-text {
	letter-spacing: 0.02em;
	padding-left: 13px;
	display: inline;
}

@media all and (max-width: 750px) {
	.news-article-title-text {
		font-size: 14px;
		padding: 0 21px 0 4px;
		letter-spacing: 0.1em;
		margin-top: 4px;
		display: block;
	}
}

.news-article-date {
	letter-spacing: 0.05em;
	width: 115px;
}

@media all and (max-width: 750px) {
	.news-article-date {
		font-size: 12px;
		width: 100%;
	}
}

.nav {
	padding: 72px 0;
}

.nav .nav-sub-list-item:not(:first-child) {
	margin-top: 9px;
}

.nav-icon {
	display: block;
	width: 21.5px;
	height: 33.5px;
	position: absolute;
	right: 39px;
	top: -45px;
}

.nav-icon svg {
	width: 21.5px;
	height: 33.5px;
}

.nav-icon:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.nav-inner {
	width: 896px;
	padding: 0 32px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width: 750px) {
	.nav-inner {
		width: 100%;
		padding: 0;
	}
}

.nav-item {
	padding: 0 14px;
}

@media all and (max-width: 750px) {
	.nav-item {
		padding: 0 6px;
		margin-top: 5px;
	}
}

.nav-lower {
	display: block;
	text-align: center;
	margin-top: 27px;
}

@media all and (max-width: 750px) {
	.nav-lower {
		font-size: 0;
		letter-spacing: 0;
	}
}

.nav-lower-link {
	font-size: 12px;
	letter-spacing: 0;
	color: #660099;
	color: #003333;
	padding: 3px 6px;
}

@media all and (max-width: 750px) {
	.nav-lower-link {
		display: inline-block;
		width: 50%;
		text-align: left;
	}
}

.nav-lower-link:not(:last-child) {
	border-right: 1px solid #cccccc;
}

@media all and (max-width: 750px) {
	.nav-lower-link:not(:last-child) {
		border-right: 0;
	}
}

.nav-lower-link:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.nav-lower-copyright {
	font-size: 12px;
	letter-spacing: 0;
}

.nav-lower-mb-lg {
	margin-bottom: 58px;
}

.nav-link {
	color: #660099;
	color: #003333;
	display: block;
	letter-spacing: normal;
}

.nav-link:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.nav-link-title {
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #660099;
	border-top: 1px solid #003333;
	padding: 10px 0;
}

@media all and (max-width: 750px) {
	.nav-link-title {
		font-size: 14px;
	}
}

.nav-link-title:nth-child(2) {
	margin-top: 50px;
}

@media all and (max-width: 750px) {
	.nav-link-title:nth-child(2) {
		margin-top: 27px;
	}
}

.nav-link-sub {
	font-size: 14px;
}

.nav-section {
	width: 196px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

@media all and (max-width: 750px) {
	.nav-section {
		width: 100%;
	}
}

@media all and (max-width: 750px) {
	.nav-section:nth-child(2) .nav-section-text {
		border-top-width: 0;
	}
}

.nav-section:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.nav-section:hover .nav-section-list {
	max-height: 400%;
}

@media all and (max-width: 750px) {
	.nav-section:hover .nav-section-list {
		max-height: unset;
	}
}

.nav-section-link, .nav-section-text {
	font-size: 14px;
	color: #660099;
	color: #003333;
	letter-spacing: 0;
	padding: 14px 35px 10px 25px;
	text-align: left;
	display: block;
}

.nav-section-text {
	border: 1px solid #660099;
	border: 1px solid #003333;
	position: relative;
}

@media all and (max-width: 750px) {
	.nav-section-text {
		border-left-width: 0;
		border-right-width: 0;
	}
}

.nav-section-text:after, .nav-section-text:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px solid #660099;
	border: 7px solid #003333;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	right: 15px;
}

@media all and (max-width: 750px) {
	.nav-section-text:after, .nav-section-text:before {
		width: 13px;
		height: 2px;
		border: 0;
		background: #660099;
		background: navy;
	}
}

@media all and (max-width: 750px) {
	.nav-section-text:after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
}

@media all and (max-width: 750px) {
	.nav-section-text.is-active:before {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.nav-section-text.is-active:after {
		-webkit-transform: translateY(-50%) rotate(0deg);
		-ms-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
}

.nav-section-link {
	border: 1px solid #660099;
	border: 1px solid #003333;
	border-top-width: 0;
	background: #ffffff;
}

@media all and (max-width: 750px) {
	.nav-section-link {
		border-left-width: 0;
		border-right-width: 0;
	}
}

.nav-section-link:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.nav-section-item {
	background: #ffffff;
}

.nav-section-list {
	position: absolute;
	right: 0;
	left: 0;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}

@media all and (max-width: 750px) {
	.nav-section-list {
		display: none;
		max-height: unset;
		position: relative;
		overflow: visible;
	}
}

.pagination {
	text-align: center;
}

.pagination-numbers {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 57px;
}

.pagination-numbers li {
	display: inline-block;
}

.pagination-numbers li:not(:last-child) {
	margin-right: 13px;
}

.pagination-numbers li a {
	color: #660099;
	color: #003333;
	font-size: 12px;
}

.pagination-numbers li a:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.pagination-prev, .pagination-next {
	display: inline-block;
	color: #660099;
	color: #003333;
	font-size: 14px;
	vertical-align: bottom;
}

.pagination-prev:hover, .pagination-next:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

/*top another-subject*/
.another-subject {
	counter-reset: number;
}

.another-subject p {
	width: 896px;
	padding: 0 32px;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.7;
}

.another-subject p:not(:last-child) {
	margin-bottom: 25px;
}

@media all and (max-width: 750px) {
	.another-subject p {
		width: 100%;
		padding: 0;
	}
}

.another-subject h2 {
	color: green;
	font-size: 24px;
	letter-spacing: 0;
	width: 896px;
	padding: 0 32px;
	margin: 0 auto;
	display: inline-block;
	line-height: 1.2em;
}

@media all and (max-width: 750px) {
	.another-subject h2 {
		width: 100%;
		padding: 0;
		font-size: 20px;
	}
}

.another-subject h2 em {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
}

@media all and (max-width: 750px) {
	.another-subject h2 em {
		margin-top: -1px;
		display: block;
	}
}

.another-subject strong {
	font-weight: bold;
	display: block;
}

.another-subject a {
	color: #660099;
	color: #003333;
}

.another-subject a:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.another-subject div {
	font-size: 0;
	letter-spacing: 0;
}

.another-subject div .wp-caption {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.another-subject ol {
	width: 896px;
	margin: 0 auto;
	padding: 0 32px;
}

@media all and (max-width: 750px) {
	.another-subject ol {
		width: 100%;
		padding: 0;
	}
}

.another-subject ol li {
	counter-increment: number;
	font-size: 14px;
}

.another-subject ol li:before {
	content: counter(number) ".";
	display: inline-block;
	font-weight: bold;
}

@media all and (max-width: 750px) {
	.another-subject ol li:before {
		display: inline;
	}
}

.another-subject ol li:not(:last-child) {
	margin-bottom: 25px;
}

.another-subject ol P {
	width: 100%;
	padding: 0;
	margin-top: 1px;
	line-height: 1.75;
}

.another-subject ol strong {
	display: inline-block;
}

@media all and (max-width: 750px) {
	.another-subject ol strong {
		display: inline;
	}
}

.another-subject table {
	width: 896px;
	margin: 0 auto;
	padding: 0 32px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border: 1px solid #00cc33;
}

@media all and (max-width: 750px) {
	.another-subject table {
		width: 100%;
		paddin: 0;
	}
}

.another-subject table tr {
	text-align: center;
	text-align: left;
}

.another-subject table tr:not(:last-child) {
	border-bottom: 1px solid #cccccc;
	border-bottom: 1px solid #00cc33;
}

.another-subject table th {
	width: 100%;
	text-align: center;
	background: #e6e6e6;
	background: #ccff99;
	font-weight: bold;
	padding: 13px 0;
}

.another-subject table td {
	padding: 13px 38px;
	letter-spacing: 0;
	vertical-align: middle;
}

.another-subject table td a {
	text-decoration: none;
	color: #660099;
	color: #003333;
}

.another-subject table td a:hover {
	text-decoration: none;
	background-color: #003333;
	color: #ffffff;
}

@media all and (max-width: 750px) {
	.another-subject table td {
		padding: 10px 17px;
	}
}

.another-subject table td:first-child {
	width: 27.5%;
	border-right: 1px solid #cccccc;
	border-right: 1px solid #00cc33;
	font-weight: bold;
}

@media all and (max-width: 750px) {
	.another-subject table td:first-child {
		width: 32.5%;
		width: 29.5%;
	}
}

.another-subject table td:last-child {
	width: 71%;
	text-align: left;
}

.another-subject table td br {
	display: none;
}

@media all and (max-width: 750px) {
	.another-subject table td br {
		display: block;
	}
}

.another-subject-date {
	color: green;
	font-size: 14px;
	text-align: center;
	display: block;
	letter-spacing: 0;
	margin-bottom: 12px;
}

@media all and (max-width: 750px) {
	.another-subject-date {
		font-size: 16px;
	}
}

.another-subject-title {
	color: darkgreen;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
}

@media all and (max-width: 750px) {
	.another-subject-title {
		font-size: 28px;
	}
}
/*end another-subject*/

/*top general-subject*/
.general-subject {
	counter-reset: number;
	padding: 1em;/*茨城クラブ*/
	background-color: white;/*茨城クラブ*/
}

.general-subject p {
	width: 896px;
	width: 100%;
	padding: 0 32px;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.7;
	line-height: 1;
}

.general-subject p:not(:last-child) {
	margin-bottom: 25px;
}

@media all and (max-width: 750px) {
	.general-subject p {
		width: 100%;
		padding: 0;
	}
}

.general-subject h2 {
	color: green;
	font-size: 24px;
	letter-spacing: 0;
	width: 896px;
	padding: 0 32px;
	margin: 0 auto;
	display: inline-block;
	line-height: 1.2em;
}

@media all and (max-width: 750px) {
	.general-subject h2 {
		width: 100%;
		padding: 0;
		font-size: 20px;
	}
}

.general-subject h2 em {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
}

@media all and (max-width: 750px) {
	.general-subject h2 em {
		margin-top: -1px;
		display: block;
	}
}

.general-subject strong {
	font-weight: bold;
	display: block;
}

.general-subject a {
	color: #660099;
	color: #003333;
}

.general-subject a:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.general-subject div {
	font-size: 0;
	letter-spacing: 0;
}

.general-subject div .wp-caption {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.general-subject ol {
	width: 896px;
	margin: 0 auto;
	padding: 0 32px;
}

@media all and (max-width: 750px) {
	.general-subject ol {
		width: 100%;
		padding: 0;
	}
}

.general-subject ol li {
	counter-increment: number;
	font-size: 14px;
}

.general-subject ol li:before {
	content: counter(number) ".";
	display: inline-block;
	font-weight: bold;
}

@media all and (max-width: 750px) {
	.general-subject ol li:before {
		display: inline;
	}
}

.general-subject ol li:not(:last-child) {
	margin-bottom: 25px;
}

.general-subject ol p {
	width: 100%;
	padding: 0;
	margin-top: 1px;
	line-height: 1.75;
}

.general-subject ol strong {
	display: inline-block;
}

@media all and (max-width: 750px) {
	.general-subject ol strong {
		display: inline;
	}
}

.general-subject table {
	width: 896px;
	margin: 0 auto;
	padding: 0 32px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border: 1px solid #00cc33;
}

@media all and (max-width: 750px) {
	.general-subject table {
		width: 100%;
		paddin: 0;
	}
}

.general-subject table tr {
	text-align: center;
}

.general-subject table tr:not(:last-child) {
	border-bottom: 1px solid #cccccc;
	border-bottom: 1px solid #00cc33;
}

.general-subject table th {
	width: 100%;
	text-align: center;
	background: #e6e6e6;
	background: #ccff99;
	font-weight: bold;
	padding: 13px 0;
}

.general-subject table td {
	padding: 13px 38px;
	letter-spacing: 0;
	vertical-align: middle;
}

.general-subject table td a {
	text-decoration: none;
	color: #660099;
	color: #003333;
}

.general-subject table td a:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

@media all and (max-width: 750px) {
	.general-subject table td {
		padding: 10px 17px;
	}
}

.general-subject table td:first-child {
	width: 27.5%;
	border-right: 1px solid #cccccc;
	border-right: 1px solid #00cc33;
	font-weight: bold;
}

@media all and (max-width: 750px) {
	.general-subject table td:first-child {
		width: 32.5%;
	}
}

.general-subject table td:last-child {
	width: 68%;
	text-align: left;
}

.general-subject table td br {
	display: none;
}

@media all and (max-width: 750px) {
	.general-subject table td br {
		display: block;
	}
}

.general-subject-date {
	color: green;
	font-size: 14px;
	text-align: center;
	display: block;
	letter-spacing: 0;
	margin-bottom: 12px;
}

@media all and (max-width: 750px) {
	.general-subject-date {
		font-size: 16px;
	}
}

.general-subject-title {
	color: green;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
}

@media all and (max-width: 750px) {
	.general-subject-title {
		font-size: 28px;
	}
}
/*end general-subject*/

.region {
	text-align: center;
	margin-top: -20px;
}

@media all and (max-width: 750px) {
	.region {
		margin-top: -11px;
	}
}

.region-list li:not(:last-child) {
	margin-bottom: 32px;
}

@media all and (max-width: 750px) {
	.region-list li:not(:last-child) {
		margin-bottom: 22px;
	}
}

.region-list h3 {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

@media all and (max-width: 750px) {
	.region-list h3 {
		margin-bottom: 5px;
	}
}

.region-list a, .region-list span {
	color: #660099;
	color: #003333;
	display: inline-block;
	margin: 0 4px;
	font-size: 14px;
}

.region-list a:hover, .region-list span:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.select {
	background: #ffffff;
	padding: 7px 16px;
	border: 1px solid #cccccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select::-ms-expand {
	display: none;
}

@media all and (max-width: 750px) {
	.safari .select {
		font-size: 16px;
	}
}

.select-small {
	width: 295px;
	background: #ffffff url(../images/icon/down.png);
	background-repeat: no-repeat;
	background-position: 5% center;
}

.edge .select-small {
	background-position: 2% center;
}

@media all and (max-width: 750px) {
	.select-small {
		width: 71%;
	}
}

.textarea {
	padding: 5px 10px;
	width: 621px;
	height: 151px;
	border: 1px solid #cccccc;
	font-size: 14px;
	background: #ffffff;
	resize: none;
	-webkit-appearance: none;
	border-radius: 0;
}

@media all and (max-width: 750px) {
	.textarea {
		width: 100%;
		height: 80px;
	}
}

@media all and (max-width: 750px) {
	.safari .textarea {
		font-size: 16px;
	}
}

.u-hidden {
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
}

.u-clear {
	zoom: 1;
}

.u-clear:before, .u-clear:after {
	content: "";
	display: block;
}

.u-clear:after {
	clear: both;
}

.u-elps {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.u-notap {
	-webkit-tap-highlight-color: transparent;
}

.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 9px;
	width: 3px;
	background: #f0f0f0;
	margin: 0 5px;
	padding: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "?";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform,height;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffccff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #ffccff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #ffffff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000000;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {

@-webkit-keyframes swiper-preloader-spin {
	100% {
	-webkit-transform: rotate(360deg);
}
}

@keyframes swiper-preloader-spin {
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-pagenavi {
	position: relative;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	display: inline-block;
	color: #660099;
	color: #003333;
	font-size: 14px;
	vertical-align: bottom;
}

.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

@media all and (max-width: 750px) {
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.wp-pagenavi .previouspostslink {
	margin-right: 57px;
}

@media all and (max-width: 750px) {
	.wp-pagenavi .previouspostslink {
		left: 0;
		margin-right: 0;
	}
}

.wp-pagenavi .nextpostslink {
	margin-left: 57px;
}

@media all and (max-width: 750px) {
	.wp-pagenavi .nextpostslink {
		right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

.wp-pagenavi span, .wp-pagenavi a {
	display: inline-block;
	vertical-align: bottom;
	color: #660099;
	color: #003333;
	font-size: 12px;
	margin-right: 13px;
}

@media all and (max-width: 750px) {
	.wp-pagenavi span, .wp-pagenavi a {
		vertical-align: middle;
	}
}

.wp-pagenavi span:hover, .wp-pagenavi a:hover {
	text-decoration: none;
	background-color: navy;
	background-color: green;/* 茨城クラブ */
	color: white;/* 茨城クラブ */
}

.alignnone {
	margin: 10px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 10px auto 5px auto;
}

.alignright {
	float: right;
	margin: 10px 0 20px 20px;
}

@media all and (max-width: 780px) {
	.alignright {
		float: none;
		margin: 0 auto;
		width: auto;
		height: auto;
	}
}

.alignleft {
	float: left;
	margin-right: 15px;
}

@media all and (max-width: 780px) {
	.alignleft {
		float: none;
		margin: 0 auto;
		width: auto;
		height: auto;
	}
}

.wp-caption {
	background: #ffffff;
	text-align: center;
	margin-bottom: 66px;
	margin-top: 109px;
	padding: 0 15px;
}

@media all and (max-width: 750px) {
	.wp-caption {
		width: 100% !important;
		margin-top: 7px;
		margin-bottom: 0;
	}
}

.wp-caption.alignnone {
	margin: 0;
}

@media all and (max-width: 750px) {
	.wp-caption.alignnone {
		margin-top: 32px;
	}
}

.wp-caption.aligncenter {
	margin: 0 auto 66px;
	text-align: center;
}

@media all and (max-width: 750px) {
	.wp-caption.aligncenter {
		margin-top: 32px;
	}
}

.wp-caption.alignleft {
	width: 540px;
	margin-right: 38px;
}

@media all and (max-width: 750px) {
	.wp-caption.alignleft {
		width: 100%;
		margin: 0;
	}
}

.wp-caption.alignright {
	width: 540px;
	margin-left: 38px;
}

@media all and (max-width: 750px) {
	.wp-caption.alignright {
		width: 100%;
		margin: 0;
	}
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.wp-caption.aligncenter img {
	width: auto;
	margin: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	margin: 10px 20px 20px 0;
	letter-spacing: 0;
	line-height: 2.4;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	width: 100%;
	padding: 0;
}

@media all and (max-width: 750px) {
	.wp-caption p.wp-caption-text {
		margin-top: 10px;
		line-height: 1.4;
		padding: 0;
		font-size: 12px;
	}
}

body {
	overflow-x: scroll !important;
}

.rtn-mobile-visible {
	display: block !important;
}

.rtn-sidebar {
	margin-left: -250px;
}

.rtn-content {
	padding: 20px;
}

.rtn-article {
	width: 1320px;
}

@media all and (max-width: 750px) {
	.rtn-article {
		width: 100%;
	}
}

.rtn-preview > * {
	border: 1px solid #eeeeee;
}
