@media screen and (max-width:999px){
 html{ font-size : 87%;} 
	
.sm_hide { display: none; }

/* ===========================
header
============================*/
#header {
	margin: 0px auto 10px;
	width:95%;
	min-height:137px;
	background: #ffffff;  
}

#header .logo {
	margin:50px auto 0px;
	max-width: 251px;
	max-height: 79px;
}

#header .logo img {
	width:100%;
	max-width: 251px;
	max-height: 79px;
}
	#header .h_right { display: none; }
#header .h_right_s {
	display: flex;
  justify-content: center;
  align-items: center;
  margin:30px auto 10px;
  padding:0;}

#header .header_right .sub_menu { margin-top:15px; padding-bottom:0px; float:left;}
	
#header .header_right .sub_menu li { display:block;
	float:left;
	margin-right:10px;
	vertical-align:middle;
}

#header .header_right .sub_menu li img { vertical-align:text-top; margin-bottom:3px; width:100%;}

#header .header_right .sub_menu li a {
	text-decoration:none;
	text-align:center;
	color:#000000;
}

#header .sub_menu li a:hover { 
	text-decoration:none;
	text-align:center;
	color:#d7cdb6;
}

#header .h_tel img { clear:end; width:100%; max-width:217px; }
	

/* ===========================
nav
============================*/
#navi_box {display:none;
}

/* ===========================
m_images
============================*/
#m_images {
	clear:both;
	width: 100%;
	margin: 0px auto 0px;
}

#m_images img {
	width: 100%;
}

#s_images {
	clear:both;
	width: 100%;
	margin: 0px auto 0px;
}

#s_images img {
	width: 100%;
}

	#m_info { margin-top: 30px; z-index: 9999; left:10%; right:10%; width: 60%;}


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

.contents_box {
	width: 100%; 


}

.contents {
	clear:both;
	width: 95%;
	margin: 0px auto 20px;
	padding-top:20px;
} 

.m_contents {
	clear:both;
	width: 100%;
	padding: 20px 0px 15px;
	border-bottom:1px dotted #CCCCCC;
	overflow:auto;
}

.title {
	font-size: 160%;
	margin-bottom:30px;
	text-align:center;
	padding:8px;}
	
.title .jpn {
	font-size: 150%;
	margin-top:20px;
}

.title .eng {
	color:#0e512b;
	font-size: 70%;
	margin-top:15px;
}

#main_title { padding:40px 20px 20px 20px; }
#main_title span { font-size:200%; }
#main_title div { font-size:100%; margin-top:5px; font-family:Georgia, "Times New Roman", Times, serif; color:#ff576d;}

.stitle { font-size:130%; border-bottom:1px dotted #0e512b; padding-bottom:3px; margin-bottom:15px; text-align:left; clear:both; color:#0e512b;}


/* ===========================
box
============================*/
.ev_img {
	width:100%;
	margin-bottom:15px;
	padding:0px;
}

.box_w_half {
	width:95%;
	margin:5px auto;
}

.box_w_3col {
	width:95%;
	margin:5px auto;
}


/* ===========================
box
============================*/
.c_box_01 {
	width: 100%;
	padding-bottom:40px;
}

.c_box_02 {
	width: 100%;
}

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

.c_box_04 {
	width: 100%;
}

.c_box_05 .c_box_13 {
	width: 100%;
}

.c_box_06 {
	float: left;
	width: 31%;
}

.c_box_07 {
	float: left;
	width: 48%;
}

.c_box_08 {
	width: 100%;
	padding-bottom:40px;
}

.c_box_09 {
	width: 100%;
}

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

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

.c_box_12 {
	float: right;
	width: 51%;
}
.parent {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
	
.image_48 li {
	float: left;
	margin-right:1%;
	margin-bottom: 20px;
	width: 48%;
	text-align: center;
}	
/* ===========================
setting
============================*/

.pagelink {
	margin: 15px 0;
	text-align: right;
	font-size: 106%;
}


.f29 { font-size: 200%; }


/* ===========================
button
============================*/
.button04 li {
	text-align: center;
	font-size: 110%;
	width:50%;
	float:left
}

.button li {
	text-align: center;
	font-size: 110%;
	width:100%;
}


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

.script_sma {
	display: none;
}

/* ===========================
top
============================*/
.pr_box_ph {
	position:relative;}
.pr_box {
	width: 90%;
	bottom:-5%;
	left: 5%;
	right:5%;
	background: #ffffff;
	position:absolute;
	z-index: 10;
	color: #000000;}

.pr_box .pr_title { font-size:130%;  margin:0px auto 10px; text-align: center;}	


@media screen and (max-width:500px){
.pr_box .txt { display:none;}		
}


.page_banner {   display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  margin:0 0 10px 0;
  padding:0;}

.page_banner > div { 
width:48%;
  padding:0;
  margin:1% 1%;}

.page_banner > div img {
	width:100%;}
	
.page_banner > div .banner_title {
	font-size:150%;
	margin-bottom:15px;}
	

.page_banner02 {   display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  margin:0 0 10px 0;
  padding:0;}

.page_banner02 > div { 
width:48%;
  padding:0;
  margin:1% 1%;}

.page_banner02 > div img {
	width:100%;}
	
.page_banner02 > div .banner_title {
	font-size:150%;
	margin-bottom:15px;}
	


/* ===========================
course
============================*/

.course_box {
	width:99%;
	border:1px solid #CCCCCC;
	overflow:auto;
}

.course_image li {
	float: left;
	width: 100%;
	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%;
}

.course_image a {
	pointer-events:none;
}


#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;}


.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.gif) left no-repeat;
	padding-left:22px;
	font-size: 120%;
	display: block;
}

.c_layout img {
	width: 100%;
}

/* ===========================
swiper
============================*/

.swiper-button-next,.swiper-button-prev{
	top:50%;
	width:50px;
	height:87px;
	margin-top:-12px;
	-moz-background-size:50px 87px;
	-webkit-background-size:50px 87px;
	background-size:50px 87px;
}

.space {
	height:90px;
}


/* ===========================
house
============================*/
.image_box {   display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin:0 0 10px 0;
  padding:0;}
  
 .image_box02 {   display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  margin:0 0 10px 0;
  padding:0;}

.image_2box { 
width:100%;
  padding:0;
	margin:5px auto;}
	
.image_course {
width:100%;
  padding:0
	  margin-bottom:30px;}
  
.image_3box {
	width:95%;
	margin:5px auto;}
  
.image_4box { 
width:48%;
  padding:0;
  margin:1%;}
  
.image_5box { 
width:18%;
  padding:0;
  margin:1%;}
.house_image li {
	float: left;
	margin-right:5px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.house_image img {
	width: 100%;
}

.house_image p {
	font-size: 106%;
	color: #333333;
	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;
	width: 100%;
	text-align: center;
	padding-bottom:15px;
	overflow:auto;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:15px;
}

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

.image_01 p{
	width: 100%;
}

.image_01 .title img{
	float:left;
}

.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:5px 0px 15px 0;
	font-size:110%;
	font-weight:bold;
	padding-bottom: 5px;
}

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

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

.image_33 p {
	font-size: 110%;
	border-bottom: 0px #CCCCCC dotted;
	padding-top: 5px;
}

.image_33 .title {
	margin:10px 0px 10px 0;
	font-size:120%;
}

.image_33_02 li {
	float: left;
	width: 100%;
	text-align: center;
}

.image_33_02 img {
	width: 100%;
}



.image_25 li {
	float: left;
	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 5px 0;
	font-size:110%;
	padding-bottom: 5px;
}

.image_20 li {
	float: left;
	margin-right:2%;
	margin-bottom: 20px;
	width: 48%;
	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%;
}



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

.image_15 img {
	width: 100%;
}

.image_15 p {
	font-size: 106%;
	border-bottom: 0px #CCCCCC dotted;
	padding-top: 5px;
}

.image_15 .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:right;
	text-align:left;
}

.line_list .list_date {
	white-space:nowrap;
	float:left;
	width:30%;
}

.line_list span {
	float:right;
}

.line_list02 li {
	float: left;
	width: 100%;
	border-bottom: 1px #CCCCCC dotted;
	padding: 3px 0;
	margin-bottom: 5px;
	font-size: 112%;
}

.line_list02 span {
	float:right;
}

/*---------------------------------------------------
access
--------------------------------------------------- */
.route_tbl { width:100%; clear: both; }

.route_tbl .route_ttl {
	font-weight:normal;
	font-size:120%;
	display: inline-block;
	border-bottom:1px #ccc dotted;
	margin-bottom:12px;
	float: left;
}
.route_tbl, .route_tbl td {
	border-style:none;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.route_tbl .eki {
	padding:0px;
	vertical-align: middle;
	background-color:#024b10;
	color:#fff;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	padding-top:30px;
	padding-bottom:30px;
}

.route_tbl .ue {
	border-bottom:5px #ccc solid;
	padding-bottom:0px;
	vertical-align: bottom;
}

.route_tbl .shita {
	border-top:5px #ccc solid;
	padding-top:0px;
	vertical-align: top;
}

.route_tbl .td_space {
	height:1em;
}



.image_right img { width:100%; margin:0 auto;}
.image_left { width:100%; margin:0 auto;}


/* ===========================
google-map
============================*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.map_sma {
	display: none;
}

/* ===========================
inquiry_box
============================*/

.inquiry_box_small { position: fixed; bottom: 0; z-index: 100; background: rgba(15,26,29,0.9); color: #FFF; width:100%; }
.inquiry_box_small ul { display: flex; }
.inquiry_box_small ul li { text-align: center; flex-grow: 1; width: 33.3%; }
.inquiry_box_small ul li div { padding: 5px 0; text-align:center; }
.inquiry_box_small img { max-width: 30px;}
.inquiry_box_small a { color: #FFF; text-decoration: none; }
