/*---------------------------------ページ全体の設定*/

body {
	/* font-family: "ＭＳ 明朝",serif; */
}

#body_kihon {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #222222;
}

#body_koushin {
	margin: 15px 10px;
	color: #222222;
	background-color: #ffffff;
}

body a:link { color: #0043cb; text-decoration: none; }
body a:visited { color: #666666; text-decoration: none; }
body a:hover { color: #408040; text-decoration: underline; }
body a:active { color: #666666; text-decoration: none; }

#preload { display: none; } 

/*---------------------------------コンテンツ全体の横幅*/
#all_box {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width:1000px;/* ******* */
}

/*---------------------------------メインメニュー*/
.menubox {
	background-color:black;
}

.information a { background: url(../img/menu/information.jpg) no-repeat left top; display: block; }
.information a:hover { background: url(../img/menu/information_o.jpg) no-repeat left top; }

.calender a { background: url(../img/menu/calender.jpg) no-repeat left top; display: block; }
.calender a:hover { background: url(../img/menu/calender_o.jpg) no-repeat left top; }

.course a { background: url(../img/menu/course.jpg) no-repeat left top; display: block; }
.course a:hover { background: url(../img/menu/course_o.jpg) no-repeat left top; }

.charge a { background: url(../img/menu/charge.jpg) no-repeat left top; display: block; }
.charge a:hover { background: url(../img/menu/charge_o.jpg) no-repeat left top; }

.facilities a { background: url(../img/menu/facilities.jpg) no-repeat left top; display: block; }
.facilities a:hover { background: url(../img/menu/facilities_o.jpg) no-repeat left top; }

.club a { background: url(../img/menu/club.jpg) no-repeat left top; display: block; }
.club a:hover { background: url(../img/menu/club_o.jpg) no-repeat left top; }

.access a { background: url(../img/menu/access.jpg) no-repeat left top; display: block; }
.access a:hover { background: url(../img/menu/access_o.jpg) no-repeat left top; }

.contact a { background: url(../img/menu/contact.jpg) no-repeat left top; display: block; }
.contact a:hover { background: url(../img/menu/contact_o.jpg) no-repeat left top; }

.news a { background: url(../img/menu/news.jpg) no-repeat left top; display: block; }
.news a:hover { background: url(../img/menu/news_o.jpg) no-repeat left top; }

/*---------------------------------メインコンテンツ部分*/
#contents_main {
	width: 800px;
	padding-top: 20px;
}

/*---------------------------------サイドコンテンツ部分*/
#contents_side {
	width: 200px;
}

/*---------------------------------フッター部分*/
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 1000px;/* ******* */
}

#footer_link a {
	margin: 10px 0px;
	padding: 0px 15px;
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-decoration: none;
	background: url(../img/parts/yaji.gif) no-repeat left top;
}

/*---------------------------------大中小見出し*/
.midashi h2 {
	margin: 10px 0px;
	color: #ffffff;
	font-size: 120%;
}

.midashi h3 {
	margin: 10px 20px;
	color: #b2233a;
	font-size: 90%;
	letter-spacing: 0.1em;
}

.midashi_m {
    width:520px;
    height:23px;
    background-image:url(../img/parts/bg_midashi_m.png);
    background-repeat:no-repeat;
    margin:5px 0px 20px 20px;
    padding:4px 0px 3px 20px;
    font-weight:bold;
}

/*---------------------------------サイドメニュー*/
#sidemenu {
	width: 180px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
	border-bottom: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
}

#sidemenu li a {
	height: 30px;
	display: block;
	background: url(../img/parts/sidemenu_off.png) no-repeat left top;
	text-indent: 20px;
	line-height: 35px;
}

#sidemenu li a:hover {
	background: url(../img/parts/sidemenu_on.png) no-repeat left top;
	text-decoration: none;
	text-indent: 25px;
}

.side_midashi {
    font-size:90%;
    font-weight:bold;
    text-align:center;
    border:1px solid #ff3333;
    margin-top:5px;
    padding:5px 0px;
    background-color:#ff6666;
    color:#ffffff;
}

.c_guide {
    width:178px;
    height:100px;
    margin-bottom:10px;
    overflow:hidden;
    border-radius:5px;
    border:1px solid #000;
}

.c_guide H3 {
    margin-top:35px;
    padding:5px 0px;
	z-index:1;
    position:relative;
    color:#FFFFFF;
    text-align:center;
    font-size:100%;
	text-shadow:2px 2px 0 #000000, -2px -2px 0 #000000, -2px 2px 0 #000000, 2px -2px 0 #000000, 0px 2px 0 #000000,  0 -2px 0 #000000, -2px 0 0 #000000, 2px 0 0 #000000;
}

.c_guide video {
    z-index:0;
    position:relative;
	top:-95px;
	width:100%;
}

.c_guide a:hover { text-decoration: none; }

/*---------------------------------コースガイドメニュー*/
#cgmenu {
	width:100%;
}

#cgmenu td {
  padding:5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
    background-color: rgba(0,0,0,0.5);
}

#cgmenu td:hover {
    background-color: rgba(255,0,0,0.5);
}

#cgmenu a {
	display: block;
	color: #ffffff;
    text-align:center;
}

/*---------------------------------更新情報ページ関連*/
.date {
	margin: 0px 2px;
	font-size: 120%;
	font-weight: bold;
	color: #2A5229;
}

.naiyou {
	margin: 5px 0px 10px 0px;
	padding: 10px;
	border-top: 1px #808080 dotted;
	line-height:150%;
	/* font-family: "ＭＳ 明朝",serif; */
}

.infomation {
	margin: 0px auto;
	padding: 10px;
	border: double 3px;
	line-height:150%;
	/* font-family: "ＭＳ 明朝",serif; */
}

/*---------------------------------本文関連の設定*/
.honbun {
	width: calc(100% - 40px);
	margin:0px auto;
	line-height: 120%;
	letter-spacing: 0.1em;
}

.honbun_waku {
	width: calc(100% - 80px);
	margin:0px auto;
	padding: 10px;
	font-size: 90%;
	line-height: 120%;
	border: 1px dotted;
}

.honbun_if {
	width: calc(100% - 35px);
	margin-left:15px;
}

.banner img {
	margin: 0px 0px 10px 0px;
	border: none;
}

.img {
	padding: 5px;
	border: 1px solid #999999;
}

.table {
	background: #408040;
	text-align: center;
}

.table td,th {
	padding:9px 15px 7px 15px ;
}

.table_midashi {
	background: #53A753;
	color: #ffffff;
	font-weight: bold;
}

.table_kado {
	background: #ffffff;
	color: #333333;
}

.table_nakami {
	background: #ddffbb;
}

.caution {
    width:510px;
    margin:0px 0px 10px 15px;
    padding:8px;
    background-color:#ff6666;
    border:4px double #ff0000;
    color:#ffffff;
    text-align:center;
    font-weight:bold;
    line-height:1.4em;
}

.charge td {
    padding:12px;
}

.yutai td {
    padding:6px;
    font-size:90%;
}

/*---------------------------------レストランメニュー枠の設定*/
.restaurant_menu {
	border:1px solid #408040;
	margin:20px;
	display:flex;
	flex-wrap:wrap;
}
.restaurant_menu div {
	flex-grow:1;
	border:1px solid #408040;
	width:calc(50% - 2px);
	text-align:center;
	font-weight:bold;
	font-size:large;
}
.restaurant_menu img {
	margin:5px;
	width:96%;
}
.restaurant_menu p {
	display:grid;
	place-items:center;
	margin:0px;
	padding:6px 5px 5px 5px;
}
.restaurant_menu .name {
	background-color:#53A753;
	color:#ffffff;
	height:50px;
}
.restaurant_menu .price {
	background-color:#ddffbb;
}


/*---------------------------------別ウィンドウの設定*/

#all_box_betsu {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width:800px;
}

#head_foot {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 600px;
	background: url(../img/parts/headfoot_bg.gif);
}

/*---------------------------------予定カレンダーの設定*/

.calendar table {
	background-color: #408040;
}
.calendar th {
	background-color: #53A753;
}
.calendar th.weekdays {
	color: #ffffff;
}
.calendar th.sunday {
	background-color: #ff7777;
	color: #ffffff;
}
.calendar th.saturday {
	background-color: #8888ff;
	color: #ffffff;
}
.calendar td {
	width: 14%;
	line-height: 200%;
	font-size: 12px;
}
.calendar td.weekdays {
	color: #54990F;
	background-color: #ffffff;
}
.calendar td.sunday {
	color: #ff0000;
	background-color: #ffeeee;
}
.calendar td.saturday {
	color: #0000ff;
	background-color: #eeeeff;
}
.calendar td.holiday {
	color: #ff0000;
	background-color: #ffeeee;
}
.holname {
	margin: 0px 2px;
	font-size: 9px;
}


/*トップのヘッダ画像枠の設定*/
#top_header {
	z-index:9998;
	margin:0px;
	padding:0px;

	position:absolute;
	top:0px;
	left:0px;
}
