@media screen and (min-width: 920px){
 html{ font-size : 100%;} 	
	
.pc_hide { display: none; }
#menu { display: none; }

/* ===========================
header
============================*/

#header {
	background:#FFFFFF;
	margin: 0px auto;
	width:100%;
	min-height:85px;
	height:100%;
}

#header_box{ max-width:1000px; margin:0 auto;}

#header .logo {
	float:left;
	margin-top:10px;
	max-width:378px;
	max-height:70px;
	width:100%;
}


#header .logo img {
	width:100%;
	max-width:378px;
	max-height:70px;
}

#header .header_right { float:right;
	z-index:9999;
	text-align:right;
	margin-right:15px;
	margin-top:15px;}

#header .h_tel { float:left; margin-right:15px;}
	
#header .sub_menu { float:right; 
	margin-top:15px;}
#header .sub_menu li { display:block;
	background:#387304;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
    border-radius: 5px;
	padding:5px 15px;
}

#header .sub_menu li a {
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
}

#header .sub_menu li a:hover { 
	text-decoration:none;
	text-align:center;
	color:#6dc728;
}

/* ===========================
nav
============================*/
#nav {
	width: 100%;
	min-height:68px;
	height:100%;
	background:url(../images/common/navi_bg.png) repeat-x;
}

.navi {
	padding-top:15px;
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	background:url(../images/common/navi_line.png) left 15px no-repeat;
}

.navi li {
	float: left;
	width: 12.5%;
	font-size: 100%;
	background:url(../images/common/navi_line.png) right no-repeat;
}

.navi li .sub {
	color:#ffffff;
	margin-top:7px;
	font-size: 75%;
}

.navi li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	text-decoration:none;

}

.navi li a:hover {
	color: #072a2b;
}

/* ===========================
m_images
============================*/
#m_images {
	clear:both;
	width: 100%;
	max-width: 1980px;
	margin: 0px auto;
	z-index:1;
	position:relative;
}

#m_images img {
	width: 100%;
	max-width: 1980px;
}

#s_images {
	display: none;
}

#rslides_content {
	background: url(../images/common/h_bg.png) top repeat-x;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	width: 100%;
	max-width: 1980px;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
  }


/* ===========================
box_layout
============================*/
#container {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

.contents_box {
	width: 100%;
	margin: 0px auto;
}

.contents {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding-top:20px;
} 


.m_contents {
	clear:both;
	width: 100%;
	padding: 20px 0px;
	margin-bottom:40px;
}

.title { border-bottom:1px solid #244506; 
	font-size: 140%;
	color: #244506;
	line-height:30px;
	text-align:left;
	margin-bottom:25px;
}
	
.title  span {
	float:right;
	font-size: 60%;
	color: #b1cc9a;
}

.block { float:right;
	border-left: 1px #387304 solid;
	text-align: left;
	padding-left:5%;
	padding-right:1%;
	width:75%;
}

.block_title {
	float:left;
	width:15%;
	padding-top:40px;
	text-align:center;
}

.block_title h1 {
	font-size: 160%;
	color: #244506;
	line-height:30px;
	text-align:center;
}

.block_title h1 span {
	text-align:center;
	margin-top:20px;
	font-size: 60%;
	color: #b1cc9a;
}


#main_title { padding:40px 20px 0px 20px; }
#main_title span { font-size:250%; font-weight:bold; font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
#main_title div { font-size:120%; margin-top:5px; font-family:Georgia, "Times New Roman", Times, serif; color:#387304;}



/* ===========================
group_course
============================*/
.group_course {
	clear:both;
	margin: auto;
	padding: 15px 10px;
	background:#f2eee8;
	color:#387304;
	text-align:center;
}


/* ===========================
footer
============================*/
#footer {
	clear:both;
	margin: auto;
	padding: 10px;
	min-height:200px;
	background:#dcefd9;
	color:#387304;
	border-bottom:3px solid #387304;
	
}

#footer a {
	color: #387304;
	text-decoration: none;
}

#footer a:hover {
	color: #387304;
	text-decoration: none;
}

#footer .c_info {
	width:50%;
	float:left;
	text-align:left;
	margin:0px auto;
}


#footer .c_info .c_name {
	font-size: 180%;
	font-weight:bold;
}

#footer .c_info .c_address {
	font-size: 120%;
	margin-top:10px;
}



#footer .f_menu {
	width:50%;
	float:right;
	text-align:left;
	margin:15px auto;
	line-height:200%;
}

#footer .f_menu a {
	font-size: 100%;
	margin-bottom: 8px;
	margin-right: 10px;
}

#footer .copyright {
	margin-top:15px;
	font-size: 82%;
}

/* ===========================
box
============================*/
.c_box_01 {
	float: left;
	width: 48%;
}

.c_box_02 {
	float: right;
	width: 48%;
}

.c_box_03 {
	float: left;
	width: 80%;
}

.c_box_04 {
	float: right;
	width: 15%;
}

.c_box_05 {
	width: 100%;
}

.c_box_06 {
	float: left;
	width: 31%;
}

.c_box_07 {
	float: left;
	width: 48%;
}

.c_box_08 {
	float: left;
	width: 67%;
}

.c_box_09 {
	float: right;
	width: 31%;
}

.c_box_10 {
	float: left;
	width: 99%;
}

.c_box_11 {
	float: right;
	width: 31%;
}

.c_box_12 {
	float: right;
	width: 51%;
}

/* ===========================
setting
============================*/

.pagelink {
	margin: 15px 0;
	text-align: right;
	font-size: 106%;
}


.page_banner {border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding:20px 0px; text-align:center; margin-top:20px; width:100%; clear:both; margin-bottom:0px; background:#efefef;}

.page_banner .box { max-width:1000px; margin:0 auto;}
.page_banner img { margin-right:15px; width:22%;}

/* ===========================
button
============================*/
.button04 li {
	text-align: center;
	font-size: 110%;
	width:50%;
	float:left
}

/* ===========================
script
============================*/

.script_sma {
	display: none;
}
.script_normal {
	display: block;
}


/* ===========================
top
============================*/

.top_photo img { float:left; margin-right:10px; max-width:167px;}
.photo_s { display:none;}


.special { width:31%; margin-right:2%; float:left; margin-bottom:20px;}
.special img { width:100%;}
.special .title {
	margin-top:5px;
	font-size: 130%;
	color: #387304;
	font-weight:bold;}

.special .detail {
	margin-top:5px;}
	

.news ul {
	width:100%;}
	
.news li {
	background:url(../images/common/arrow01.png) left no-repeat;
	border-bottom: 1px #CCCCCC dotted;
	padding: 10px 0px 10px 23px;
}

.news li a {
	font-size: 100%;
}
.news span {
	float: left;
	margin-right:10px;
	}
	
	
/* ===========================
course
============================*/
.t_course {
	float:left;
	width: 48.5%;
	margin-top:15px;
}

.t_course table {
	width: 100%;
	border-collapse: collapse;
}

.t_course th {
	border: 1px #B3B8BB solid;
	text-align: center;
	padding: 5px;
	background: #EEEEEE;
}

.t_course td {
	border: 1px #B3B8BB solid;
	text-align: center;
	padding: 5px 5px;
}

.course_image li {
	float: left;
	margin-right:2%;
	width: 48%;
	display: inline-block;
    /display: inline;
    /zoom: 1;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	margin-bottom:15px;
	height:100%;
}

.course_image img {
	width: 100%;
	max-width:600px;
	max-height:400px;
}


#hole img { width:100%;}
.hole_title { font-size:24px; color:#15431e; border-bottom:1px dotted #15431e; width:99%; margin-bottom:15px;
background: #feffff;
padding:5px;}

.hole_title div { float:right;}

.course_layout img { width:100%; float:right;}

.course_list li {
	border-bottom: 1px #CCCCCC dotted;
	padding: 5px 0;
	margin: 10px 0;
	float: left;
	width: 50%;
}

.course_list li a {
	background: url(../images/common/arrow01.png) left no-repeat;
	padding-left:22px;
	font-size: 120%;
	display: block;
}

.c_conte {
	float: left;
	width: 64%;
}

.c_layout {
	float: right;
	width: 34%;
	text-align: right;
}


/* ===========================
house
============================*/
.house_image li {
	float: left;
	margin-right:5px;
	margin-bottom: 30px;
	width: 49%;
	text-align: center;
}

.house_image img {
	width: 100%;
}

.house_image p {
	font-size: 106%;
	border-bottom: 0px #CCCCCC dotted;
	padding-top: 5px;
	text-align: center;
}

.house_image .title {
	margin:5px 0px 15px 0;
	font-size:110%;
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom:1px solid #cccccc;
}

.image_01 li {
	clear:both;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.image_01 img {
	float:right;
	width: 49%;
	margin-bottom: 20px;
}

.image_01 p{
	float:left;
	width: 49%;
}

.image_48 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 49%;
	text-align: center;
}

.image_48 img {
	width: 100%;
}

.image_48 p {
	font-size: 106%;
	border-bottom: 0px #CCCCCC dotted;
	padding-top: 5px;
}

.image_48 .title {
	margin:5px 0px 15px 0;
	font-size:110%;
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom:1px solid #cccccc;
}

.image_33 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 32%;
	text-align: center;
}

.image_33 img {
	width: 100%;
}

.image_33 p {
	font-size: 106%;
	border-bottom: 0px #CCCCCC dotted;
	padding-top: 5px;
}

.image_33 .title {
	margin:5px 0px 15px 0;
	font-size:110%;
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom:1px solid #cccccc;
}


.image_25 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 24%;
	text-align: center;
}

.image_25 img {
	width: 100%;
}

.image_25 p {
	font-size: 106%;
	border-bottom: 0px #CCCCCC dotted;
	padding-top: 5px;
}

.image_25 .title {
	margin:5px 0px 15px 0;
	font-size:110%;
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom:1px solid #cccccc;
}

/* ===========================
event
============================*/

.event { padding:15px; margin-bottom:10px; width:95%; float:left; margin-right:10px;}
.event_100 { padding:15px; margin-bottom:10px; width:100%;}
.event_title { font-size:160%; width:99%; margin-bottom:15px; padding:5px;}
.event_title02 { font-size:160%; }
.event_catch { font-size:140%; margin-bottom:10px;}
.event_detail01 { float:left; padding: 5px; margin-right:5px; margin-bottom:5px;}
.event_detail02 { float:left; padding: 5px; margin-right:5px; margin-bottom:5px;}
.event_detail03 { float:left; padding: 1px 3px; margin-right:1px; margin-bottom:5px; font-size:90%;}
.event_date { font-size:150%; }

.event_sp { padding:20px; margin-bottom:10px; width:95%; float:left; margin-right:10px; }
.event_senior { margin-bottom:10px;}


/* ===========================
restaurant
============================*/
.restaurant_image li {
	float: left;
	margin-right:5px;
	width: 32.5%;
	border-bottom:0px dotted #CCCCCC;
	margin-bottom:5px;
	overflow:auto;
	height:100%;
}

.restaurant_image img {
	width: 100%;
}

.restaurant_image p {
	font-size: 110%;
	color: #333333;
	padding-top: 5px;
	text-align: center;
	font-weight:bold;
}

.restaurant_image .comment {
	color: #333333;
	overflow:auto;
}

.rest_sp li {
	margin-bottom: 15px;
	margin-right:8px;
	float: left;
	width: 44.5%;
	border:1px solid #e9e0d5;
	padding:15px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	background:#f4f2e6;
	color:#00b2ec;
	 /*-moz-box-shadow: 0 0 6px #999999;
	-webkit-box-shadow: 0 0 6px #999999;*/
	overflow:hidden;
	height:100%;
}

.rest_sp img {
	width: 100%;
	margin:10px auto;
}

.rest_sp p {
	font-size: 130%;
	color: #333333;
	padding-top: 5px;
	text-align: center;
	font-weight:bold;
}

.rest_sp .comment {
	color: #333333;
	text-align: center;
}

.ala_image li {
	float: left;
	margin-right:5px;
	margin-bottom: 30px;
	width: 24%;
}

.ala_image img {
	width: 100%;
}

.ala_image p {
	font-size: 110%;
	color: #333333;
	padding-top: 5px;
	text-align: center;
	font-weight:bold;
}

.ala_image .comment {
	color: #333333;
}

.drink_menu li {
	float: left;
	width: 30%;
	border-bottom: 1px #CCCCCC dotted;
	padding: 3px 0;
	margin-bottom: 5px;
	margin-right: 25px;
	font-size: 112%;
}

.drink_menu li span {
	float: right;
	font-size: 88%;
	color: #fff;
}
.rest_lunch { float:right; background:#fcbf04; padding: 5px; color:#FFFFFF;}

.image_right { float:right; margin-left:20px;}
.image_left { float:left; margin-right:20px;}

/* ===========================
online
============================*/
.online_phone {
	text-align: center;
	margin-top: 20px;
}

.online_phone img {
	width:100%;
	max-width: 660px;
}

/* ===========================
google-map
============================*/
.google-maps {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px !important;
	height: 400px !important;
}

.map_sma {
	display: none;
}
}