/******************************************************************************/
/* メインスタイルシート - last update: 25.05.08 */

@charset "utf-8";


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
}

html {
	overflow-y: scroll;
}

body {
	background: #FFFFFF url(../img/body_bg.jpg) no-repeat center 20%;
	background-attachment: fixed;
	background-size: cover;
	color: #333333;
	text-align: left;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

hr {
	display: none;
}

img {
	border: 0 none;
}

a img {
	border: 0 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: #3366FF;
	text-decoration: underline;
}

a:hover {
	color: #FF9933;
}

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

input[type="text"]:focus {
	outline: none;
}


/******************************************************************************/
/* #content_wrapper - ページ全体の枠組み */

#content_wrapper {
	position: relative;
	z-index: 3;
}

.body_bg1 {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: url(../img/body_bg1.png) no-repeat right bottom;
	background-size: contain;
	width: 50%;
	max-width: 540px;
	height: 0px;
	padding: 0px 0px 50% 0px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	z-index: 1;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	background: url(../img/wrapper_bg.png) repeat-x left top;
	width: 100%;
	padding: 10px 0 0 0;
}

#header h1 {
	background: url(../img/header_bg.png) no-repeat center top;
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#header a,
#header a:visited,
#header a:hover {
	display: block;
	width: 960px;
	height: 150px;
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/
/* wrapper - コンテンツ領域の枠組み */

#wrapper {
	width: 960px;
	margin: 0 auto;
}


/******************************************************************************/
/* menu - 左側メニューの枠組み */

#menu {
	float: left;
	width: 180px;
	margin: 0 20px 20px 0;
}

#menu .toggle {
	width: 180px;
	margin: 0 0 15px 0;
	padding: 0;
}

#menu .toggle li {
	width: 180px;
	margin: 0 0 2px 0;
}

#menu .toggle a,
#menu .toggle a:visited,
#menu .toggle a:hover {
	display: block;
	width: 141px;
	line-height: 160%;
	padding: 6px 0 3px 37px;
	border-radius: 5px;
	text-decoration: none;
	transition: 0.15s linear;
}

#menu .toggle a,
#menu .toggle a:visited {
	background: #FFF7F9 url(../img/menu_c_bg.png) no-repeat 12px 10px;
	border: 1px solid #EFAFBF;
	color: #6A001B;
}

#menu .toggle a.s,
#menu .toggle a.s:visited,
#menu .toggle a:hover,
#menu .toggle a.s:hover {
	background: #E3738F url(../img/menu_s_bg.png) no-repeat 12px 10px;
	border: 1px solid #E3738F;
	color: #FFFFFF;
}

#menu .update {
	background: #FFFFFF;
	width: 162px;
	line-height: 22px;
	margin: 20px auto 15px auto;
	padding: 1px 0 0 0;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	color: #888888;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
}

#menu .toggle li.ban {
	width: 180px;
	height: 60px;
	line-height: 100%;
	margin: 0 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: 60px;
	line-height: 100%;
	padding: 0;
	border: 0 none;
	border-radius: 0;
}

#menu .toggle li.poster {
	width: 120px;
	height: 170px;
	line-height: 100%;
	margin: 15px auto 15px 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: 0;
	border: 0 none;
	border-radius: 0;
}

#menu .menubar {
	display: none;
	background: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	pointer-events: none;
}

#menu input {
	display: none;
}


/******************************************************************************/
/* maincontent - メインコンテンツの枠組み */

#maincontent {
	float: left;
	width: 760px;
	margin: 0 0 20px 0;
	padding: 0;
}

#maincontent .text {
	background: url(../img/text_bg.png) repeat-y left top;
	margin: 0 0 15px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #BBBBBB;
}

#maincontent p,
#maincontent ul {
	line-height: 160%;
	margin: 0 40px 15px 40px;
}

#maincontent .whatsnew {
	width: 98%;
	height: 250px;
	margin: 0 auto 20px auto;
	padding: 5px 0 0 0;
	overflow-y: scroll;
}

#maincontent p.mb0 {
	margin-bottom: 0;
}

#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: 0 auto 25px auto;
}


/******************************************************************************/
/* メインコンテンツ - 見出し背景 */

#maincontent h2 {
	background: #E3738F;
	width: 720px;
	line-height: 48px;
	margin: 0;
	padding: 5px 0 0 40px;
	border-radius: 10px 10px 0 0;
	color: #FFFFFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.25em;
}

#maincontent h3 {
	background: url(../img/h3_bg.png) no-repeat left 2px;
	line-height: 160%;
	margin: 0 30px 15px 30px;
	padding: 0 0 0 35px;
	color: #6A001B;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#maincontent h4 {
	background: url(../img/h4_bg.png) no-repeat left 6px;
	line-height: 160%;
	margin: 0 40px 5px 40px;
	padding: 0 0 0 25px;
	color: #6A001B;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#maincontent h5 {
	line-height: 160%;
	margin: 0 40px 0 40px;
	font-weight: bold;
}


/******************************************************************************/
/* #mainvisual - メインビジュアル */

#mainvisual {
	background: url(../img/mainvisual_bg.png) no-repeat left top;
	width: 760px;
	height: 490px;
	margin: 0 0 5px 0;
}

#mainvisual span {
	display: none;
}


/******************************************************************************/
/* メインコンテンツ - リスト背景 */

#maincontent .li01 li {
	background: url(../img/li01_bg.png) no-repeat 0 6px;
	margin-bottom: 10px;
	padding: 0 0 5px 25px;
	border-bottom: 1px dotted #CCCCCC;
}

#maincontent .li02 li {
	background: url(../img/li01_bg.png) no-repeat 0 6px;
	padding-left: 25px;
}

#maincontent .li03 li {
	background: url(../img/li01_bg.png) no-repeat 0 6px;
	padding-left: 25px;
}

#maincontent .li04 li {
	background: url(../img/li01_bg.png) no-repeat 0 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: 0 5px 5px 25px;
}


/******************************************************************************/
/* メインコンテンツ - 新着情報の更新日 */

#maincontent .ymd {
	margin-left: 10px;
	color: #666666;
	font-size: 12px;
}


/******************************************************************************/
/* メインコンテンツ - 画像のフローティング */

#maincontent .img-r120 {
	float: right;
	width: 120px;
	margin: 0 0 15px 15px;
}

#maincontent .img-r240 {
	float: right;
	width: 240px;
	margin: 0 0 15px 15px;
}

.greet_photo {
	float: right;
	width: 150px;
	margin-left: 15px;
	margin-bottom: 15px;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（汎用） */

#maincontent .table_normal {
	margin: 0 25px 15px 25px;
}

#maincontent .table_normal td {
	line-height: 160%;
	vertical-align: top;
	padding-right: 15px;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（幅固定、枠線なし） */

#maincontent .table_fix {
	margin: 0 30px 15px 30px;
	width: 700px;
}

#maincontent .table_fix td {
	line-height: 160%;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（幅固定、枠線あり） */

#maincontent .table_border {
	margin: 0 30px 15px 30px;
	width: 700px;
}

#maincontent .table_border td {
	line-height: 160%;
	vertical-align: top;
	padding: 5px 10px;
	border: 1px solid #AAAAAA;
}

#maincontent .table_border td.h2 {
	background: #EF8FA8;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent .table_border td.h3 {
	background: #F4CAD5;
	font-weight: bold;
}

#maincontent .table_border td.h {
	background: #FAE4EA;
}

#maincontent .table_border td.d {
	background: #FFF7F9;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（参加申込フォーム） */

#maincontent .table_form {
	margin: 0 30px 15px 30px;
	width: 700px;
}

#maincontent .table_form td {
	line-height: 160%;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #AAAAAA;
}

#maincontent .table_form td.h2 {
	background: #EF8FA8;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent .table_form td.h3 {
	background: #F4CAD5;
	font-weight: bold;
}

#maincontent .table_form td.h {
	background: #FAE4EA;
	font-weight: bold;
	width: 147px;
}

#maincontent .table_form td.d {
	background: #FFF7F9;
	width: 510px;
}

#maincontent .table_form td.time {
	background: #FAE4EA;
	width: 102px;
	text-align: center;
}

#maincontent .table_form td.event {
	background: #FFF7F9;
	width: 435px;
}

#maincontent .table_dsub td {
	line-height: 120%;
	vertical-align: top;
	padding: 5px;
}


/******************************************************************************/
/* メインコンテンツ - テーブル（囲み枠） */

#maincontent .box1 {
	background: #FFFFF4;
	width: 98%;
	max-width: 680px;
	margin: 0 auto 15px auto;
	padding: 16px 0 15px 0;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	text-align: center;
}


/******************************************************************************/
/* メインコンテンツ - フォーム関連 */

#maincontent .submit {
	padding: 6px 15px;
	letter-spacing: 0.1em;
}

#maincontent .errmsg {
	color: #FF0000;
	font-weight: bold;
}


/******************************************************************************/
/* メインコンテンツ - Googleマップ */

#maincontent .gmap {
	width: 700px;
	margin: 0 auto 15px auto;
}

#maincontent .gmap iframe {
	width: 700px;
	height: 400px;
	border: 0 none;
	overflow: hidden;
}


/******************************************************************************/
/* リンク用ボタンの枠組み */

.sec1 {
  max-width: 640px;
  margin: 0 auto 15px auto;
}

a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: relative;
  background: #FFFFF4;
  border: 1px solid #AAAAAA;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 4px 45px 0 25px;
  color: #3366FF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

a.btn_01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #3366FF;
  border-right: 2px solid #3366FF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_01:hover {
  color: #FF9933;
}

a.btn_01:hover:before {
  border-top: 2px solid #FF9933;
  border-right: 2px solid #FF9933;
}


/******************************************************************************/
/* 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;
	position: relative;
	background: #DC5073;
	width: 100%;
	line-height: 160%;
	margin: 0 auto;
	padding: 27px 0 23px 0;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
}

#footer:before {
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
	background: rgba(255, 255, 255, 0.25);
	width: 100%;
	height: 1px;
}

#footer:after {
	position: absolute;
	bottom: 1px;
	left: 0;
	content: '';
	background: rgba(255, 255, 255, 0.25);
	width: 100%;
	height: 1px;
}

