@charset "utf-8";
/* CSS Document */
#cont_in_f {
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#cont_in_c {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
/* [infomation] */
.info_topics_waku {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}
.info_topics_in {
	overflow: hidden;
	margin-bottom: 10px;
}
.info_topics_photo {
	height: auto;
	width: 25%;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
}
.info_topics_photo img {	margin: 0;
	padding: 0;
	vertical-align: bottom;}
.info_topics_body {
	float: right;
	height: auto;
	width: 70%;
}
.info_topics_title {
	float: left;
	height: auto;
	width: auto;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0em;
}
.info_topics_day {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 10px;
	text-align: center;
	color: #775C15;
	font-size: 76%;
	letter-spacing: 0em;
	min-width: 70px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AA841F;
	max-width: 150px;
}
.info_topics_copy {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 92%;
	line-height: 160%;
}
.info_topics_next {
	text-align: right;
}

/* [おすすめ] */
#cont_in_f_rec {
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: 2%;
	padding-top: 10px;
}
.o_left {float: left;width: 30%;height: auto;}
.osusume_waku {
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	width: 46%;
	border: 1px solid #CCC;
	padding: 1%;
	margin-right: 1%;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	background-color: #FFF;
}
.osusume_in {
	overflow: hidden;
	margin-bottom: 10px;
	
}
.osusume_photo {
	height: auto;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 10px;
}

.osusume_body {
	float: right;
	height: auto;
	width: 65%;
}
.osusume_title {
	float: left;
	height: auto;
	width: auto;
	font-size: 100%;
	background-image: url(../images/icon_arrow_disc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 5px;
	color: #00C;
}
.osusume_day {
	float: left;
	height: auto;
	margin-right: 10px;
	text-align: left;
	color: #333;
	letter-spacing: 0em;
	min-width: 75px;
}
.osusume_copy {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 8px;
	min-height: 100px;
	line-height: 180%;
}
.osusume_copy02 {
	text-align:right;
	margin-bottom: 8px;
	font-size: 128%;
	color: #C03;
}
.osusume_copy span {
	font-size: 128%;
	color: #C03;
	font-weight: bold;
	text-align: right;
}
.osusume_un {overflow: hidden;}
.osusume_icon {
	float: left;
	height: auto;
	width: 25px;
	margin-right: 5px;
}
.osusume_yoyaku {
	float: right;
	width: 100px;
	height: 25px;
	background-color: #C03;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	text-align: center;
}
.osusume_yoyaku a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
}
.osusume_yoyaku_w {
	float: right;
	width: auto;
	 margin-left:10px; margin-right: 10px;
	height: 25px;
	background-color: #C03;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	text-align: center;
}
.osusume_yoyaku_w a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
}
.event_topics_title {
	float: left;
	height: auto;
	width: auto;
	font-size: 100%;
}
.event_topics_title a {
	color: #000000;
	text-decoration: none;
}
.event_topics_title a:hover {
	text-decoration: underline;
	color: #F00;
}
.event_un {
	text-align: right;
	overflow: hidden;
	height: auto;
	width: 100%;
}
.event_un span {
	font-size: 128%;
	font-weight: bold;
	color: #C03;
}
.event_un02 {
	text-align: right;
	overflow: hidden;
	height: auto;
	width: 100%;
	clear: both;
}
.event_un02 span {
	font-size: 128%;
	font-weight: bold;
	color: #C03;
}
/*------------------------ イベント ------------------------*/
.event_waku {
	margin-bottom: 15px;
	overflow: hidden;
	width: 96%;
	border: 1px solid #CCC;
	padding: 1%;
	margin-right: 1%;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	background-color: #FFF;
	margin-left: 1%;
}
.event_in {
	overflow: hidden;
	margin-bottom: 10px;
}
.event_in02 {
	overflow: hidden;
	height: auto;
	width: auto;
}
.event_title a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.event_waku50 {
	margin-bottom: 15px;
	overflow: hidden;
	width: 45%;
	border: 1px solid #CCC;
	padding: 1%;
	margin-right: 1%;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	background-color: #FFF;
	margin-left: 1%;
	float: left;
	min-height: 280px;
}
.event_in50 {
	overflow: hidden;
	margin-bottom: 10px;
}
.event_in0250 {
	overflow: hidden;
	height: auto;
	width: auto;
}
.event_title50 {
	height: auto;
	width: 95%;
	font-size: 100%;
	padding-left: 5%;
	background-color: #006;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0em;
}
.event_title50 a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.event_left {
	height: auto;
	width: 50%;
	padding: 2px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006;
}
.event_none {
	height: auto;
	width: auto;
	padding: 2px;
}
.event_left_golf {
	height: auto;
	width: 50%;
	padding: 2px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.event_photo {
	height: auto;
	width: 30%;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
	margin-left: 5%;
	margin-top: 10px;
}
.event_photo02 {
	height: auto;
	width: 25%;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
	margin-left: 5%;
}
.event_photo02_no {
	height: auto;
	width: 25%;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
	margin-left: 5%;
}
.event_photo0250 {
	height: auto;
	width: 24%;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
	margin-left: 1%;
}
.event_chachi {
	float: right;
	width: 60%;
	color: #C00;
	height: auto;
}
.event_chachi02 {
	color: #C00;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.event_chachi0250 {
	color: #C00;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.event_chachi03 {
	color: #C00;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 128%;
}
.event_chachi04 {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 115%;
	color: #000;
}
.event_chachi_un30 {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 115%;
	color: #000;
}
.event_chachi03_un30 {
	color: #C00;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 128%;
}
.e_right {
	float: right;
	width: 60%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 3%;
}
.e_right_no {
	float: right;
	width: 60%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 3%;
}
.e_right50 {
	float: right;
	width: 68%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 3%;
}
.e_right02 {
	float: right;
	width: 60%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 20px;
	height: auto;
}
.event_body {
	float: right;
	height: auto;
	width: 45%;
}
.event_title {
	height: auto;
	width: 95%;
	font-size: 100%;
	padding-left: 5%;
	background-color: #006;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	letter-spacing: 0em;
}
.event_title_golf {
	height: auto;
	width: 95%;
	font-size: 100%;
	padding-left: 5%;
	background-color: #F33;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.event_day {
	float: left;
	height: auto;
	margin-right: 10px;
	text-align: left;
	color: #333;
	letter-spacing: 0em;
	min-width: 75px;
}
.event_copy {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 15px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
/* [変更] 
.event_copy span {
	font-size: 128%;
	color: #C03;
	font-weight: bold;
}*/
.event_copy span {
	font-size: 128%;
	font-weight: bold;}
	
.event_copy_un30 {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.event_copy50 {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 15px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.event_copy50 span {
	font-size: 128%;
	color: #C03;
	font-weight: bold;
}
.event_yoyaku {
	float: right;
	
}

.event_yoyaku a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
	width: 100px;
	height: 25px;
	background-color: #C03;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	text-align: center;
	margin-right: 3%;
}
.event_yoyaku50 {
	float: right;
}
.event_yoyaku50 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
	width: 100px;
	height: 25px;
	background-color: #C03;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	text-align: center;
	margin-right: 3%;
}
.event_yoyaku_w {
	float: right;
}
.event_yoyaku_w a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
	width: auto;
	height: 25px;
	background-color: #C03;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.event_shousai {
	float: right;
	width: 100px;
	height: 25px;
	background-color: #063;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	text-align: center;
	margin-right: 3%;
}
.event_shousai a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
}
.event_shousai_long {
	float: right;
	width: auto;
	height: 25px;
	background-color: #063;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	text-align: center;
	margin-right: 3%;
	letter-spacing: 0em;
}
.event_shousai_long a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.event_shousai_long50 {
	width: auto;
	height: 25px;
	background-color: #063;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	text-align: center;
	margin-right: 3%;
	letter-spacing: 0em;
	margin-bottom: 5px;
	float: right;
}
.event_shousai_long50 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
/*------------------------ 各ホール ------------------------*/
#wrap_f {
	overflow: hidden;
	height: 100%;
	margin: 0;
	_overflow: hidden;
	padding: 0;
	background-color: #000;
}
.hole_title {
	font-size: 128%;
	font-weight: bold;
	color: #FFF;
	height: auto;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-top: 25px;
}
.hole_waku {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.hole_photo_a {
	width: 63.5%;
	height: auto;
	float: left;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
}
.hole_right {
	width: 31%;
	height: auto;
	float: right;
}
.hole_data_in {
	clear: both;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 20px;
	color: #FFF;
	margin-bottom: 35px;
}
.hole_photo_b {
	background-color: #FFF;
	padding: 2px;
	height: auto;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.hole_photo_c {background-color: #FFF;
	padding: 2px;
	height: auto;
	border: 1px solid #CCC;}
.next_hole {
	float: right;
	font-size: 82%;
	font-weight: normal;
}
.hole_no { float: left;}
.next_hole a {
	color: #F90;
}
.hole_sorce {
	float: left;
	color: #FC6;
}
.hole_c {
	float: right;
	width: 65%;

}
.pin {
	background-color: #9B772B;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	width: 100%;
	line-height: 100%;
}
.pin02 {
	background-color: #417801;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #FFF;
	border-radius: 7px; /* CSS3 */
	　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	　　-moz-border-radius: 7px; /* Firefox用 */
	　　behavior: url(../js/PIE.htc); /* IE用 */
	width: 100%;
	line-height: 100%;
}
.p_new {
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}
/*------------------------ フロートしてせんたー合わせ ------------------------*/
.infoss {
	padding: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.infoss ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.infoss ul li {
	float: left;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #999;
	position: relative;
	left: -50%;
	width: 35%;
	height: auto;
}
.open3_tt {}
.box0001 {
  background: red;
  height: 200px;
  width: 200px;
}

.box0001:empty {
  display: none;
}
.event_yoyaku:empty { display: none;}
.event_yoyaku a:empty { display: none;}
.event_yoyaku50:empty { display: none;}
.event_yoyaku50 a:empty { display: none;}
.event_yoyaku_w:empty { display: none;}
.event_yoyaku_w a:empty { display: none;}
.name_c {
	font-size: 115%;
	font-weight: bold;
	color: #066;
	margin-bottom: 20px;
	width: 100%;
}
/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
	.e_right {
	float: none;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.event_photo02 {
	height: auto;
	width: 98%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
}
