/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 33%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   display:block;
   width: 100%;
   padding:auto;
}

html {
	font-family: sans-serif;
}

body {
	/* [disabled]background-color: #FF0; */
}
ul{
	list-style:none;
	width: 100%;
}
p{
	font-size:small;
	line-height: 200%;
	color: #666;
	/* [disabled]letter-spacing: 0.1em; */
	}
.linehe{
	line-height: 1.2em;
	/* [disabled]letter-spacing: 0.1em; */
	}
.linehe15{
	line-height: 1.5em;
	/* [disabled]letter-spacing: 0.1em; */
	}				
h2{
	font-size:x-large;
	font-weight: bold;
	color: #333;
}
h3{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	/* [disabled]float: left; */
}

h4{
	padding: 0.8em;
	border: 2px solid #333;
	font-size: 1.143em;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #666;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}


img {
	width: 100%;
	heigh: 100%;
	float:left;
}
.img_width{
	width:100%;
	height:100%;
}
.m_b20{
	margin-top:5%;
	margin-bottom:10px;
	float:left;
	}	
	
	
	
#sb-site, .sb-site-container {
	padding: 14px;
}

.sb-slidebar {
	padding: 14px;
	color: #fff;
}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

/* Fixed position examples */
#sb-site.top-padding {
	padding-top: 100px;
}

#fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #0000FF;
	z-index: 4;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	/* [disabled]padding-bottom: 20px; */
}
.sb-slide{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

#fixed-top .sb-toggle-left {
	float: left;
	color: white;
	width: 25%;
	padding-top: 10px;
	margin-left: 5%;
	height: auto;
}
#fixed-top .sb-toggle-middle {
	float: left;
	color: white;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
#fixed-top .sb-toggle-right {
	float: right;
	color: white;
	width: 15%;
	padding-top: 10px;
	/* [disabled]padding-right: 5%; */
	padding-bottom: 10px;
	height: auto;
}

#fixed-top .toggle-right {
	float: right;
	color: white;
	width: 15%;
	padding-top: 10px;
	/* [disabled]padding-right: 5%; */
	padding-bottom: 10px;
	height: auto;
}
.conte {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5%;    
}
.conte_map {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	clear: both;
}
.conte_arrive {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 10%;
}

.contact_blk
 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #0000FF;
	float: left;
	margin-bottom: 20px;
}
.footer_blk
 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFC;
	float: left;
	animation: bgAnime 20s infinite linear;
	padding: 0px;
	margin-top: 0px;
}
@keyframes bgAnime {
  0% {
    background-color: #00b3ca;
  }
  25% {
    background-color: #7dd0b6;
  }
  50% {
    background-color: #f69256;
  }
  75% {
    background-color: #ead98b;
  }
  100% {
    background-color: #00b3ca;
  }
}

.conte2 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	float:left;
}
.conte_top {
	float: left;
	width: 17%;
	padding-left: 3%;
}
.conte_right {
	float: right;
	width: 77%;
	padding-right: 3px;
}

	
.freetel {
	float: left;
	/* [disabled]height: 50px; */
	width: 100%;
	margin-top: 0px;
	margin-left: 5%;
}
.shigai_tel {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
}
.90dotte{
	width:90%;}
/*------------------------------------------------------------
2、文字の色
-------------------------------------------------------------*/
.color_red{ color: #ff0000!important; }/*赤*/
.color_blue{ color: #336397!important; }/*青*/
.color_green{ color: #008000!important; }/*緑*/
.color_yellow{ color: #ffff00!important; }/*黄*/
.color_navy{ color: #1F26A9!important; }/*紺*/
.color_orange{ color: #ff6600!important; }/*橙*/
.color_orange_b{ color: #ff6600!important;
						font-weight:bold; }/*橙*/

.color_pink{ color: #cc6699!important; }/*ピンク*/
.color_purple{ color: #660099!important; }/*紫*/
.color_olive{ color: #808000!important; }/*黄土色*/
.color_lime{ color: #00ff00!important; }/*黄緑*/
.color_aqua{ color: #167FA6!important; }/*水色*/
.color_black{ color: #000!important; }/*黒*/
.color_gray{ color: #ccc!important; }/*灰*/
.color_white{ color: #fff!important; }/*白*/
.t_bold{font-weight:bold;}

.color_olive_waku{
	color: #808000!important;
	background-color: #FFDD3F;
	padding: 5px;
	margin-bottom: 20px;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
	width: 90%;
}
.font_xx{
	font-size: x-large;
}

/**********************************************
スライド
************************************************/

#mainimg {
	clear: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 5%;
	margin-top: 0px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}




.slidebar_padding ul li a {
	line-height: 150%;
	color: #666;
	font-size: 100%;
	text-decoration: none;
}
.slide_link li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}
.slide_h2{
	margin-top:60px;}	
.mgb3{
    margin-bottom: 3%;
}

/**********************************************
2カラム　45　5　50
************************************************/
.con_blk{
	margin-bottom:20px;
	float:left;
	width:100%;
	}
.colum2_lm
{
	width:45%;
	float:left;
	margin-right:5%;}

.colum2_r{
	width:50%;
	float:left;
}


.colum_up,
.colum_down
{
	width:90%;
	float:left;
	margin-right:5%;
	margin-left:5%;}

.colum2_r{
	width:50%;
	float:left;
}
/**********************************************
2カラム　5　40　10　40　5
************************************************/

.colum21_lm
{
	margin-left:5%;
	width:40%;
	float:left;
	margin-right:10%;
	padding: 0px;
}

.colum21_r{
	width:40%;
	float:left;
}


/**********************************************
3カラム
************************************************/

.colum3_lm a
{
	width:30%;
	float:left;
	margin-right:5%;}

.colum3_r a{
	width:30%;
	float:left;
}
/**********************************************
4カラム
************************************************/
.item3_lm
{
	width:28%;
	float:left;
	margin-right:5%;
	height: auto;
}

.item3_rm{
	width:30%;
	float:rightt;
	height: auto;
}

.w21{
	width:100%;
	float:left;
	margin-right:0%;
	margin-top: 0px;
	height: auto;
}
.w50{
	width:50%;
	float:left;
	margin-right:0%;
	margin-top: 0px;
	height: auto;
}
.w21r0{
	width:21%;
	float:left;
}
.m0p0{
	margin:0;
	padding:0;
	float: left;
	width: 100%;
	font-size: xx-small;
	line-height: 1.2em;
}

	

.colum4_lm a
{
	width:21%;
	float:left;
	margin-right:5%;}
.colum4_lm2
{
	width:47%;
	float:right;}
.colum4_lm2l
{
	width:47%;
	float:left;}


.colum4_r a{
	width:21%;
	float:left;
}

/**********************************************
マップ
************************************************/

#map_canvas {
	width: 90%;
	height: 80%;
	float: left;
	/* [disabled]margin-top: 5%; */
	/* [disabled]margin-right: 5%; */
	/* [disabled]margin-left: 5%; */
	margin-bottom: 30px;
}

.colum2_lm p {
	font-size: 100%;
	line-height: 200%;
	margin-top: 20px;
	float: left;
	padding-top: 20px;
} 
.l_text
{
	font-size: 90%;
	line-height: 180%;
	margin-top: 5%;
	float: left;
}
.l_adress
{
	font-size: medium;
	line-height: 180%;
	margin-top: 5%;
	float: left;
}
/**********************************************
新着情報
************************************************/

/* --- 新着情報エリア --- */
div.update {
	/* [disabled]margin-left:10%; */
	/* [disabled]margin-right:10%; */
	width: 80%; /* 新着情報エリアの幅 */
	font-size:120%;
	float: left;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
div.update dt {
	width: 20%; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
	margin: 0; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
	width: 80%;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 6.6em;
	/* [disabled]font-size: medium; */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}.clearFix dd img {
	height: auto;
	width: auto;
	float: left;
	margin-top: 0.25em;
	margin-right: 0.5em;
}


/**********************************************
フッター
************************************************/
.footer_blk ul {
	float: left;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	list-style-type: none;
	font-size: 100%;
}
.footer_blk ul li a {
	font-style: normal;
	text-align: center;
	font-size: 100%;
	line-height: 170%;
	text-decoration: none;
}
.h3bace {
	padding: 0.8em;
	border-top: 3px double #B92A2C;
	border-bottom: 3px double #B92A2C;
	font-size: 1.143em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
}
.text6_img3 {
	float: left;
	width: 95%;
	margin-top: 20px;
	margin-right: 5%;
}
.textarea90 {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.textarea60 {
	float: left;
	width: 65%;
	margin-right: 5%;
	margin-top: 10px;
}
.imgarea30 {
	float: left;
	width: 30%;
	margin-top: 10px;
}
.imgarea30_img {
	width: 100%;
	height:auto;
}


/**********************************************
テーブル
************************************************/
table.table01 {
	width:100%;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}

/**********************************************
フッター固定
************************************************/

.cta {
    float: left;    
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(26, 70, 121, 0.8);
  z-index: 2;
}

.cta_area
{
    
float: left;
}

.cta_box {
  display: flex;
  justify-content: center;
}

.ft33
{
width: 33%;
    float: left;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


