@charset "utf-8";
/* =======================================================
	CSS構成	: 全ページ共通レイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	02 : #header
	03 : #footer
	04 : #container
	05 : hX 見出し
	06 : .info_box
	07 : .club_box
	08 : SSSSSSSS
	09 : DDDDDD
	10 : FFFFFF
	-----------------------------------------------------
	■基本骨格
	#header
		#wrapper
	#footer
======================================================= */


.pc-only{
	display: block!important;
}
.sp-only{
	display: none!important;
}
@media only screen and (max-width: 768px) {
	.pc-only{
		display: none!important;
	}
	.sp-only{
		display: block!important;
	}
}

/* -------------------------------------------------------------
	01 : 段組み
------------------------------------------------------------- */
body {
	background: url(../img/common/back_img2025.jpg) top center no-repeat;
	background-attachment:fixed;
	-moz-background-size:cover;
	background-size:cover;
	min-width: 960px;
	min-height: 100vh;
}
/* #wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#wrapper_s {
	width: 660px;
	margin: 0 auto;
}


/* #pageup */
#pageup {
	background: #000;
	-webkit-border-radius: 100%;
			border-radius: 100%;
	display: table;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 110px;
	height: 110px;
}
@media only screen and (max-width: 768px) {
	#pageup {
		width: 60px;
		height: 60px;
	}
	#pageup a {
		width: 60px !important;
		height: 60px !important;
		font-size: 0.8em;
	}
}
#pageup a {
	color: #FFF;
	display: table-cell;
	width: 110px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
}
#pageup a:hover {
	text-decoration: none;
	/* IE7以下 */
	filter:alpha(opacity=50);
	/* IE8用 */
	-ms-filter: "alpha(opacity=50)";
	opacity: 0.5;

	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

/*													end:段組み
------------------------------------------------------------- */



/* -------------------------------------------------------------
	02 : #header
------------------------------------------------------------- */
#header {}
#header h1 {}
#header h2 {
	background: url(../img/rc/h2.jpg) 10px 5px no-repeat #011246;
	padding: 0 10px 15px;
	width: 940px;
	height: 130px;
	position: relative;
}
#header h2 em ,
#header h2 span {
	color: #FFF;
	position: absolute;
}
#header h2 em {
	font-size: 2.6em;
	left: 37px;
	top: 32px;
}
#header h2 span {
	font-size: 1.2em;
	font-weight: bold;
	left: 40px;
	top: 82px;
}


@media only screen and (max-width: 768px) {

/*-----------------------------------------*/
.l-head-fix {
  padding: 0 0 0 0;
  overflow: hidden;
  background: #FFF;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

/*
-----------------------------------------*/
.c-head {
  padding: 1px 8px 10px 8px;
  position: relative;
  border-bottom: 2px solid #001447;
  
}
.c-head__logo {
  margin: 3px 0 0 0;
  overflow: hidden;
  clear: both;
  
}
.c-head__logo p {
  font-size: 11px;
  color: #FFF;
  line-height: 120%;
}
.c-head__logo h1,
.c-head__logo .c-top-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-head__logo h1 {
  width: 130px;
  float: left;
  margin: 6px 0 0 0;
}
.c-head__logo .c-top-menu {
  width: 18%;
  max-width: 50px;
  max-height: 50px;
  float: right;
  padding: 2px 0 0 0;
}

/*
-----------------------------------------*/
.c-top-menu {
  display: inline-block;
  z-index: 5500;
  position: relative;
  width: 100%;
}

/*
-----------------------------------------*/
#sp-menu {
  width: 100%;
  left: 0px;
  z-index: 9000;
  display: none;
}

.c-sp-menu {
  font-size: 110%;
  font-weight: normal;
}
.c-sp-menu ul ul {
  display: none;
}
.c-sp-menu ul li {
  text-align: left;
  background: rgba(255, 255, 255, 1);
}
.c-sp-menu ul li.u-children a {
  padding-left: 10%;
}
.c-sp-menu ul li a, .c-sp-menu ul li span {
  cursor: pointer;
  display: block;
  text-align: left;
  padding: 10px 0 10px 12px;
  line-height: 100%;
  border-bottom: 1px solid #20498E;
  text-decoration: none;
  margin: 0 0 0 0;
  color: #012F61;
  font-size: 12px;
}
.c-sp-menu ul li a:after {
  content: "";
  background: url("../img/common/icon_03.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  margin: 0 10px 0 0;
}
.c-sp-menu ul li span:after {
  content: "";
  background: url("../img/common/icon_01.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  margin: 0 10px 0 0;
}
.c-sp-menu ul li a.is-open:after, .c-sp-menu ul li span.is-open:after {
  background: url("../img/common/icon_02.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.c-sp-menu ul li.c-sp-menu__2 {
  background: #012F61;
}
.c-sp-menu ul li.c-sp-menu__2 a, .c-sp-menu ul li.c-sp-menu__2 span {
  color: #FFF;
}
.c-sp-menu ul li.c-sp-menu__2 a:after, .c-sp-menu ul li.c-sp-menu__2 span:after {
  background: url("/common/img/icon_13.png") 0 0 no-repeat;
}
.c-sp-menu ul li.c-sp-menu__2 a.is-open:after, .c-sp-menu ul li.c-sp-menu__2 span.is-open:after {
  background: url("/common/img/icon_14.png") 0 0 no-repeat;
}

}





/*													end:#header
------------------------------------------------------------- */



/* -------------------------------------------------------------
	03 : #footer
------------------------------------------------------------- */
#footer { margin-top: 15px; }
#footer p {
	font-size: 12px;
	line-height: 1.4;
}

/* #copy */
#copy {
	background: url(../img/common/footer_bg.jpg) left top repeat-x;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	padding: 7px 10px;
}


/*													end:#footer
------------------------------------------------------------- */



/* -------------------------------------------------------------
	04 : #container
------------------------------------------------------------- */
#container {
	background:rgba(255,255,255,0.65);
	padding: 10px 15px;
	
}
#container .clearfix {}

/* pankuzu */
#container .clearfix #pankuzu {
	float: left;
	width: 700px;
	line-height: 1;
}
#container .clearfix #pankuzu a,
#container .clearfix #pankuzu p { float: left; }
#container .clearfix #pankuzu > a:first-child {
	background: url(../img/common/pnkz_arrow.png) left -1px no-repeat;
	color: #036;
	font-weight: bold;
	padding-left: 10px;
}
#container .clearfix #pankuzu p { margin-left: 7px; }
#container .clearfix #pankuzu p a {
	color: #333;
	float: none;
}

/* language */
#container .clearfix #language {
	float: right;
	width: 200px;
	line-height: 1;
	text-align: right;
}
#container .clearfix #language a {
	display: inline-block;
	line-height: 1;
	margin-left: 15px;
	text-decoration: underline;
}



/* wrap */
#container #wrap {
	background: url(../img/common/wrap_bg.jpg) left top repeat-y;
	margin-top: 5px;
}

#wrapper_s #container #wrap { background-position: right top; }


/* #side */
#container #wrap #side {
	float: left;
	padding: 10px;
	width: 220px;
}
#container #wrap #side div { margin-bottom: 10px; }
#container #wrap #side div p {
	color: #036;
	font-weight: bold;
}
#container #wrap #side div ul {}
#container #wrap #side div ul li {}

@media only screen and (max-width: 768px) {
	#container {
		padding-top: 80px;
	}
}


@media only screen and (min-width: 769px) {


#container #wrap #side div ul li a {
	background: url(../img/common/nav_b_bg_off.jpg) left top no-repeat;
	color: #FFF;
	font-size: 13px;
	display: block;
	line-height: 25px;
	padding-left: 18px;
}
#container #wrap #side div ul li a:hover{
	background: url(../img/common/nav_b_bg_on.jpg) left top no-repeat;
	text-decoration: none;
}

#container #wrap #side div ul li a.large {
	background: url(../img/common/nav_b_bg_large_off.jpg) left top no-repeat;
	color: #FFF;
	font-size: 13px;
	display: block;
	line-height: 17px;
	padding: 8px 0px 8px 18px;
}
#container #wrap #side div ul li a.large:hover{
	background: url(../img/common/nav_b_bg_large_on.jpg) left top no-repeat;
	text-decoration: none;
}


/* #nav_public */
#container #wrap #side div#nav_public ul li a { background: url(../img/common/nav_o_bg_off.jpg) left top no-repeat; }
#container #wrap #side div#nav_public ul li a:hover { background: url(../img/common/nav_o_bg_on.jpg) left top no-repeat; }

/* #nav_management */
#container #wrap #side div#nav_management { margin-top: 50px; }
#container #wrap #side div#nav_management ul li a { background: url(../img/common/nav_bu_bg_off.jpg) left top no-repeat; }
#container #wrap #side div#nav_management ul li a:hover { background: url(../img/common/nav_bu_bg_on.jpg) left top no-repeat; }


}



@media only screen and (max-width: 768px) {
	#container #wrap #side {
		width: 100%;
		box-sizing: border-box;
	}
	#container #wrap #side li {
		background: #578FC2;
		margin-bottom: 2px;
	}
	#container #wrap #side li a {
		display: block;
		padding: 10px 6px;
		color: #FFF;
	}
}











/* #side_freearea */
#container #wrap #side #side_freearea p {
	font-weight: normal;
	color: #333;
}

/* .past-side */
.past-side ul li a {
	font-size:11px !important;
}

/* #main */
#container #wrap #main {
	float: right;
	width: 660px;
	margin-bottom: 50px;
	padding: 10px;
}
#container #wrap #main_s {
	margin-bottom: 50px;
	padding: 10px;
}


/*													end:#container
------------------------------------------------------------- */



/* -------------------------------------------------------------
	05 : hX 見出し
------------------------------------------------------------- */
h1.type_b {
	border-top: 4px solid #2F5083;
	margin-bottom: 40px;
}
h1.type_b span {
	background: #143264;
	color: #FFF;
	display: block;
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 15px;
}
@media only screen and (max-width: 768px) {
	h1.type_b {
		margin-bottom: 24px;
	}
	h1.type_b span {
		background: #143264;
		font-size: 20px;
	}
}

h2.type_b {
	background: #143264;
	color: #FFF;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	padding: 8px 10px;
}
h2.type_b span {
	border-left: 2px solid #FFF;
	display: inline-block;
	padding-left: 10px;
}

h2.type_g {
	border-top: 3px solid #BFB891;
	margin-bottom: 10px;
}
h2.type_g span {
	background: #E3E0CE;
	color: #333;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 8px 10px;
}


h3.type_g {
	border-top: 4px solid #BFB891;
	margin-bottom: 10px;
}
h3.type_g span {
	background: #E3E0CE;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 10px;
}
h3.type_g a { color: #333; }
h3.type_g a:hover { text-decoration: none; }


h3.type_b {
	border-top: 4px solid #143264;
	margin-bottom: 10px;
}
h3.type_b span {
	background: #E5E5E5;
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 10px;
}
h3.type_b a { color: #333; }
h3.type_b a:hover { text-decoration: none; }


/*													end:hX 見出し
------------------------------------------------------------- */



/* -------------------------------------------------------------
	06 : .info_box
------------------------------------------------------------- */
.info_box { margin-bottom: 30px; }
.info_box h2 {
	border: none !important;
	margin-bottom: 10px !important;
	padding: 8px 10px !important;
}
.info_box h2 span {}
.info_box ul {}
.info_box ul li {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.info_box ul li:last-child { margin-bottom: 0; }
.info_box ul li div {
	float: left;
	border: 1px solid #CCC;
	margin-right: 12px;
}
.info_box ul li span {
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 7px;
	width: 88px;
	height: 18px;
}
.info_box ul li span.icon_jimu { background-image: url(../img/home/cat_icon.png); }
.info_box ul li span.icon_letter { background-image: url(../img/home/cat_icon_letter.png); }
.info_box ul li p { /*font-size: 12px;*/ }
.info_box ul li a { /*font-size: 16px;*/ }
.info_box p.list {
	margin-top: 5px;
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.info_box ul li img {
		width: 70px !important;
	}
}

/*													end:.info_box
------------------------------------------------------------- */


/* -------------------------------------------------------------
	07 : .club_box
------------------------------------------------------------- */
.club_box { margin-bottom: 40px; }
.club_box h2 {}
.club_box h2 span {}
.club_box ul {}
.club_box ul li {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.club_box ul li:last-child { margin-bottom: 0; }
.club_box ul li p { font-size: 12px; }
.club_box ul li p span {}
.club_box ul li p span.rc_info {
	background: url(../img/home/cat_icon_news.png) left top no-repeat;
	display: inline-block;
	margin: 7px 10px 0 0 ;
	width: 88px;
	height: 18px;
}
.club_box ul li p span.rc_action {
	background: url(../img/home/cat_icon_activity_report.png) left top no-repeat;
	display: inline-block;
	margin: 7px 10px 0 0 ;
	width: 88px;
	height: 18px;
}
.club_box ul li p span.rc_schedule {
	background: url(../img/home/cat_icon_schedule.png) left top no-repeat;
	display: inline-block;
	margin: 7px 10px 0 0 ;
	width: 88px;
	height: 18px;
}
.club_box ul li p span.rc_introduction {
	background: url(../img/home/cat_icon_rc-introduction.png) left top no-repeat;
	display: inline-block;
	margin: 7px 10px 0 0 ;
	width: 88px;
	height: 18px;
}
.club_box ul li p span.rc_member {
	background: url(../img/home/cat_icon_members.png) left top no-repeat;
	display: inline-block;
	margin: 7px 10px 0 0 ;
	width: 88px;
	height: 18px;
}
.club_box ul li p span.rc_townpr {
	background: url(../img/home/cat_icon_pr-my_town.png) left top no-repeat;
	display: inline-block;
	margin: 7px 10px 0 0 ;
	width: 88px;
	height: 18px;
}
.club_box ul li p span.time {
	display: inline-block;
	width: 80px;
	margin-right: 5px;
}
.club_box ul li p a.rc_club {
	display: inline-block;
	margin-right: 10px;
}
.club_box ul li p a.title {
	display: block;
	font-size: 16px;
	margin-top: 4px;
}
.club_box p.list {
	margin-top: 5px;
	text-align: right;
}

/*													end:.club_box
------------------------------------------------------------- */


/*													end:MMMMMM
------------------------------------------------------------- */


/* -------------------------------------------------------------
	08 : SSSSSSSS
------------------------------------------------------------- */


/*													end:SSSSSSSS
------------------------------------------------------------- */


/* -------------------------------------------------------------
	09 : DDDDDD
------------------------------------------------------------- */


/*													end:DDDDDD
------------------------------------------------------------- */



/* -------------------------------------------------------------
	10 : FFFFFF
------------------------------------------------------------- */


/*													end:FFFFFF
------------------------------------------------------------- */
.fsize10 a { font-size: 10px !important; }




/* -------------------------------------------------------------
	スマホ用調整
------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	/* -------------------------------------------------------------
		01 : 段組み
	------------------------------------------------------------- */
	body {
		background: url(../img/common/back_img2022.jpg) top center no-repeat;
		background-attachment:fixed;
		-moz-background-size:cover;
		background-size:cover;
		min-width: 100%;
	}
	body img {
		width: 100%;
		height: auto;
	}
	/* #wrapper */
	#wrapper {
		width: 100%;
		margin: 0 auto;
	}
	#wrapper_s {
		width: 100%;
		margin: 0 auto;
	}
	/* pankuzu */
	#container .clearfix #pankuzu {
		float: none;
		width: 100%;
	}
	
	/* #side */
	#container #wrap #side {
		display: none;
	}
	
	/* wrap */
	#container #wrap {
		background-image: none;
		background-color: #FFF;
		margin-top: 5px;
	}
	/* #main */
	#container #wrap #main {
		float: none;
		width: 100%;
		margin-bottom: 50px;
		padding: 10px;
		box-sizing: border-box;
	}
}
