@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-spacing:0;
}
table dt,table dd{
 text-align:left;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;  
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
}
.align_center{
	text-align: center;
}
.align_left{
	text-align: left;
}
.align_right{
	text-align: right;
}



/* --------------------------------------------------------------- 基本構造 -- */


table{
font-size:inherit;
font:100%; /* IE6΍ */
}

/* clear */
.clearfix:after{
content:".";
clear:both;
display:block;
line-height:0;
height:0;
visibility:hidden;
}
.clearfix{
zoom:1;
}


body{
color:#333333; /* */
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', Meiryo, メイリオ, sans-serif;
-webkit-text-size-adjust: none;
line-height:1.5em;
text-align:center;
}

/* リンク */
a:link{
color:#5cafca; /* 色 */
text-decoration:underline;
}
a:visited{
color:#5cafca; /* 色 */
text-decoration:underline;
}
a:hover {
color:#5cafca; /* 色 */
text-decoration:none;
}
a:active {
color:#5cafca; /* 色 */
text-decoration:none;
}

/* ここまでテンプレ */
#wrapper{
	width:100%;
}
.bg_txt{
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.image{
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
a:hover img{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.web_font{
  font-family: "リュウミン B-KL", "Ryumin Bold KL";
}
@media print, screen and (min-width:640px){
body{
 font-size:16px;
 line-height: 28px;
 min-width:1000px;
}
.sp_ver{
  display: none !important;
}
#wrapper{
  padding-top: 165px;
}
/* ===============================================
#header_area
=============================================== */
#header_area{
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
#header_inner{
  padding: 30px 0;
  min-width: 1000px;
  font-size: 0;
  line-height: 0;
}
/* #header_logo
----------------------- */
#header_logo{
  margin: 0 auto;
  display: inline-block;
}
#header_logo a{
  display: block;
}
/* #sp_header_menu_bt
----------------------- */
#sp_header_menu_bt{
  display: none !important;
}
/* #header_menu_area
----------------------- */
#header_menu_area{
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
  background-color: #86bd60;
  display: block;
}
#gnavi{
  display: table!important;
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
	table-layout: fixed;
}
#gnavi li{
  display:table-cell;
  vertical-align: top;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-left:solid 1px #90cd66;
  border-right:solid 1px #6f9c50;
}
#gnavi li a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 48px;
  padding-top: 2px;
  font-weight: bold;
}
#gnavi li a:hover,
#gnavi li.active a{
  background-color: #2e653b;
}
/* ===============================================
#crumb_list
=============================================== */
#crumb_list{
  background-color: #fff;
}
#crumb_list ol{
  display: block;
  margin: 0 auto;
  width: 1000px;
  font-size: 0;
  line-height: 0;
  padding: 10px 0;
  text-align: left;
}
#crumb_list ol li{
  display: inline-block;
  vertical-align: top;
}
#crumb_list ol li span{
  font-size: 12px;
  line-height: 1em;
}
#crumb_list ol li:before{
  content: ">";
  font-size: 12px;
  line-height: 1em;
  margin:0 5px;
}
#crumb_list ol li:first-child:before{
  content: "";
  margin: 0;
  display: none;
}
#crumb_list a{
  color: #347243;
}
/* ===============================================
.content_inner
=============================================== */
.content_inner{
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}
/* #content_headline
----------------------- */
#content_headline{
  width: 100%;
  background: url(../img/bg_contentttl.png) center bottom #99d6e9 repeat-x;
}
#content_headline .content_inner{
  text-align: center;
  display: table;
  height: 250px;
}
#content_headline .content_inner > div{
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 15px;
}
#content_headline .content_inner > div .web_font{
  color: #347243;
  font-size: 30px;
  line-height: 1em;
}
#content_headline .content_inner > div > span{
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  border-radius: 4px;
  background-color: #d68b26;
  padding: 7px 12px 5px;
  margin-bottom: 10px;
}
#content_headline .content_inner > div p{
  margin-top: 12px;
}
	#content_headline .content_inner > div > h1 > span{
		font-size: 20px;
	}
/* h2 章の見出し
----------------------------- */
.chapterHead {
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 20px;
  background-color: #86bd60;
  margin-top: 75px;
  font-family: "リュウミン B-KL", "Ryumin Bold KL";
}
#wrapper > section > .chapterHead.orange{
  background-color: #d68b26;
}
#content_headline + section > .chapterHead{
  margin-top: 30px;
}
/* h3 節の見出し
----------------------------- */
.sectionHead {
  margin-top: 35px;
  font-size: 20px;
  line-height: 1.2em;
  color: #1b91b6;
  padding-top: 2px;
}
.sectionHead:before{
  content: "";
  width: 8px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1b91b6;
  border-radius: 4px;
  margin-right: 10px;
}
/* h4 項の見出し
----------------------------- */
.itemHead {
  margin-top: 20px;
  font-size: 16px;
  color: #1b91b6;
}

/* .txt_box
----------------------- */
.txt_box{
  margin-top: 30px;
  font-size: 16px;
  line-height: 34px;
}
.txt_box > *:first-child{
  margin-top: 0;
}
.txt_box p{
  margin-top: 20px;
}
.txt_box .txt_under{
  font-size: 14px;
  line-height: 24px;
}
.txt_box strong{color: #f9b117;}


/* .content_imgset
----------------------- */
.content_imgset{
  margin-top: 40px;
}
.content_imgset:after{
content:".";
clear:both;
display:block;
line-height:0;
height:0;
visibility:hidden;
}
.content_imgset .txt_under{
  float: left;
  width: 690px;
  margin-top: 0;
}
.content_imgset .txt_under > *:first-child{
  margin-top: 0;
}
.content_imgset .image{
  float: right;
  font-size: 0;
  line-height: 0;
  width: 270px;
  border-radius: 10px;
  overflow: hidden;
}
.content_imgset .image.line{
	border: 1px solid #ececec;
	box-sizing: border-box;
}
.content_imgset .image img{
  width: 100%;
  height: auto;
}
/* .caption_list
----------------------- */
.caption_list{
  margin-top: 12px;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
.caption_list li{
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 8px;
}
.caption_list li:before{
  content: "※";
  width: 1.5em;
  display: inline-block;
  text-indent: 0;
}
/* .list_dot
----------------------- */
.list_dot{
  display: block;
  margin-top: 10px;
}
.list_dot li{
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 3px;
}
.list_dot li:before{
  content:"・";
  display: inline-block;
  width: 1em;
  padding-right:5px;
  text-align: right;
  text-indent: 0;
}
/* .list_number
----------------------- */
.list_number{
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.list_number li{
  padding-left: 40px;
  counter-increment: chapter;
  text-indent: -40px;
  margin-top: 3px;
}
.list_number li:before{
  content:counter(chapter)".";
  display: inline-block;
  width: 35px;
  padding-right:5px;
  text-align: right;
  text-indent: 0;
}

/* .time_table
----------------------- */
.time_table{
  width: 100%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-top:solid 2px #479d5b;
  border-left:solid 2px #479d5b;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
.time_table th,
.time_table td{
  border-bottom:solid 2px #479d5b;
  border-right:solid 2px #479d5b;
  padding: 15px 10px 13px;
}
.time_table thead{
  color: #fff;
  background-color: #68d461;
}
.time_table tbody th{
  text-align: left;
}
/* .colorbt
----------------------- */
.colorbt{
  text-align: center;
  margin-top: 20px;
}
.colorbt a{
  display: inline-block;
  width: 250px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
}
.colorbt a:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.colorbt a span{
  display: inline-block;
  padding-top: 2px;
  line-height: 48px;
  padding-left: 25px;
  background: url(../img/ic_arrow_circle_wh.png) left center no-repeat;
  -moz-background-size: 14px 14px;
  background-size: 14px 14px;
}
.colorbt.colorbt_gr a{
  background-color: #648d48;
}
.colorbt.colorbt_ye a{
  background-color: #f9b117;
}
/* ===============================================
#footer_area
=============================================== */
#footer_area{
  background-color: #408d52;
  color: #fff;
  margin-top: 120px;
}
/* #footer_content
----------------------- */
#footer_content{
  margin: 0 auto;
  padding: 30px 0 25px;
  position: relative;
  width: 1000px;
  display: table;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
#footer_content > div{
  display: table-cell;
  vertical-align: top;
}
#footer_content > div:first-child{
  width: 300px;
}
#footer_logo{
  font-size: 30px;
  line-height: 1em;
}
#footer_railway{
  font-size: 14px;
  margin-top: 5px;
}
#footer_content address{
  font-style: normal;
}
#footer_phone{
  font-size: 24px;
  line-height: 1em;
  font-family: Arial, Helvetica, "sans-serif";
  margin-top: 10px;
}
#footer_phone a{
  color: #fff;
  text-decoration: none;
}
/* #footer_time_table
----------------------- */
#footer_time_table{
  border-top:solid 2px #fff;
  border-left:solid 2px #fff;
  width: 310px;
  text-align: center;
  line-height: 1em;
}
#footer_time_table th,
#footer_time_table td{
  border-bottom:solid 2px #fff;
  border-right:solid 2px #fff;
  padding: 10px 6px;
}
/* #footer_caption_list
----------------------- */
#footer_caption_list{
  font-size: 10px;
  line-height: 1em;
  margin-top: 7px;
}
#footer_caption_list li{
  margin-top: 2px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#footer_caption_list li:before{
  content: "※";
  text-indent: 0;
  width: 1.5em;
  display: inline-block;
}
/* #footer_content_link
----------------------- */
#footer_content_link{
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
#footer_content_link li{
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
#footer_content_link li a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1em;
  padding-top: 2px;
  padding-left: 20px;
  background: url(../img/ic_arrow_circle_wh.png) left center no-repeat;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
#footer_content_link li a:hover{
  text-decoration: underline;
}
/* #footer_map
----------------------- */
#footer_map{
  height: 400px;
  background-color: #fff;
  color: #333;
}
#map_maker{
  text-align: left;
  padding-right:1em;
}
/* #footer_copy
----------------------- */
#footer_copy{
  background-color: #fff;
  min-width: 1000px;
  font-size: 12px;
  line-height: 1em;
  padding: 19px 0;
  color: #333333;
}
/* ===============================================
#footer_fixed_list
=============================================== */
#footer_fixed_list{
  font-size: 0;
  line-height: 0;
}
#footer_fixed_list li{
  position: fixed;
  z-index: 70;
}
#footer_fixed_list li a{
  display: block;
}
#footer_fixed_list li a:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#footer_fixed_contact,
#footer_fixed_phone{
  border-radius: 10px 0 0 10px;
  width: 70px;
  right: 0;
  overflow: hidden;
}
#footer_fixed_phone{
  background: url(../img/pc_bt_fixed_phone.png) #2e653b no-repeat;
  height: 308px;
  top: 200px;
}
#footer_fixed_phone a{
  display: none;
}
#footer_fixed_web{
	position: fixed;
	right: 0;
	bottom: 50px;
}
	#footer_fixed_web a{
		background: url(../img/bd0215.png) no-repeat;
		background-size: cover;
		display: block;
		height: 150px;
		width: 180px;
	}
#footer_fixed_top{
  display: none !important;
}
#footer_fixed_contact{
  top: 517px;
  height: 285px;
  background-color: #fff;
}
#footer_fixed_contact a{
  background: url(../img/pc_bt_fixed_contact.png) #2e653b no-repeat;
  width: 70px;
  height: 285px;
}
	
	
	
	.page_navi{
		font-size: 0;
		text-align: center;
		margin-top: 50px;
	}
	.page_navi > li{
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		font-weight: bold;
		margin: 0 15px;
	}
	.page_navi > li > a{
		background-color: #6f9c50;
		border-radius: 10px;
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 15px 0;
		box-sizing: border-box;
		width: 180px;
	}
	.page_navi > li > a > span{
		background: url(../img/ic_arrow_circle_wh.png) left center no-repeat;
		background-size: 14px auto;
		padding-left: 20px;
	}
}

@media screen and (max-width: 639px){
body{
 font-size:14px;
 line-height: 23px;
}
.pc_ver{
  display: none !important;
}
.image img{
  width: 100%;
  height: auto;
}
/* ===============================================
#header_area
=============================================== */
#header_inner{
  padding: 20px 0 24px;
  position: relative;
  background-color: #fff;
}
/* #header_logo
----------------------- */
#header_logo{
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}
#header_logo a{
  display: block;
  width: 144px;
  height: 35px;
}
/* #sp_header_menu_bt
----------------------- */
#sp_header_menu_bt{
  position: absolute;
  right: 15px;
  top: 12px;
}
#sp_header_menu_bt .menu-trigger,
#sp_header_menu_bt .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#sp_header_menu_bt .menu-trigger {
  position: relative;
  width: 45px;
  height: 60px;
  text-decoration: none;
  text-align: left;
}
#sp_header_menu_bt .menu-trigger span {
  position: absolute;
  right: 5px;
  width: 35px;
  height: 3px;
  background-color: #86bd60;
}
 #sp_header_menu_bt .menu-trigger span:nth-of-type(1) { top: 8px;}
 #sp_header_menu_bt .menu-trigger span:nth-of-type(2) { top: 21px;}
 #sp_header_menu_bt .menu-trigger span:nth-of-type(3) { top: 34px;}
 #sp_header_menu_bt.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
 #sp_header_menu_bt.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
 #sp_header_menu_bt.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
#sp_header_menu_bt .menu-trigger:after{
  content: "MENU";
  color: #999999;
  font-size: 10px;
  line-height: 1em;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 44px;
  font-family: Arial, Helvetica, "sans-serif";
}
#sp_header_menu_bt.active .menu-trigger:after{
  content: "CLOSE";
}
/* #header_menu_area
----------------------- */
#header_menu_area{
  display: block;
}
#gnavi{
  display: none;
  position: absolute;
  background-color: #86bd60;
  width: 100%;
  z-index: 80;
}
#gnavi li{
  display: block;
  border-top:solid 1px #90cd66;
  border-bottom:solid 1px #6f9c50;
}
#gnavi li a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2em;
  padding: 18px 40px 16px 15px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background: url(../img/ic_arrow_line_wh.png) calc(100% - 15px) center no-repeat;
  -moz-background-size: 9px 15px;
  background-size: 9px 15px;
  text-align: left;
}
/* ===============================================
#crumb_list
=============================================== */
#crumb_list{
  background-color: #dedede;
}
#crumb_list ol{
  display: block;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  padding: 10px 15px ;
  text-align: left;
}
#crumb_list ol li{
  display: inline-block;
  vertical-align: top;
}
#crumb_list ol li span{
  font-size: 10px;
  line-height: 1em;
}
#crumb_list ol li:before{
  content: ">";
  font-size: 10px;
  line-height: 1em;
  margin:0 5px;
}
#crumb_list ol li:first-child:before{
  content: "";
  margin: 0;
  display: none;
}
#crumb_list a{
  color: #347243;
}
/* ===============================================
.content_inner
=============================================== */
.content_inner{
  margin: 0 15px;
  text-align: left;
}
/* #content_headline
----------------------- */
#content_headline{
  width: 100%;
  background: url(../img/bg_contentttl.png) center bottom #99d6e9 repeat-x;
  -moz-background-size: 182px 75px;
  background-size: 182px 75px;
}
#content_headline .content_inner{
  text-align: center;
  display: table;
  width: calc(100% - 30px);
}
#content_headline .content_inner > div{
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0 40px;
}
#content_headline .content_inner > div .web_font{
  color: #347243;
  font-size: 22px;
  line-height: 1em;
}
#content_headline .content_inner > div > span{
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  border-radius: 4px;
  background-color: #d68b26;
  padding: 5px 12px;
  margin-bottom: 10px;
}
#content_headline .content_inner > div p{
  margin-top: 10px;
}
	#content_headline .content_inner > div > h1 > span{
		font-size: 14px;
	}
/* h2 章の見出し
----------------------------- */
.chapterHead {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  background-color: #86bd60;
  margin-top: 75px;
  font-family: "リュウミン B-KL", "Ryumin Bold KL";
}
#wrapper > section > .chapterHead.orange{
  background-color: #d68b26;
}
#content_headline + section > .chapterHead{
  margin-top: 20px;
}
/* h3 節の見出し
----------------------------- */
.sectionHead {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.2em;
  color: #1b91b6;
  padding-top: 2px;
}
.sectionHead:before{
  content: "";
  width: 6px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1b91b6;
  border-radius: 3px;
  margin-right: 5px;
}

/* h4 項の見出し
----------------------------- */
.itemHead {
  margin-top: 20px;
  font-size: 16px;
  color: #1b91b6;
}

/* .txt_box
----------------------- */
.txt_box{
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}
.txt_box > *:first-child{
  margin-top: 0;
}
.txt_box p{
  margin-top: 15px;
}
.txt_box .txt_under{
  font-size: 14px;
  line-height: 24px;
}
.txt_box strong{color: #f9b117;}
/* .content_imgset
----------------------- */
.content_imgset{
  display: -webkit-flex;
  display:flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.content_imgset .txt_box{
  -webkit-order: 1;
  order: 1;
}
.content_imgset .image{
  -webkit-order: 2;
  order: 2;
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.content_imgset .image.line{
	border: 1px solid #ececec;
	box-sizing: border-box;
}
.content_imgset .image img{
  width: 100%;
  height: auto;
}
/* .caption_list
----------------------- */
.caption_list{
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
.caption_list li{
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 3px;
}
.caption_list li:before{
  content: "※";
  width: 1.5em;
  display: inline-block;
  text-indent: 0;
}
/* .list_dot
----------------------- */
.list_dot{
  display: block;
  margin-top: 10px;
}
.list_dot li{
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 3px;
}
.list_dot li:before{
  content:"・";
  display: inline-block;
  width: 1em;
  padding-right:5px;
  text-align: right;
  text-indent: 0;
}
/* .list_number
----------------------- */
.list_number{
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.list_number li{
  padding-left: 30px;
  counter-increment: chapter;
  text-indent: -30px;
  margin-top: 5px;
}
.list_number li:before{
  content:counter(chapter)".";
  display: inline-block;
  width: 25px;
  padding-right:5px;
  text-align: right;
  text-indent: 0;
}
/* .time_table
----------------------- */
.time_table{
  width: 100%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-top:solid 1px #479d5b;
  border-left:solid 1px #479d5b;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
}
.time_table th,
.time_table td{
  border-bottom:solid 1px #479d5b;
  border-right:solid 1px #479d5b;
  padding: 18px 7px 15px;
  vertical-align: middle;
}
.time_table thead{
  color: #fff;
  background-color: #68d461;
}
.time_table tbody th{
  text-align: left;
}
/* .colorbt
----------------------- */
.colorbt{
  text-align: center;
  margin-top: 20px;
}
.colorbt a{
  display: inline-block;
  width: 265px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
}
.colorbt a:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.colorbt a span{
  display: inline-block;
  padding-top: 2px;
  line-height: 48px;
  padding-left: 25px;
  background: url(../img/ic_arrow_circle_wh.png) left center no-repeat;
  -moz-background-size: 14px 14px;
  background-size: 14px 14px;
}
.colorbt.colorbt_gr a{
  background-color: #648d48;
}
.colorbt.colorbt_ye a{
  background-color: #f9b117;
}
/* ===============================================
#footer_area
=============================================== */
#footer_area{
  background-color: #408d52;
  color: #fff;
  margin-top: 110px;
}
/* #footer_content
----------------------- */
#footer_content{
  margin: 0 auto;
  padding: 32px 15px 38px;
  font-size: 12px;
  line-height: 18px;
}
#footer_logo{
  font-size:24px;
  line-height: 1em;
}
#footer_railway{
  margin-top: 5px;
}
#footer_content address{
  font-style: normal;
}
#footer_phone{
  font-size: 18px;
  line-height: 1em;
  font-family: Arial, Helvetica, "sans-serif";
  margin-top: 10px;
}
#footer_phone a{
  text-decoration: none;
  color: #fff;
}
/* #footer_time_table
----------------------- */
#footer_time_table{
  border-top:solid 2px #fff;
  border-left:solid 2px #fff;
  max-width: 100%;
  text-align: center;
  line-height: 1em;
  margin: 10px auto 0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#footer_time_table th,
#footer_time_table td{
  border-bottom:solid 2px #fff;
  border-right:solid 2px #fff;
  padding: 10px 8px;
  vertical-align: middle;
}
#footer_time_table tbody th{
  padding: 10px 5px;
}
/* #footer_caption_list
----------------------- */
#footer_caption_list{
  font-size: 10px;
  line-height: 1em;
  margin: 7px auto 0;
  width: 310px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
}
#footer_caption_list li{
  margin-top: 2px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#footer_caption_list li:before{
  content: "※";
  text-indent: 0;
  width: 1.5em;
  display: inline-block;
}
/* #footer_content_link
----------------------- */
#footer_content_link{
  display: none;
}
/* #footer_map
----------------------- */
#footer_map{
  height: 300px;
  background-color: #fff;
  color: #333;
}
#map_maker{
  text-align: left;
  padding-right:1em;
}
/* #footer_copy
----------------------- */
#footer_copy{
  background-color: #fff;
  width: 100%;
  font-size: 10px;
  line-height: 1em;
  padding: 18px 0 118px;
  color: #333333;
}
/* ===============================================
#footer_fixed_list
=============================================== */
#footer_fixed_list{
  background-color: #2e653b;
	display: table;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  font-size: 0;
  line-height: 0;
  z-index: 90;
}
#footer_fixed_list li{
  display:table-cell;
  vertical-align: top;
  height: 100px;
  border-left:solid 1px #1e4327;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#footer_fixed_list li a{
  display: block;
  width: 100%;
  height: 100px;
  border-left:solid 1px #3a7f4b;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#footer_fixed_phone{
  background: url(../img/sp_bt_fixed_phone.png) center center no-repeat;
  -moz-background-size: 100px 80px;
  background-size: 100px 80px;
}
#footer_fixed_web{
  background: url(../img/sp_bt_fixed_web.png) center center no-repeat;
  -moz-background-size: 100px 80px;
  background-size: 100px 80px;
}
#footer_fixed_top{
  background: url(../img/sp_bt_fixed_gotop.png) center center no-repeat;
  -moz-background-size: 100px 80px;
  background-size: 100px 80px;
}
#footer_fixed_contact{
  display: none !important;
}
	
	
	.page_navi{
		font-size: 0;
		text-align: center;
		margin-top: 50px;
	}
	.page_navi > li{
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		font-weight: bold;
		margin: 15px 2.5% 0;
		width: 45%;
	}
	.page_navi > li > a{
		background-color: #6f9c50;
		border-radius: 10px;
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.page_navi > li > a > span{
		background: url(../img/ic_arrow_circle_wh.png) left center no-repeat;
		background-size: 14px auto;
		padding-left: 20px;
	}
}