
@media screen and (min-width: 920px){
 html{ font-size : 110%;} 	
	
.pc_hide { display: none; }
#menu { display: none; }

/* ===========================
header
============================*/

#header {
	margin: 0px auto;
	width:100%;
	min-height:100px;
}

#header .logo {
	width:100%;
	margin-top:40px;
}

#header .logo img {
	width:100%;
	max-width: 699px;
	max-height: 49px;
}


/* ===========================
nav
============================*/

#navi_box {
	margin: 30px auto;
	width:100%;
	vertical-align:central;
	max-width:1200px;
}

.navi {
	width:100%;
}

.navi li {
	text-align: center;
	float: left;
	width:14.2%;
}

/* ===========================
m_images
============================*/
#m_images {
	clear:both;
	width: 100%;
	margin: 0px auto 0px;
	max-width:1200px;
}

#m_images img {
	width: 100%;
}

#s_images {
	display: none;
}

/* ===========================
box_layout
============================*/
#container {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	background:url(../images/common/bg.png) left top no-repeat;
}

.contents_box {
	padding-left:70px;
	max-width:1130px;
}

.contents {
	clear:both;
	width:100%;
	max-width: 1200px;
	margin: 20px auto 40px;
} 


.m_contents {
	clear:both;
	width: 99%;
	max-width: 1200px;
	margin: 20px auto 20px;
}

.title_flower {
	color:#a80552;
	font-size: 160%;
	text-align:left;
	padding-left:70px;
	margin-bottom:30px;
	border-bottom:1px solid #a80552;
	background:url(../images/flower/title_bg.png) left no-repeat;
	padding-bottom:8px;}

.title_flower span {
	font-size: 100%;
	float: right;
	}
	
.title_garden {
	color:#223d07;
	font-size: 160%;
	text-align:left;
	padding-left:70px;
	margin-bottom:30px;
	border-bottom:1px solid #223d07;
	background:url(../images/garden/title_bg.png) left no-repeat;
	padding-bottom:8px;}

.title_garden span {
	font-size: 100%;
	float: right;
	}
	
.title_planning {
	color:#4a360a;
	font-size: 160%;
	text-align:left;
	padding-left:70px;
	margin-bottom:30px;
	border-bottom:1px solid #4a360a;
	background:url(../images/planning/title_bg.png) left no-repeat;
	padding-bottom:8px;}

.title_garden span {
	font-size: 88%;
	float: right;
	}	
	
.title_stone{
	color:#333333;
	font-size: 160%;
	text-align:left;
	padding-left:50px;
	margin-bottom:30px;
	border-bottom:1px solid #333333;
	background:url(../images/stone/title_bg.png) left no-repeat;
	padding-bottom:8px;}

.title_stone span {
	font-size: 100%;
	float: right;
	}

.title_about{
	color:#333333;
	font-size: 160%;
	text-align:left;
	padding-left:50px;
	margin-bottom:30px;
	border-bottom:1px solid #333333;
	background:url(../images/about/title_bg.png) left no-repeat;
	padding-bottom:8px;}

.title_about span {
	font-size: 100%;
	float: right;
	}
	
.title_access{
	color:#333333;
	font-size: 160%;
	text-align:left;
	padding-left:50px;
	margin-bottom:30px;
	border-bottom:1px solid #333333;
	background:url(../images/access/title_bg.png) left no-repeat;
	padding-bottom:8px;}

.title_access span {
	font-size: 100%;
	float: right;
	}

	
.title_policy{
	color:#333333;
	font-size: 160%;
	text-align:left;
	padding-left:50px;
	margin-bottom:30px;
	border-bottom:1px solid #333333;
	background:url(../images/policy/title_bg.png) left no-repeat;
	padding-bottom:8px;}

.title_policy span {
	font-size: 100%;
	float: right;
	}	
		
.block { 
	margin-bottom:20px;
	overflow:auto;
}

.block_title img {
	float:left;
	width:100%;
	padding-top:40px;
	text-align:center;
	max-width:127px;
}

.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%;}
#main_title div { font-size:120%; margin-top:5px; font-family:Georgia, "Times New Roman", Times, serif; color:#ff576d;}



/* ===========================
footer
============================*/
#footer {
	clear:both;
	margin: 0 auto;
	padding: 10px 0px 0px ;
	width:100%;
	overflow:auto;
	background:url(../images/common/fotter_bg.png) repeat-x bottom;
	min-height:250px;
	
}

#footer .c_info .c_address a {
	color: #000000;
	text-decoration: none;
}

#footer .c_info .c_address a:hover {
	color: #117a22;
	text-decoration: none;
}

#footer .c_info {
	text-align:center;
	margin:20px auto 20px;
}


#footer .c_info .c_name {
	font-weight:bold;
	font-size: 140%;
	margin-bottom:15px;
}

#footer .c_info .c_address {
	font-size: 120%;
	margin-top:10px;
	line-height:180%;
	margin-bottom:20px;
}

#footer .c_info .c_address span {
	display: inline-block;
    /display: inline;
    /zoom: 1;
}	


#footer .f_navi  a {
	background:url(../images/common/arrow_gr.png) no-repeat left;
	padding-left:22px;
	color: #000000;
	text-decoration: none;
	font-size:110%;
}


#footer .f_navi a:hover {
	color: #117a22;
	text-decoration: none;
}

.copyright {
	padding:10px;
	clear:both;
	margin:0px auto 0px;
	font-size: 80%;
	text-align:center;
}

/* ===========================
box
============================*/
.c_box_01 {
	float: left;
	width: 48%;
}

.c_box_02 {
	float: right;
	width: 48%;
}

.c_box_03 {
	float: left;
	width: 70%;
}

.c_box_04 {
	float: right;
	width: 25%;
}

.c_box_05 {
	width: 100%;
}

.c_box_06 {
	float: left;
	width: 25%;
}

.c_box_07 {
	float: right;
	width: 70%;
}

.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%;
}




/* ===========================
button
============================*/
.button04 li {
	text-align: center;
	font-size: 110%;
	width:50%;
	float:left
}

/* ===========================
script
============================*/

.script_sma {
	display: none;
}

/* ===========================
top
============================*/
.arr_bnr {
	position:relative;
	top:10px;
	right:20px;
	width:25%;
	float:right;
}



#news { clear:both;
max-width:1200px;
background:#e7fcda;
	overflow:auto;
	margin:20px auto;}	
	
#news_box { max-width:1000px; margin:0 auto;
	padding:15px 0px;
	overflow:auto;}	
	
.news ul {
	width:100%;}
	
.news li {
	padding: 10px 0px 10px 0px;
}

.news li a {
	font-size: 100%;
	color:#40180d;
}
.news span {
	float: left;
	margin-right:10px;
	}
	
#recommend { clear:both;
display:block;
width:100%;
background:#fef9e7;
	overflow:auto;
	margin:20px auto;}
	
.page_banner { padding: 20px 1%; text-align:center; max-width:1200px; clear:both; margin:50px auto; overflow:auto;}

.page_banner li {
	float: left;
	margin-right:2%;
	margin-bottom: 20px;
	width: 23%;
}

.page_banner img {
	width: 100%;
}

.page_banner .banner_title {
	font-size:130%;
	padding: 0px 0px 5px;
}

.page_banner p {
	padding: 0px 0px 10px;
}
.page_banner a {
	text-decoration:none;
	color:#000000;
}

#group_list { border-top:1px dotted #CCCCCC; border-bottom:1px dotted #cccccc; padding:15px 1%; width:100%; max-width:1200px; clear:both;  margin:50px auto 50px; overflow:auto;}
	
	
/* ===========================
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: 19%;
}

.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
============================*/

.image_01 li {
	clear:both;
	width: 100%;
	padding-bottom:15px;
	overflow:auto;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:15px;
}

.image_01 img {
	float:right;
	margin-bottom: 20px;
	height:200px;
}

.image_01 p{
}
.image_01 .title {
	font-size:170%;
	font-weight:bold;
	color:#051e4f;
}

.image_01 .title img{
	padding-bottom: 5px;
	float:left;
}

.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;
}

.image_48_tan {
	display:inline-block;
	margin:0px auto 20px;
	width: 49%;
	text-align: center;
}
	
.image_48_tan li {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.image_48_tan img {
	width: 100%;
}


.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 8px 0;
	font-size:110%;
	font-weight:bold;
}

.image_33_02 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 32%;
	text-align: center;
}

.image_33_02 img {
	width: 100%;
}

.image_25 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 24%;
	text-align: center;
}

.image_25 img {
	width: 100%;
}

.image_25 p {
	margin:10px 0px;
}

.image_25 .title {
	margin:5px 0px 8px 0;
	font-size: 90%;
}

.image_20 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 19%;
	text-align: center;
}

.image_20 img {
	width: 100%;
}

.image_20 p {
	font-size: 106%;
	border-bottom: 0px #CCCCCC dotted;
	padding-top: 5px;
}

.image_20 .title {
	margin:5px 0px 8px 0;
	font-size: 90%;
}

.line_list li {
	float: left;
	width: 100%;
	border-bottom: 1px #CCCCCC dotted;
	padding: 3px 0;
	margin-bottom: 5px;
	font-size: 112%;
}

.line_list .list_title {
	float:left;
}

.line_list .list_date {
	float:left;
	width:25%;
}

.line_list span {
	float:right;
}

.line_list02 li {
	float: left;
	width: 48%;
	border-bottom: 1px #CCCCCC dotted;
	padding: 3px 0;
	margin-right:2%;
	margin-bottom: 5px;
	font-size: 112%;
}

.line_list02 span {
	float:right;
}

/* ===========================
event
============================*/

.event { border:3px solid #efefef; padding:15px; margin-bottom:10px; width:95%; float:left; margin-right:10px;}
.event_100 { border:3px solid #efefef; padding:15px; margin-bottom:10px; width:100%;}
.event_title { font-size:24px; color:#000000; border-bottom:1px dotted #000000; width:99%; margin-bottom:20px;
padding-bottom:15px;padding-top:15px;}
.event_catch { font-size:130%; font-weight:bold; margin-bottom:10px;}
.event_detail01 { float:left; background:#400b0b; padding: 5px; color:#FFFFFF; margin-right:5px; margin-bottom:5px;}
.event_detail02 { float:left; background:#cccccc; padding: 5px; color:#FFFFFF; margin-right:5px; margin-bottom:5px;}
.event_detail03 { float:left; background:#218af4; padding: 1px 3px; color:#FFFFFF; margin-right:1px; margin-bottom:5px; font-size:90%;}



/* ===========================
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: 48%;
	border-bottom: 1px #CCCCCC dotted;
	padding: 3px 0;
	margin-bottom: 5px;
	margin-right: 2%;
	font-size: 112%;
}

.drink_menu li span {
	float: right;
	font-size: 88%;
}
.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: 75%;
	height: 0;
	overflow: hidden;
	margin:0 auto;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px !important;
	height: 800px !important;
}

.map_sma {
	display: none;
}

/* ===========================
fee_table
============================*/
.fee_table { border: 1px #EEE solid; table-layout: fixed; width: 100%; }
.fee_table th { text-align: center; }
.fee_table td { text-align: center; vertical-align: top; }

.fee_table { border-spacing: 5px; }
.fee_table th { padding: 5px; }
.fee_table td { padding: 5px; }
.fee_table td span img { margin-left: 5px; }

.wday { background: #EEE; }
.hday { background: #FFCACA; }
.stday { background: #d0f0ff; }

}

/* ===========================
企画ページ
=============================*/

.p_photo li, .p_photo .r_img  {
	display: inline-block;
	width: 32%;
}

.p_photo02 {
	display: inline-block;
	margin:0px auto;
	text-align:center;
}

.p_photo02 li, .p_photo .r_img02  {
	display: inline-block;
	width: 32%;
}

.p_photo li, .p_photo02 li  {
	margin-right:1%;
}

.p_photo .r_img, .p_photo02 .r_img02  {
	margin-right: 0;
}

