@media screen and (max-width:640px){
	
.sm_hide { display: none; }

.img_border{ border:none;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);}

/* ===========================
header
============================*/
#header {
	margin: auto;
	background:#e6f9d6; color:#FFFFFF; 
}

#header .logo {
	text-align: center;
	padding: 10px 0 5px;
}

#header .logo img {
	width: 100%;
	max-width: 378px;
}

#header .h_navi {
	display:none;
}

#header a { color:#FFFFFF; text-decoration:none; }


/* ===========================
navi
============================*/
.n_menu { display:none;
}

.navi_en { display:none;
}

/* ===========================
box
============================*/
.c_box_01 {
	width: 100%;
}

.c_box_02 {
	width: 100%;
}

.c_box_03 {
	width: 100%;
}

.c_box_04 {
	width: 100%;
	overflow:auto;
}

.c_box_05 {
	width: 100%;
	overflow:auto;
}

.c_box_07 {
	width: 100%;
}

.c_box_08 {
	width: 100%;
}

.c_box_09 {
	width: 100%;
}

.c_box_10 {
	float: left;
	width: 100%;
}

.c_box_11 {
	float: right;
	width: 100%;
}


/* ===========================
m_images
============================*/

#m_images {
	width: 100%;
	max-width: 750px;
}

#m_images img {
	width: 100%;
	max-width: 750px;
}

#s_images img {
	width: 100%;
	max-width: 750px;
}

/* ===========================
sub_contents
============================*/
.sub_contents {
	margin-top: 20px;
}

.sub_contents img {
	max-width: 250px;
	max-height: 100px;
	width: 100%;
	margin-bottom: 7px;
	margin-right: 5px;
}

/* ===========================
footer
============================*/
#footer {
	width: 100%;
	color:#ffffff;
	padding:0;
	text-align:left;
	background: #044919;
background: -moz-linear-gradient(top, #044919 0%, #00922d 100%);
background: -webkit-linear-gradient(top, #044919 0%,#00922d 100%);
background: linear-gradient(to bottom, #044919 0%,#00922d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044919', endColorstr='#00922d',GradientType=0 );
}

#footer a {
	text-decoration: none;
	color:#ffffff;
}

#footer a:hover {
	text-decoration: none;
}

#footer .f_menu { clear:both; margin:0 auto; text-align:center; padding:10px; 
}

#footer .f_menu a { margin-right:15px;
}

#footer .c_info{ margin:0 auto; text-align:center; padding:10px 0px; }
#footer .c_info .c_name {
	font-size: 110%;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-weight:bold;
}


#footer .c_info .c_address {
	font-size: 100%;
}

#footer .copyright {
	padding:2px 0px;
	text-align:center;
	font-size: 82%;
}

/* ===========================
box_layout
============================*/
#container {
	width: 100%;
	height: auto;
	margin: auto;
	padding-bottom: 20px;
	text-align: center;
}

.contents_box {
	clear:both;
	width: 98%;
	margin: 0px auto;
}

.contents {
	width: 97%;
	max-width: 640px;
	margin: 0px auto;
	padding-top:10px;
} 

.m_contents {
	clear:both;
	width: 100%;
	padding: 20px 0px;
}

.block {
	border-bottom: 0px #4f970f solid;
	text-align: left;
	padding-top:5%;
	width:100%;
}

.block_title {
	width:100%;
	background:url(../images/common/title_bg.png) bottom repeat-x;
	padding-bottom:15px;
	text-align:center;
}

.block_title h1 {
	font-size: 90%;
	line-height:30px;
	text-align:center;
}

.block_title h1 span {
	font-size: 140%;
	text-align:center;
	margin-top:20px;
	color: #4f970f;
}

#main_title { padding:20px 20px 5px; }
#main_title span { font-size:180%; font-weight:normal;}
#main_title div { font-size:100%; margin-top:5px; }




/* ===========================
setting
============================*/


.m_contents_top h1 span {
	display: none;
}

.block {
	overflow:auto;
	padding-bottom:20px;
	margin-bottom:20px;
	clear:both;
	background:url(../images/common/line.png) no-repeat bottom;}


.t01 {
	font-size: 94%;
}

.t02 {
	font-size: 94%;
	width:100%;
}

.pagelink {
	margin: 15px 0;
	text-align: right;
	font-size: 106%;
	background:#ebfbdb; 
	padding:3px 10px;
}

/* ===========================
script
============================*/

.script_normal {
	display: none;
} 


/* ===========================
top
============================*/

.maintitle img {
	width: 100%;
	max-width: 299px;}

.top_photo ul{ max-width:640px; margin:0 auto; padding:10px; display:block;
overflow:auto;}

.top_photo li { width:100%; text-align:center; margin:5px auto 15px; clear:both;}
.top_photo .title { font-size:110%; color:#365f33; }
.top_photo img { width:100%; margin-bottom:10px;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);}
/* IE8 */
.top_photo img { width: auto\9; max-width:100%;}
.top_photo span { font-family:Georgia, "Times New Roman", Times, serif;  }
.top_photo a { color:#a37e39; text-decoration:none; }
.top_photo a:hover { color:#a9905f; }

.news ul { 
	border-top: 1px #CCCCCC dotted;}
	
.news li {
	border-bottom: 1px #CCCCCC dotted;
	padding: 10px 20px 10px 0px;}

.news li a {
	font-size: 100%;
}

.news li .day {
	float: left;
	font-size: 88%;
	margin-right:5px;
}

.news p {
	padding-bottom: 3px;
	margin: 7px 0 7px 24px;
}


#banner {margin:0 auto; background:#efefef; padding:10px 0px; display:block;
overflow:auto;}

.banner { width:95%; text-align:center; margin:10px auto; max-width:640px;}
.banner li { margin-right:10px; text-align:center; float:left;}
.banner img { width:100%; max-width:200px; margin-bottom:3px;}
/* IE8 */
.banner img { width: auto\9; }



/* ===========================
course
============================*/
.t_course {
	width:100%;
}

.t_course table {
border-collapse: collapse;
border: 0px #cccccc solid;
margin-bottom:15px;
}

.t_course th {
background:#eafbdc;
padding: 2px; 
white-space: nowrap;
border: 1px #cccccc dotted;
text-align:center;
color:#337501;
font-size:90%;
}

.t_course td {
white-space: nowrap;
border: 1px #c3be94 dotted;
text-align:center;
font-size:90%;
}

.course_image li {
	margin-bottom: 10px;
	text-align: center;
}

.course_image img {
	width: 100%;
}

.course_image a {
	pointer-events:none;
}


#hole img { width:100%;}
.hole_title { font-size:24px; color:#a37e39; border-bottom:1px dotted #a37e39; width:99%; margin-bottom:15px;
background: #feffff;
padding:5px;}


.course_list li {
	border-bottom: 1px #CCCCCC dotted;
	padding: 5px 0;
	margin: 10px 0;
	float: left;
	width: 20%;
}

.course_list li a {
	font-size: 110%;
	display: block;
}

/* ===========================
house
============================*/
.house_image ul {
	width: 100%;
}

.house_image li {
	margin-bottom:10px;
	float: left;
	width: 100%;
	text-align: center;
  display: inline-block; /* ‘ΐΡ */
  vertical-align: top; /* livfπγ[΅¦Ι */
}

.house_image img {
	width: 100%;
	margin-bottom:10px;
}

.house_image .detail {
}

.house_image h2 {
	margin:5px 0px 15px 0;
	font-size:100%;
	padding-bottom: 5px;
}

.house_image02 ul {
	width: 95%;
	text-align: center;
	margin-bottom:10px;
}

.house_image02 li {
	width: 99%;
	text-align: center;
	margin-bottom:10px;
}

.house_image02 img {
	width: 100%;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}

.hotel_link a { text-decoration: none; }

.house_image_r img {
	width: 100%;
}

.image_01 li {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.image_01 img {
	width: 100%;
	margin-bottom:5px;
}

.image_01 p{
	width: 100%;
}

.image_48 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 100%;
	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:8px 0px 8px 0;
	font-size:110%;
	font-weight:bold;
	padding-bottom: 10px;
	border-bottom:1px dotted #cccccc;
}

.image_33 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.image_33 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;
}


.image_25 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 100%;
	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 { border:3px solid #efefef; padding:20px; margin-bottom:10px;}
.event_title { font-size:150%; font-weight:bold; color:#39C; margin-bottom:10px; line-height:130%;}
.event_catch { font-size:120%; font-weight:bold; margin-bottom:10px;}
.event_detail01 { float:left; background:#3C6; padding: 5px; color:#FFFFFF; margin-right:5px; margin-bottom:3px;}
.event_detail02 { float:left; background:#cccccc; padding: 5px; color:#FFFFFF; margin-right:5px;}


/* ===========================
hotel
============================*/
.r_box02 { width:100%; }
.l_box02 { width:100%; }
.dinner_img { width:100%; }


/* ===========================
restaurant
============================*/
.restaurant_image li {
	margin-bottom: 20px;
	clear:both;
	overflow:hidden;
	padding-bottom:5px;
	margin-bottom:5px;
}

.restaurant_image img {
	width:100%;
}

.restaurant_image .title {
	font-size: 100%;
	padding-top: 5px;
	font-weight:bold;
}

.restaurant_image .comment {
	display:none;
}

.restaurant_image02 li {
	margin-bottom: 20px;
	clear:both;
	overflow:hidden;
	padding-bottom:5px;
	margin-bottom:5px;
}

.restaurant_image02 img {
	width:100%;
}

.restaurant_image02 .title {
	font-size: 100%;
	padding-top: 5px;
	font-weight:bold;
}

.restaurant_image02 .comment {
	display:none;
}

.ala_image li {
	margin-bottom: 20px;
	clear:both;
	overflow:hidden;
	padding-bottom:5px;
	margin-bottom:5px;
}

.ala_image img {
	width:100%;
}

.ala_image .title {
	font-size: 100%;
	padding-top: 5px;
	font-weight:bold;
}

.ala_image .comment {
	display:none;
}

.rest_sp .comment {
	color: #333333;
	text-align: center;
	font-size: 110%;
}

.drink_menu li {
	border-bottom: 1px #CCCCCC dotted;
	padding: 3px 0;
	margin-bottom: 5px;
}

.drink_menu li span {
	float: right;
	font-size: 88%;
}

.rest_lunch { float:right; background:#fcbf04; padding: 5px; color:#FFFFFF;}
.rest_lunch02 { float:right; background:#3C6; padding: 5px; color:#FFFFFF; margin-left:5px;}



/* ===========================
button
============================*/
.button li {
	float: left;
	width: 100%;
}

/* ===========================
top
============================*/
.t01 td {
	font-size: 94%;
}

/* ===========================
online
============================*/
.online_phone {
	display: none;
}

/* ===========================
access
============================*/
/* ===========================
google-map
============================*/
.google-maps {
	position: relative;
	padding-bottom: 120.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.google-maps iframe,
.google-maps object,
.google-maps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.print_map { display: none; }

.map_normal {
	display: none;
}

.image_left { width:100%;}
.image_right{ width:100%;}


.lesson {
	width: 100%;
	float:left;
	margin-left:1%;	
}

.lesson img {
	width: 100%;

}