/*
Theme Name: 長岡柏ライオンズクラブ ver2.2.0
Theme URI: https://nagaokakashiwa-lc.com
Author: 長岡柏ライオンズクラブ
Author URI: https://nagaokakashiwa-lc.com
Description: 長岡柏ライオンズクラブ専用テーマ（レスポンシブWebデザイン）
Version: 2.2.0
License: 長岡柏ライオンズクラブ.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; color:#000; text-decoration: none; }
a:focus { outline:none !important; color:#000; text-decoration:none; }
a:active { outline:none !important; color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:none; opacity:0.60; }
a:visit { color:#000; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
address {margin:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {	margin-bottom: 20px;}
ul,ol {	list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea {
	border-radius:0;
	-webkit-appearance: none;
}
.notice-warning {
	display: none !important;
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	font-size:16px;
	line-height:180%;
	color:#000;
	background:#fff;
}
html, body {
	height: 100%;
	width:100%;
	min-width: 1100px;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
}

.notfound {
	margin:200px auto;
	font-size:14px;
	text-align: center;
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	position: relative;
	background:#F3C300;
}
#header {
	position:relative;
	max-width: 1200px;
	min-width: 1100px;
	margin:0 auto;
	padding:30px 10px 25px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#header #logo {
	position: relative;
}

.bx-contact {
	position: absolute;
	top:50px;
	right:10px;
	width:243px;
	background:rgba(255,255,255,0.50);
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.bx-contact img {
	width:100%;
	height:auto;
}
.bx-contact a:hover {
	opacity:0.80;
}

/*------------------------------ Grobal Nav ----------*/
nav#gnav {
	width:55%;
	max-width:670px;
	margin-left:150px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
nav#gnav ul {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
nav#gnav ul li {
	position:relative;
	font-size: 20px;
	font-weight:700;
	line-height:100%;
}
nav#gnav ul li a {
	display: block;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}

/*-----------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------*/
footer {
	position: relative;
	background:#F3C300;
}
footer small {
	display: block;
	line-height:50px;
	text-align: center;
	background:#fff;
}
#footer {
	position:relative;
	max-width: 1200px;
	min-width: 1100px;
	margin:0 auto;
	padding:30px 10px 40px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#footer #logo-f {
	position: relative;
	margin:0 30px 0 0;
}
footer .bx-contact {
	top:45px !important;
}
.bx-address {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	font-weight:700;
	line-height:150%;
}

/*------------------------------ Grobal Nav ----------*/
nav#fnav {
	width:55%;
	max-width:670px;
	margin-left:150px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
nav#fnav ul {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
nav#fnav ul li {
	position:relative;
	font-size: 20px;
	font-weight:700;
	line-height:100%;
}
nav#fnav ul li a {
	display: block;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
/*------------------------------ pageUp ----------*/
#pageTop {
	position:fixed;
	bottom:30px;
	right:0;
	width: 70px;
	height:70px;
	background:#807e7b;
	display: none;
	z-index:100;
}
#pageTop:after {
	position:absolute;
	content:'';
	top:30px;
	left:20px;
	width:25px;
	height:25px;
	border-top:4px solid #fff;
	border-right:4px solid #fff;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
#pageTop:hover {
	cursor: pointer;
}

/*------------------------------ footer fix button ----------*/
#fBtn {
	display: none;
}

/*-----------------------------------------------------------------------------------------
	#toppage
-----------------------------------------------------------------------------------------*/
/*------------------------------ Slider ----------*/
#slider {
	position: relative;
	min-width:1100px;
	height:600px;
}
.slide img {
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	width:auto;
	transform:translate(-50%, 0);
	object-fit:cover;
}
.bx-viewport .slide li {
	position: relative;
	height: 600px;
}
#catchcopy {
	position:absolute;
	top:50px;
	left:50%;
	width:632px;
	height:181px;
	margin-left:-480px;
}
#catchcopy img {
	width:100%;
	height:auto;
}

/*------------------------------ News ----------*/
#news {
	padding:50px 10px 100px 10px;
	max-width:1166px;
	min-width:1100px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#news h2 {
	position:relative;
	font-size:23px;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:5px solid #002F87;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#news h2:after {
	position: absolute;
	content:'';
	width:200px;
	left:0;
	bottom:-5px;
	border-bottom:5px solid #F3C300;
}
/*-- news list --*/
.list-news {}
.list-news li {
	position: relative;
	overflow: hidden;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #002f87;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-news li div.thumb {
	position: relative;
	overflow: hidden;
	width:18%;
	max-width:200px;
}
.list-news li div.thumb img {
	display: block;
	width:100%;
	height:auto;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.list-news li:hover div.thumb img {
	opacity:0.7;
	-webkit-transform:scale(1.12);
			transform:scale(1.12);
	-webkit-transition:0.3s;
			transition:0.3s;
}
.list-news li .bx-news {
	width:78%;
}
.list-news li .bx-news h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:5px;
}
.list-news li .bx-news p {
	line-height:150%;
	margin:0;
	font-size:15px;
}
.list-news li .bx-news span {
	display: block;
	margin-bottom:15px;
}
.list-news li .bx-news span.entry-date {
	color:#898989;
}
.list-news li .bx-news span.ct {
	text-align: center;
	color:#fff;
	line-height:25px;
	width:120px;
	border-radius:3px;
}
.list-news li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}
/*-- category type --*/
.ct_act {background:#F3C300; color:#000;}
.ct_meeting {background:#002f87; color:#fff;}
.ct_def {background:#555; color:#fff;}
/*-- news more --*/
.more-news {
	margin:10px auto;
	text-align: right;
}
.more-news a {
	position: relative;
	color:#002f87;
}
.more-news a:after {
	content:' >>';
}
/*------------------------------ 3d book ----------*/
#book {
	padding:50px 10px 0 10px;
	max-width:1166px;
	min-width:1100px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#book h2 {
	position:relative;
	font-size:23px;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:5px solid #002F87;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#book h2:after {
	position: absolute;
	content:'';
	width:200px;
	left:0;
	bottom:-5px;
	border-bottom:5px solid #F3C300;
}
/*----- top用 -----*/
.new-book {
	position: relative;
	margin:40px 0 0 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	/*
	-webkit-justify-content: space-between;
			justify-content: space-between;
	*/
	-webkit-justify-content: center;
			justify-content: center;
}
.new-book li {
	width:25%;
	margin-bottom:3%;
}
.new-book li img {
	display:block;
	width:100%;
	height:auto;
	box-shadow:0 0 5px rgba(0,0,0,0.20);
	margin-bottom:2%;
}
.new-book li span {
	display: block;
	text-align: center;
	padding:3%;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
/*-- book more --*/
.more-book {
	display: block;
	width:150px;
	margin:10px auto;
	padding:0 10px;
	text-align: center;
}
.more-book a {
	position: relative;
	color:#fff;
	display: block;
	background:#002f87;
	line-height: 45px;
	border-radius: 3px;
}

/*-- 一覧用 --*/
.list-book {}
.list-book li {
	position: relative;
	overflow: hidden;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #002f87;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-book li div.thumb {
	position: relative;
	overflow: hidden;
	width:20%;
	margin-right: 30px;
	max-width:200px;
}
.list-book li div.thumb img {
	display: block;
	width:100%;
	height:auto;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.list-book li:hover div.thumb img {
	opacity:0.7;
	-webkit-transform:scale(1.05);
			transform:scale(1.05);
	-webkit-transition:0.3s;
			transition:0.3s;
}
.list-book li .bx-book h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:5px;
}
.list-book li .bx-book span.entry-date {
	color:#898989;
}
.list-book li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*------------------------------ Instagram ----------*/
#instagram {
	padding:50px 10px !important;
	max-width:1166px;
	min-width:1100px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#instagram h2 {
	position:relative;
	font-size:23px;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:5px solid #002F87;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#instagram h2:after {
	position: absolute;
	content:'';
	width:200px;
	left:0;
	bottom:-5px;
	border-bottom:5px solid #F3C300;
}
.btn-inst_kashiwalc {
    position: relative;
    margin:0 auto 50px auto;
    width:330px;
    border:2px solid #000;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    height:50px;
}
.btn-inst_kashiwalc a {
    font-family: "Zen Maru Gothic", serif;
    font-weight:700;
    display: block;
}
.btn-inst_kashiwalc a:after {
    position: absolute;
    content:'';
    top:50%;
    left:14px;
    width:20px;
    height:20px;
    margin-top:-9px;
    background:url("../../../../wp-content/themes/nklc_v2_2/img/parts/instagram.svg") 0 0 no-repeat;
	background-size:20px auto;
}
a.feed-powered-by-es,
a.feed-powered-by-es-feed-img,
a.es-widget-branding {
	display: none !important;
}

/*------------------------------ We Serve ----------*/
#serve {
	position: relative;
	overflow: hidden;
	padding:50px 10px 100px 10px;
	min-width:1100px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	text-align: center;
	background: #99accf;
	background: -moz-linear-gradient(top,  #99accf 0%, #cdd6e7 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #99accf 0%,#cdd6e7 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #99accf 0%,#cdd6e7 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99accf', endColorstr='#ffffff',GradientType=0 );
}
#serve:before {
	position: absolute;
	content:'';
	top:20px;
	left:50%;
	width:363px;
	height:344px;
	margin-left:200px;
	background:url("img/parts/bg-weserve.png") 0 0 no-repeat;
	z-index:0;
}
#serve h2 {
	position:relative;
	font-size:30px;
	font-weight:700;
	margin-bottom:50px;
}
#serve h2 span {
	position: relative;
	overflow: hidden;
	display: block;
	margin:0 auto 20px auto;
	text-indent:-9999px;
	background:url("img/logo-weserve.png") 0 0 no-repeat;
	width:292px;
	height:50px;
}
#serve p {
	position: relative;
	font-size:17px;
	line-height:200%;
	margin-bottom:40px;
	letter-spacing:-1px;
	z-index:1;
}
#serve p span {
	color:#ff0000;
	font-weight:bold;
}

/*------------------------------ sister club ----------*/
#sister-club {
	position: relative;
	overflow: hidden;
	padding:55px 10px 100px 10px;
	min-width:1100px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	text-align: center;
	background: #f9e181;
	background: -moz-linear-gradient(top,  #f9e181 0%, #fef8e0 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f9e181 0%,#fef8e0 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f9e181 0%,#fef8e0 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e181', endColorstr='#ffffff',GradientType=0 );
}
#sister-club h2 {
	position:relative;
	font-size:40px;
	font-weight:bold;
	margin-bottom:50px;
}
#sister-club p {
	position: relative;
	font-size:17px;
	line-height:200%;
	margin-bottom:20px;
	letter-spacing:-1px;
}
.list-sister {
	max-width:1166px;
	min-width:1100px;
	margin:35px auto 0 auto;
	padding:0 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
			justify-content:space-between;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-sister li {
	position: relative;
	width:30%;
	max-width:323px;
	font-size:23px;
	font-weight:700;
	background:url("img/parts/bg-weserve.png") 50% 0 no-repeat;
	background-size:181px auto;
	padding-top:80px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-sister li span {
	display: block;
	font-size:20px;
}
.list-sister li img {
	margin-top:20px;
	display: block;
	width:100%;
	height:auto;
}

/*-----------------------------------------------------------------------------------------
	second page
-----------------------------------------------------------------------------------------*/
/*------------------------------ title ----------*/
article {
	position: relative;
	margin:0 auto;
	max-width:1150px;
	min-width:1100px;
	padding:50px 10px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
article section {
	margin-bottom:100px;
}
article section h2 {
	position:relative;
	font-size:23px;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:50px;
	border-bottom:5px solid #002F87;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
article section h2:after {
	position: absolute;
	content:'';
	width:200px;
	left:0;
	bottom:-5px;
	border-bottom:5px solid #F3C300;
}

/*-----------------------------------------------------------------------------------------
	club
-----------------------------------------------------------------------------------------*/
/*------------------------------ information ----------*/
.list-clubinfo {
	border-top:1px solid #002F87;
}
.list-clubinfo div {
	border-bottom:1px solid #002F87;
	background:#fbedb2;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
			justify-content:space-between;
}
.list-clubinfo div dt,
.list-clubinfo div dd {
	padding:10px 0 10px 30px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-clubinfo div dt {
	position: relative;
	width:20%;
	max-width:200px;
}
.list-clubinfo div dd {
	width:80%;
	background:#fff;
}

iframe {
	width:100%;
	height:700px;
}

/*-----------------------------------------------------------------------------------------
	club
-----------------------------------------------------------------------------------------*/

#members {
	width:620px;
	margin:0 auto 50px auto;
}
#members img {
	width:100%;
	height:auto;
}

/*------------------------------ member ----------*/
#member h3 {
	text-align: center;
	font-size:25px;
	font-weight:700;
	margin-bottom:30px;
}
.list-member {
	border-top:1px solid #002F87;
	width:400px;
	margin:0 auto;
}
.list-member div {
	border-bottom:1px solid #002F87;
	font-weight:700;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
			justify-content:space-between;
}
.list-member div dt,
.list-member div dd {
	font-size:22px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-member div dt {
	padding:10px 0;
	text-align: center;
	background:#fbedb2;
	width:40%;
	max-width:147px;
}
.list-member div dd {
	padding:10px 0 10px 50px;
	width:60%;
}
.list-member div dd:before {
	content:'L ';
}

/*------------------------------ slogan ----------*/
#slogan .ttl-slogan {
	text-align:center;
	font-size:40px !important;
	font-weight:bold;
	margin-bottom:50px;
}
#slogan p {
	text-align: center;
	margin-bottom:30px;
	font-size:18px;
}
#slogan p span {
	font-size:25px;
	font-weight:700;
}

.bx-slogan {
	font-size:18px;
	width:600px;
	margin:0 auto;
}
.bx-slogan h4 {
	margin-bottom:10px;
}
.bx-slogan dl div {
	line-height:200%;
}
.bx-slogan dl div dt,
.bx-slogan dl div dd {
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.bx-slogan dl div dt {
	font-weight:700;
	padding-left:8px;
}
.bx-slogan dl div dd {
	padding-left:25px;
}

/*-----------------------------------------------------------------------------------------
	問い合わせフォームページ
-----------------------------------------------------------------------------------------*/
.bx-form p {
	font-size:20px;
	line-height:180%;
	margin-bottom:20px;
}
#form ul {
	position: relative;
	margin-bottom:20px;
}
#form ul li {
	position: relative;
	padding-left:30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#form ul li a {
	text-decoration: underline;
	font-weight:700;
}
#form ul li:before {
	position: absolute;
	content:'・';
	top:0;
	left:5px;
}
.red {
	color:#ff0000;
}
.entryForm {
	position: relative;
	margin:0 auto;
	border-top:1px solid #002F87;
}
.entryForm th,
.entryForm td {
	position: relative;
	font-size:18px;
	text-align: left;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.entryForm th {
	padding:25px 0 25px 25px;
	width:20%;
	max-width:200px;
	background:#fbedb2;
	font-weight:700;
	border-bottom:1px solid #002F87;
}
.entryForm td {
	padding:25px 25px 25px 110px;
	width:80%;
	border-bottom:1px solid #002F87;
}
.entryForm td input[type="text"],
.entryForm td input[type="email"] {
	width:100%;
	height: 40px;
	line-height: 40px;
	padding:0 10px;
	display: inline-block;
	background:#fff;
	font-size: 16px;
	border:1px solid #999;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.entryForm td select {
	width:40%;
	height: 40px;
	line-height: 40px;
	padding:0 10px;
	font-size: 16px;
	border:1px solid #999;
	display: inline-block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.entryForm td textarea {
	display: block;
	width:100%;
	min-height: 200px;
	padding:10px;
	border:1px solid #999;
	font-size: 16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.h td:after {
	position: absolute;
	top:30px;
	left:25px;
	content:'※必須';
	color:#ff0000;
	width:55px;
	font-size:16px;
}
.send-box {
	position: relative;
	clear:both;
	overflow: hidden;
	margin:40px 0;
	width:100%;
	padding:20px 0;
	display: block;
	text-align:center;
}
.send-box input[type="submit"] {
	position: relative;
	border:0;
	background:#002f87;
	color:#fff;
	border-radius:10px;
	height:40px;
	line-height:40px;
	width:170px;
	font-size:16px;
	font-weight:700;
	margin:0 auto 30px auto !important;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.send-box input[type="submit"]:hover {
	opacity:1;
	cursor:pointer;
	color:#fff;
	background:#0051E9;
	-webkit-transition:0.3s;
			transition:0.3s;
}

/*------------------------------ プライバシーポリシー ----------*/
#privacypolicy {
	padding:50px 50px 0 50px;
	border:1px solid #231e1f;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#privacypolicy h2 {
	font-size:20px;
	text-align: center;
	border-bottom:0;
	margin-bottom:20px;
}
#privacypolicy h2:after {
	display: none;
}
#privacypolicy h3 {
	font-weight:700;
	margin-bottom:10px;
}
#privacypolicy p {
	font-size:16px;
	margin:0 0 40px 40px;
}
#privacypolicy ul {
	margin:0 0 40px 60px;
}
#privacypolicy ul li {
	font-size:16px;
	list-style:disc;
}

.ml_0 {
	margin-left:0 !important;
}
.mb_0 {
	margin-bottom:0 !important;
}

/*-----------------------------------------------------------------------------------------
	paging
-----------------------------------------------------------------------------------------*/

/*-- paging ------------------------------*/
.pagination {
	position:relative;
	overflow:hidden;
	width:100%;
	display: inline-block;
	text-align: center;
	margin:100px auto 0 auto;
	z-index: 10;
}
.pagination span,
.pagination a {
	position: relative;
	display:inline-block;
	margin:0 10px;
	width:50px;
	height:50px;
	font-weight:700;
	line-height:50px;
	border-radius:50%;
	text-align:center;
	color:#002f87 !important;
	background:#fff;
	border:1px solid #002f87;
	-webkit-transition:0.20s;
	        transition:0.20s;
}
.pagination .current {
	background:#002f87;
	color:#fff !important;
}

.pagination a.prev,
.pagination a.next {}
.pagination a.prev:before,
.pagination a.next:before {
	position: absolute;
	content:'';
	top:50%;
	width:10px;
	height:10px;
	margin-top:-5px;
	border-top:1px solid #002f87;
	border-right:1px solid #002f87;
}
.pagination a.prev:before {
	left:20px;
	-webkit-transform:rotate(-135deg);
			transform:rotate(-135deg);
}
.pagination a.next:before {
	left:15px;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}

/*------------------------------ 詳細 ----------*/
.bx-news-detail {
	position: relative;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	max-width:1000px;
	min-width:960px;
	margin:0 auto 70px auto;
}
.bx-entry {
	width:70%;
}
.ct_news {
	position: absolute;
	top:25px;
	right:0;
	text-align: center;
	line-height:25px;
	width:100px;
	font-size:12px;
}

/*---------- 記事内容 ----------*/
#title-entry {
	display: block;
	padding: 20px 5px;
	min-width: 100%;
	margin-bottom:60px;
	background:none;
	border-top:1px solid #002f87;
	border-bottom:1px solid #002f87;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#title-entry h1 {
	font-size:21px;
	color:#002f87;
}
#title-entry .entry-date {
	font-size:14px;
	margin-bottom:10px;
	color:#858585;
}
.text-entry {
	margin-bottom:100px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.text-entry p {
	font-size:16px;
	margin-bottom: 40px;
	word-wrap:break-word;
}
.text-entry img {
	border-radius:10px;
	max-width:100%;
	height: auto;
	display: block !important;
	margin:0 auto 40px auto;
}

/*------------------------------ お知らせサイドメニュー ----------*/
#sidebar {
	width:25%;
	min-height:600px;
}
#sidebar h3 {
	padding-bottom:10px;
	border-bottom:1px solid #002f87;
	font-size:18px;
	font-weight:700;
	color:#002f87;
}
#sidebar ul li {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	padding:15px 0;
	border-bottom:1px solid #002f87;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content:space-between;
			justify-content:space-between;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#sidebar ul li img {
	width:30%;
	height:auto;
}
#sidebar ul li div {
	width:65%;
	font-size:12px;
	line-height:150%;
}
#sidebar ul li div span {
	margin:0 0 5px 0;
	color:#858585;
	display: block;
}
#sidebar ul li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:800px) {
	a {}
	a:focus {}
	a:active {}
	a:hover {}
	a:visit {}
	a {
		-webkit-transition:0s;
				transition:0s;
	}
	address {}
	b,strong {}
	em,i,b {}
	p {margin-bottom: 4%;}
	ul,ol {}
	img {}
	table {}
	input[type="text"], 
	input[type="button"], 
	input[type="submit"], 
	textarea {}

	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {}
	html, body {
		min-width:100%;
	}
	main {}
	.notfound {
		margin:20% auto;
	}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {
		position:fixed !important;
		top:0;
		left:0;
		height:60px;
		width:100%;
		background:rgba(243,195,0,0.98);
		box-shadow:0 3px 3px rgba(0.10);
		z-index:1000;
	}
	#header {
		max-width:100%;
		min-width:100%;
		margin:0;
		padding:10px 0 0 10px;
	}
	#header #logo {
		width:210px;
	}
	#header #logo img {
		width:100%;
		height:auto;
	}
	.bx-contact {
		display: none !important;
	}
	.bx-contact dl dt {}
	.bx-contact dl dd {}
	.bx-contact p {}
	.bx-contact p a {}
	
	/*------------------------------ グローバルナビ・メニューボタン ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:15px;
		right:20px;
		width:25px;
		max-width:25px;
		min-width:25px;
		height:25px;
		margin-top:0;
		z-index:7000;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 2px;
		background: #002F87;
		border-radius:50px;
		-webkit-transition: 0.2s;
				transition: 0.2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 25px;
		height: 2px;
		background: #002F87;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}
	#panel-btn-icon:before {
		margin-top: -8px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #002F87;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	
	.dr_on {
		top:60px !important;
		visibility:visible !important;
		opacity:1 !important;
		-webkit-transition: .7s;
				transition: .7s;
	}
	.dr_off {
		top:50px;
		visibility:hidden;
		opacity:0;
		-webkit-transition: .7s;
				transition: .7s;
	}

	/*------------------------------ Grobal Nav ----------*/
	nav#gnav {
		position: fixed;
		top:50px;
		left:0 !important;
		width:100%;
		max-width:100%;
		height:100%;
		visibility:hidden;
		opacity:0;
		margin-left:0;
		background:rgba(255,255,255,1);
		z-index: 9999 !important;
	}
	nav#gnav ul {
		display:block;
		margin:5% auto 0 auto;
		height:80%;
		width:80%;
		overflow-x: hidden;
	}
	nav#gnav ul li {
		font-size: 16px;
		line-height:100%;
		text-align: left;
		border-bottom:1px solid rgba(0,47,135,0.50);
	}
	nav#gnav ul li a,
	nav#gnav ul li span {
		position: relative;
		padding:5% 1%;
		color:#002F87 !important;
	}
	nav#gnav ul li a:after,
	nav#gnav ul li span:after {
		position:absolute;
		content:'';
		top:50%;
		right:2%;
		width:10px;
		height:10px;
		margin-top:-5px;
		border-top:1px solid #002F87;
		border-right:1px solid #002F87;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}

	/*-----------------------------------------------------------------------------------------
		footer
	-----------------------------------------------------------------------------------------*/
	footer {
		padding-bottom:80px;
	}
	footer small {
		font-size:12px;
	}
	#footer {
		max-width: 100%;
		min-width: 100%;
		margin:0;
		padding:6% 0;
	}
	#footer #logo-f {
		width:50%;
		margin:0 auto 2% auto;
	}
	#footer #logo-f img {
		width:100%;
		height:auto;
	}
	footer .bx-contact {
		display: none;
	}
	.bx-address {
		display:block;
		font-weight:700;
		line-height:150%;
		text-align: center;
	}

	/*------------------------------ Grobal Nav ----------*/
	nav#fnav {
		display: none;
	}
	nav#fnav ul {}
	nav#fnav ul li {}
	nav#fnav ul li a {}
	
	/*------------------------------ pageUp ----------*/
	#pageTop {
		bottom:80px;
		width:40px;
		height:40px;
	}
	#pageTop:after {
		position:absolute;
		content:'';
		top:16px;
		left:13px;
		width:13px;
		height:13px;
		border-top:2px solid #fff;
		border-right:2px solid #fff;
	}
	#pageTop:hover {}

	/*------------------------------ footer fix button ----------*/
	#fBtn {
		display: block;
		position: fixed;
		left:0;
		bottom:0;
		z-index: 100 !important;
	}
	#fBtn ul {
		position: fixed;
		left:0;
		bottom:0;
		display: -webkit-flex;
    	display: flex;
		width: 100%;
		border-top:1px solid rgba(255,255,255,0.20);
	}
	#fBtn ul li {
		position: relative;
		overflow: hidden;
		width: 50%;
		font-weight:700;
		color:#fff;
		text-align:center;
		background:#131834;
		padding:15px 0;
		font-size: 12px !important;
		letter-spacing: 1px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#fBtn ul li:before {
		position: absolute;
		content:'';
		top:20%;
		right:0;
		height:60%;
		border-left:1px solid rgba(255,255,255,0.20);
	}
	#fBtn ul li:last-child:before {
		display: none;
	}
	#fBtn ul li a {
		display: block ;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-indent:-999px;
		background/*\**/: #fff\9;
		filter:alpha(opacity=0);
	}
	#fBtn ul li span {
		display: block;
	}

	/*-----------------------------------------------------------------------------------------
		#toppage
	-----------------------------------------------------------------------------------------*/
	/*------------------------------ Slider ----------*/
	#slider {
		min-width:100%;
		height:500px;
		margin-bottom:10%;
	}
	.slide img {}
	.bx-viewport .slide li {
		height: 500px;
	}
	#catchcopy {
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		margin:auto auto auto auto;
		width:90%;
		max-width:280px;
		height:85px;
	}
	#catchcopy img {
		width:100%;
		height:auto;
	}

	/*------------------------------ News ----------*/
	#news {
		padding:0 5% 10% 5%;
		max-width:100%;
		min-width:100%;
		margin:0;
	}
	#news h2 {
		font-size:18px;
		padding-bottom:2%;
		margin-bottom:2%;
	}
	#news h2:after {
		width:30%;
	}
	/*-- news list --*/
	.list-news {}
	.list-news li {
		width:100%;
		padding:2% 0;
	}
	.list-news li div.thumb {
		width:25%;
		max-width:25%;
	}
	.list-news li div.thumb img {
		-webkit-transition:0s;
				transition:0s;
	}
	.list-news li:hover div.thumb img {
		opacity:1;
		-webkit-transform:scale(1);
				transform:scale(1);
		-webkit-transition:0s;
				transition:0s;
	}
	.list-news li .bx-news {
		width:70%;
	}
	.list-news li .bx-news h3 {
		font-size:16px;
		margin-bottom:1%;
	}
	.list-news li .bx-news p {
		display: none;
	}
	.list-news li .bx-news span {
		margin-bottom:3%;
	}
	.list-news li .bx-news span.entry-date {
		font-size:12px;
	}
	.list-news li .bx-news span.ct {
		font-size:12px;
		width:100px;
	}
	.list-news li a {}
	/*-- category type --*/
	.ct_act {}
	.ct_meeting {}
	.ct_def {}
	/*-- news more --*/
	.more-news {
		margin:2% auto;
	}
	.more-news a {}
	.more-news a:after {}
	
	/*------------------------------ 3d book ----------*/
	#book {
		padding:0 5% 10% 5%;
		max-width:100%;
		min-width:100%;
		margin:0;
	}
	#book h2 {
		font-size:18px;
		padding-bottom:2%;
		margin-bottom:2%;
	}
	#book h2:after {
		width:30%;
	}
	#book .new-book li+li {
		display: none !important;
	}
	#book .new-book li {
		width:80% !important;
		margin:0 auto 10% auto;
	}
	.new-book {
		position: relative;
		margin:8% 0 0 0;
	}
	.new-book::after{
	  content:"";
	  display: block;
	  width:48%;
	}
	.new-book li {
		width:48%;
		margin-bottom:5%;
	}
	.new-book li img {}
	.new-book li span {}
	
	/*-- book more --*/
	.more-book {
		width:80%;
		margin:2% auto;
		padding:0 2%;
	}
	.more-book a {}

	/*------------------------------ Instagram ----------*/
	#instagram {
		padding:0 5% 8% 5%;
		max-width:100%;
		min-width:100%;
		margin:0;
	}
	#instagram h2 {
		font-size:18px;
		padding-bottom:2%;
		margin-bottom:2%;
	}
	#instagram h2:after {
		width:30%;
	}
	#instagram iframe {
		display: block !important;
		width:80% !important;
		margin:0 auto !important;
	}
    .btn-inst_kashiwalc {
		margin:10% auto;
        width:80%;
		font-size:14px;
    }
    .btn-inst_kashiwalc a {}
    .btn-inst_kashiwalc a:after {}

	/*------------------------------ We Serve ----------*/
	#serve {
		padding:10% 5% 15% 5%;
		min-width:100%;
	}
	#serve:before {
		top:50px;
		width:220px;
		height:220px;
		margin-left:100px;
		background:url("img/parts/bg-weserve.png") 0 0 no-repeat;
		background-size:100% auto;
	}
	#serve h2 {
		font-size:18px;
		margin-bottom:8%;
	}
	#serve h2 span {
		margin:0 auto 4% auto;
		background:url("img/logo-weserve.png") 0 0 no-repeat;
		background-size:100% auto;
		width:230px;
		height:45px;
	}
	#serve p {
		width:90%;
		margin:0 auto 8% auto;
		letter-spacing:0;
		text-align: left;
		word-break: break-all !important;
	}
	#serve p br {
		display: none;
	}
	#serve p span {}

	/*------------------------------ sister club ----------*/
	#sister-club {
		padding:10% 5% 20% 5%;
		min-width:100%;
	}
	#sister-club h2 {
		font-size:35px;
		margin-bottom:8%;
	}
	#sister-club p {
		text-align: left;
		width:90%;
		margin:0 auto 4% auto;
		letter-spacing:0;
	}
	#sister-club p br {
		display: none;
	}
	.list-sister {
		max-width:90%;
		min-width:90%;
		margin:6% auto 0 auto;
		padding:0 1%;
		display:block;
	}
	.list-sister li {
		width:100%;
		max-width:100%;
		font-size:20px;
		background:url("img/parts/bg-weserve.png") 50% 10% no-repeat;
		background-size:150px auto;
		padding-top:80px;
	}
	.list-sister li span {
		font-size:18px;
	}
	.list-sister li img {
		margin-top:4%;
	}

	/*-----------------------------------------------------------------------------------------
		second page
	-----------------------------------------------------------------------------------------*/
	/*------------------------------ title ----------*/
	article {
		max-width:100%;
		min-width:100%;
		padding:10% 0;
		margin-top:60px;
		min-height:500px;
	}
	article section {
		margin-bottom:12%;
		padding:0 5%;
	}
	article section h2 {
		font-size:20px;
		padding-bottom:2%;
		margin-bottom:5%;
	}
	article section h2:after {
		width:40%;
	}

	/*-----------------------------------------------------------------------------------------
		club
	-----------------------------------------------------------------------------------------*/
	/*------------------------------ information ----------*/
	.list-clubinfo {}
	.list-clubinfo div {}
	.list-clubinfo div dt,
	.list-clubinfo div dd {
		padding:2% 4%;
		font-size:14px;
	}
	.list-clubinfo div dt {
		width:40%;
		max-width:35%;
	}
	.list-clubinfo div dd {
		width:60%;
	}
	iframe {
		height:550px;
	}

	/*-----------------------------------------------------------------------------------------
		club
	-----------------------------------------------------------------------------------------*/

	#members {
		width:90%;
		margin:8% auto;
	}
	#members img {}

	/*------------------------------ member ----------*/
	#member h3 {
		font-size:20px;
		margin-bottom:6%;
	}
	.list-member {
		width:90%;
		margin:0 auto;
	}
	.list-member div {}
	.list-member div dt,
	.list-member div dd {
		font-size:18px;
	}
	.list-member div dt {
		padding:3% 0;
		max-width:40%;
	}
	.list-member div dd {
		padding:3% 0 3% 15%;
	}
	.list-member div dd:before {}

	/*------------------------------ slogan ----------*/
	#slogan .ttl-slogan {
		font-size:26px !important;
		margin:10% auto;
		line-height:150%;
		width:90%;
	}
	#slogan p {
		margin:0 auto 6% auto;
		font-size:15px;
		width:90%;
	}
	#slogan p span {
		font-size:20px;
	}
	.bx-slogan {
		font-size:16px;
		width:90%;
		margin:10% auto 0 auto;
	}
	.bx-slogan h4 {
		margin-bottom:2%;
	}
	.bx-slogan dl div {}
	.bx-slogan dl div dt,
	.bx-slogan dl div dd {}
	.bx-slogan dl div dt {
		font-weight:700;
		padding-left:8px;
	}
	.bx-slogan dl div dd {
		padding-left:25px;
	}

	/*-----------------------------------------------------------------------------------------
		問い合わせフォームページ
	-----------------------------------------------------------------------------------------*/
	.bx-form p {
		font-size:17px;
		line-height:180%;
		margin-bottom:4%;
	}
	#form ul {
		margin-bottom:4%;
	}
	#form ul li {
		padding-left:20px;
	}
	#form ul li a {}
	#form ul li:before {
		left:0px;
	}
	.red {}
	.entryForm {}
	.entryForm th,
	.entryForm td {
		font-size:16px;
		display: block;
	}
	.entryForm th {
		padding:2%;
		width:100%;
		max-width:100%;
	}
	.entryForm tr.h th {
		padding-left: 70px;
	}
	.entryForm td {
		padding:4% 0;
		width:100%;
	}
	.entryForm td input[type="text"],
	.entryForm td input[type="email"] {
		padding:0 2%;
	}
	.entryForm td select {
		width:50%;
		padding:0 2%;
	}
	.entryForm td textarea {
		width:100%;
		padding:2%;
	}
	.h td:after {
		display: none;
	}
	.h th:after {
		position: absolute;
		top:9px;
		font-weight:normal;
		left:2%;
		content:'※必須';
		color:#ff0000;
		width:55px;
		font-size:16px;
	}
	.send-box {
		margin:8% 0;
		width:100%;
		padding:4% 0;
		text-align:center !important;
	}
	.send-box input[type="submit"] {
		max-width:90%;
		width:90%;
		height:50px;
		line-height:50px;
		margin:0 auto !important;
		-webkit-transition:0s;
				transition:0s;
	}
	.send-box input[type="submit"]:hover {
		opacity:1;
		background:#002f87;
		-webkit-transition:0s;
				transition:0s;
	}

	/*------------------------------ プライバシーポリシー ----------*/
	#privacypolicy {
		padding:15% 8% 4% 8%;
		width:90%;
		margin:0 auto;
	}
	#privacypolicy h2 {
		margin:0 0 4% 0;
	}
	#privacypolicy h2:after {}
	#privacypolicy h3 {
		margin-bottom:2%;
	}
	#privacypolicy p {
		font-size:16px;
		margin:0 0 8% 0;
	}
	#privacypolicy ul {
		margin:4% 0 8% 20px;
	}
	#privacypolicy ul li {}

	.ml_0 {}
	.mb_0 {}

	/*-----------------------------------------------------------------------------------------
		paging
	-----------------------------------------------------------------------------------------*/

	/*-- paging ------------------------------*/
	.pagination {
		margin:10% auto;
	}
	.pagination span,
	.pagination a {
		margin:0 1%;
		width:30px;
		height:30px;
		font-size:12px;
		line-height:30px;
		-webkit-transition:0s;
				transition:0s;
	}
	.pagination .current {}

	.pagination a.prev,
	.pagination a.next {}
	.pagination a.prev:before,
	.pagination a.next:before {
		width:6px;
		height:6px;
		margin-top:-3px;
	}
	.pagination a.prev:before {
		left:12px;
	}
	.pagination a.next:before {
		left:10px;
	}

	/*------------------------------ 詳細 ----------*/
	.bx-news-detail {
		display:block;
		max-width:100%;
		min-width:100%;
		margin:0;
	}
	.bx-entry {
		width:90%;
		margin:0 auto 10% auto;
	}
	.ct_news {
		top:15%;
		right:2%;
		line-height:25px;
	}

	/*---------- 記事内容 ----------*/
	#title-entry {
		position: relative !important;
		padding: 4% 2%;
		min-width: 100%;
		margin-bottom:5%;
		height: auto !important;
		background:none !important;
		z-index:1 !important;
	}
	#title-entry h1 {
		font-size:18px;
		font-weight:700;
	}
	#title-entry .entry-date {
		margin-bottom:2%;
	}
	.text-entry {
		margin-bottom:20%;
	}
	.text-entry p {
		margin-bottom: 4%;
	}
	.text-entry img {
		border-radius:10px;
		max-width:100%;
		height: auto;
		display: block !important;
		margin:0 auto 10% auto;
	}

	/*------------------------------ お知らせサイドメニュー ----------*/
	#sidebar {
		width:100%;
		min-height:auto;
		padding:10% 5% 10% 5%;
		background:#f9f9f9;
		margin-bottom:-10%;
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
	}
	#sidebar h3 {
		padding-bottom:4%;
		font-size:20px;
	}
	#sidebar h3 span {
		font-size:20px;
	}
	#sidebar ul li {
		padding:3% 0;
	}
	#sidebar ul li img {}
	#sidebar ul li div {
		font-size:14px;
	}
	#sidebar ul li div span {
		margin:0 0 2% 0;
	}
	#sidebar ul li a {}
}