/******************************************************************************/
/* メインスタイルシート - last update: 25.02.20 */

@charset "utf-8";


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background: #FFFFFF url(../img/body_bg.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	color: #333333;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 15px;
	text-align: left;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

hr {
	display: none;
}

img {
	border: 0px none;
	vertical-align: top;
}

a img {
	border: 0px none;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}

a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a,
a:visited {
	color: #3399FF;
	text-decoration: underline;
}

a:hover {
	color: #FF9933;
}

input,
select,
option,
textarea {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
}

input[type="text"]:focus {
	outline: none;
}

input:-webkit-autofill {
	transition: background-color 10000s ease-in-out 0s;
}


/******************************************************************************/
/* #content_wrapper - ページ全体の枠組み */

#content_wrapper {
	position: relative;
	z-index: 3;
}

.body_bg1 {
	position: fixed;
	bottom: 0px;
	left: 2%;
	background: url(../img/walker1.png) no-repeat center bottom;
	background-size: contain;
	width: 30%;
	max-width: 350px;
	height: 0px;
	padding: 0px 0px 35% 0px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 1;
}

.body_bg2 {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: url(../img/walker2.png) no-repeat right bottom;
	background-size: contain;
	width: 30%;
	max-width: 350px;
	height: 0px;
	padding: 0px 0px 35% 0px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 2;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	background: url(../img/wrapper_bg.png) repeat-x left top;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

#header h1 {
	background: url(../img/header_bg.png) no-repeat center top;
	width: 980px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

#header a,
#header a:visited,
#header a:hover {
	display: block;
	width: 980px;
	height: 120px;
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/
/* wrapper - コンテンツ領域の枠組み */

#wrapper {
	width: 980px;
	margin: 0px auto;
}


/******************************************************************************/
/* menu - 左側メニューの枠組み */

#menu {
	float: left;
	width: 200px;
	margin: 0px 20px 20px 0px;
}

#menu * {
	font-size: 14px;
}

#menu .toggle {
	width: 200px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#menu .toggle li {
	width: 200px;
	height: 30px;
	margin: 0px 0px 2px 0px;
}

#menu .toggle a,
#menu .toggle a:visited,
#menu .toggle a:hover {
	display: block;
	width: 162px;
	height: 28px;
	line-height: 28px;
	padding: 2px 0px 0px 38px;
}

#menu .toggle a,
#menu .toggle a:visited {
	background: url(../img/menu_c_bg.png) no-repeat left top;
	color: #005555;
	text-decoration: none;
}

#menu .toggle a.s,
#menu .toggle a.s:visited,
#menu .toggle a:hover,
#menu .toggle a.s:hover {
	background: url(../img/menu_s_bg.png) no-repeat left top;
	color: #FFFFFF;
	text-decoration: none;
}

#menu .update {
	background: #FFFFFF;
	width: 160px;
	height: 20px;
	line-height: 20px;
	margin: 20px auto 15px auto;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #666666;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
}

#menu .toggle li.ban {
	width: 180px;
	height: 55px;
	line-height: 100%;
	margin: 0px auto 5px auto;
}

#menu .toggle li.ban a,
#menu .toggle li.ban a:visited,
#menu .toggle li.ban a:hover {
	display: block;
	background: none;
	width: 180px;
	height: 55px;
	line-height: 100%;
	padding: 0px;
}

#menu .toggle li.poster {
	width: 120px;
	height: 170px;
	line-height: 100%;
	margin: 5px auto 5px auto;
}

#menu .toggle li.poster a,
#menu .toggle li.poster a:visited,
#menu .toggle li.poster a:hover {
	display: block;
	background: none;
	width: 120px;
	height: 170px;
	line-height: 100%;
	padding: 0px;
}

#menu .menubar {
	display: none;
	background: none;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	pointer-events: none;
}

#menu input {
	display: none;
}


/******************************************************************************/
/* maincontent - メインコンテンツの枠組み */

#maincontent {
	float: right;
	width: 760px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#maincontent .text {
	background: url(../img/text_bg.png) repeat-y left top;
	margin: 0px 0px 15px 0px;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #999999;
}

#maincontent p,
#maincontent ul {
	line-height: 160%;
	margin: 0px 4% 15px 4%;
}

#maincontent .whatsnew {
	width: 98%;
	height: 250px;
	margin: 0px auto 20px auto;
	padding: 5px 0px 0px 0px;
	overflow-y: scroll;
}

#maincontent p.note1 {
	padding-left: 1em;
	text-indent: -1em;
}

#maincontent div.ml2e {
	margin-left: 2em;
}


/******************************************************************************/
/* maincontent .hr - コンテンツページ本文の区切り線 */

#maincontent .hr {
	clear: both;
	background: url(../img/hr_bg.png) repeat-x left top;
	width: 92%;
	height: 1px;
	margin: 0px auto 25px auto;
}


/******************************************************************************/
/* メインコンテンツ - 見出し背景 */

#maincontent h2 {
	background: url(../img/h2_bg.png) no-repeat left top;
	width: 700px;
	height: 46px;
	line-height: 46px;
	margin: 0px;
	padding: 4px 0px 0px 60px;
	color: #FFFFFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.5em;
}

#maincontent h3 {
	background: url(../img/h3_bg.png) no-repeat left 3px;
	line-height: 160%;
	margin: 0px 3% 15px 3%;
	padding: 0px 0px 0px 33px;
	color: #005555;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#maincontent h4 {
	background: url(../img/h4_bg.png) no-repeat left 6px;
	line-height: 160%;
	margin: 0px 4% 5px 4%;
	padding: 0px 0px 0px 25px;
	color: #005555;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#maincontent h5 {
	line-height: 160%;
	margin: 0px 4% 0px 4%;
	font-size: 15px;
	font-weight: bold;
}


/******************************************************************************/
/* #mainvisual - メインビジュアル */

#mainvisual {
	background: url(../img/mainvisual_bg.png) no-repeat center center;
	width: 760px;
	height: 620px;
}

#mainvisual span {
	display: none;
}


/******************************************************************************/
/* メインコンテンツ - リスト背景 */

#maincontent .li01 li {
	background: url(../img/li01_bg.png) no-repeat 0px 6px;
	margin-bottom: 10px;
	padding: 0px 0px 5px 25px;
	border-bottom: 1px dotted #CCCCCC;
}

#maincontent .li02 li {
	background: url(../img/li01_bg.png) no-repeat 0px 6px;
	padding-left: 25px;
}

#maincontent .li03 li {
	background: url(../img/li01_bg.png) no-repeat 0px 6px;
	padding-left: 25px;
}

#maincontent .li04 li {
	background: url(../img/li01_bg.png) no-repeat 0px 6px;
	padding-left: 25px;
}

#maincontent .num li {
	background: none;
	margin-left: 19px;
	padding-left: 6px;
	list-style: decimal;
}

#maincontent .float li {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#maincontent .float2 li {
	float: left;
	width: 265px;
	margin: 0px 5px 5px 25px;
}


/******************************************************************************/
/* メインコンテンツ - 新着情報の更新日 */

#maincontent .ymd {
	margin-left: 10px;
	color: #666666;
	font-size: 12px;
}


/******************************************************************************/
/* メインコンテンツ - 画像のフローティング */

#maincontent .img-r120 {
	float: right;
	width: 120px;
	margin: 0px 0px 15px 15px;
}

#maincontent .img-r240 {
	float: right;
	width: 240px;
	margin: 0px 0px 15px 15px;
}

.greet_photo {
	float: right;
	width: 150px;
	margin-left: 15px;
	margin-bottom: 15px;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（汎用） */

#maincontent .table_normal {
	margin: 0px 4% 15px 4%;
}

#maincontent .table_normal td {
	line-height: 160%;
	padding-right: 15px;
	vertical-align: top;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（幅固定、枠線なし） */

#maincontent .table_fix {
	margin: 0px 4% 15px 4%;
	width: 92%;
}

#maincontent .table_fix td {
	line-height: 160%;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（幅固定、枠線あり） */

#maincontent .table_border {
	margin: 0px 3% 15px 3%;
	width: 94%;
}

#maincontent .table_border td {
	line-height: 160%;
	padding: 10px 10px;
	border: 1px solid #999999;
	vertical-align: top;
}

#maincontent .table_border td.h2 {
	background: #553500;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent .table_border td.h3 {
	background: #805000;
	font-weight: bold;
}

#maincontent .table_border td.h {
	background: #FFF3DF;
}

#maincontent .table_border td.d {
	background: #FFFCF7;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（参加申込フォーム） */

#maincontent .table_form {
	margin: 0px 3% 15px 3%;
	width: 94%;
}

#maincontent .table_form td {
	line-height: 160%;
	padding: 10px;
	vertical-align: middle;
}

#maincontent .table_form td.h2 {
	background: #553500;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent .table_form td.h3 {
	background: #805000;
	border: 1px solid #999999;
	font-weight: bold;
}

#maincontent .table_form td.h {
	background: #FFF3DF;
	width: 132px;
	border: 1px solid #999999;
	font-weight: bold;
}

#maincontent .table_form td.d {
	background: #FFFCF7;
	min-width: 405px;
	border: 1px solid #999999;
}

#maincontent .table_form td.time {
	background: #FFF3DF;
	width: 102px;
	border: 1px solid #999999;
	text-align: center;
}

#maincontent .table_form td.event {
	background: #FFFCF7;
	min-width: 435px;
	border: 1px solid #999999;
}

#maincontent .table_dsub td {
	line-height: 120%;
	padding: 5px;
	vertical-align: top;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（囲み枠） */

#maincontent .table_box {
	background: #FFFFF4;
	width: 84%;
	margin: 0px 8% 15px 8%;
	border: 1px solid #999999;
}

#maincontent .table_box td {
	line-height: 160%;
	padding: 12px 10px 10px 10px;
}

#maincontent .box1 {
	background: #FFFFF4;
	width: 90%;
	margin: 0px auto 15px auto;
	padding: 15px 0px 16px 0px;
	border: 1px solid #999999;
	border-radius: 10px;
	text-align: center;
}


/******************************************************************************/
/* メインコンテンツ - フォーム関連 */

#maincontent .submit {
	padding: 6px 15px;
	letter-spacing: 0.1em;
}

#maincontent .errmsg {
	color: #FF0000;
	font-weight: bold;
}


/******************************************************************************/
/* メインコンテンツ - Googleマップ */

#maincontent .gmap {
	width: 92%;
	margin: 0px 4% 15px 4%;
}

#maincontent .gmap iframe {
	width: 100%;
	height: 400px;
	border: 0px none;
	overflow: hidden;
}


/******************************************************************************/
/* jumptop - PAGE TOPボタンの枠組み */

#jumptop {
	clear: both;
	display: none;
}

#jumptop a,
#jumptop a:visited,
#jumptop a:hover,
#jumptop span {
	display: none;
}

#scrollUp {
	background-image: url(../img/jumptop_bg.png);
	right: 20px;
	bottom: 85px;
	width: 120px;
	height: 50px;
}

#scrollUp:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}


/******************************************************************************/
/* footer - フッタの枠組み */

#footer {
	clear: both;
	background: url(../img/footer_bg.png) repeat-x left top;
	width: 100%;
	height: 65px;
	line-height: 65px;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
}

