/*
theme name: inoue
default
theme uri: http://320press.com/wpbs
description: a simple responsive theme based on the bootstrap framework. includes multiple page templates, two different sidebars and a theme options panel.
version: 3.2
author: chris barnes
author uri: http://cbarn.es
tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
license: gnu general public license v2.0 & apache license 2.0
license uri: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/license-2.0
*/

/* heads up: everything that you will normally find here can be found in the library/less/wp.less */

@charset "utf-8";



/* body */

body {
padding-top: 0;
font-family: 游ゴシック体, 'yu gothic', yugothic, 'ヒラギノ角ゴシック pro', 'hiragino kaku gothic pro', メイリオ, meiryo, osaka, 'ms pゴシック', 'ms pgothic', sans-serif;
background-color: #fff;
text-align:justify;
/* font-family:'hannari', serif; */
padding-right: -15px;
color: #878787;
/* font-size: 1.3em; */
}



/* 
	 下部の隙間 */
#main article{
	margin-bottom: 0px;
	padding-bottom: 0px;
}



/* リンク */
a:link {
	color: #878787;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #878787;
	text-decoration: none;
	outline: none; 
}
a:hover {
	color: #4c69b4;
	text-decoration: underline;
	outline: none; 
}
a:active {
	color: #878787;
	text-decoration: none;
	outline: none; 
}

a:focus { outline:none;}


header{
background-color: #ffffff;
background-repeat: repeat-x;


}


/*　ーーーー	表示の切り替え　ーーーーーーーーーーーーーーーーー　*/

/* desktop */

/* イメージ用*/

.view_pc{
	display: block;
}

.view_tb{
	display: none;
}

.view_sp{
	display: none;
}



/* tablet　device */
@media (max-width: 1024px) {


.view_pc{
	display: block;
}

.view_tb{
	display: block;
}

.view_sp{
	display: none;
}

	
}


/* mobile　device */
@media (max-width: 580px) {
	
.view_pc{
	display: none;
}

.view_tb{
	display: none;
}

.view_sp{
	display: block;
}


}


/* gmの背景 リンク　設定　*/
.navbar-default {
margin-top: 3px;
margin-bottom: 1.5em;
background-color: #ffffff;
/* border-top: solid 1px #999;
border-bottom: solid 1px #999; */
color: #1a902b;
  border-top: 2px solid #567bd2;
  border-bottom: 2px solid #567bd2;
}



@media (max-width: 580px) {
	
.navbar-default {
margin-top: 3px;
background-color: #ffffff;
border-top: solid 0px #ffffff;
border-bottom: solid 0px #ffffff;
padding-top: 8px;
color: #1a902b;
font-weight: 500;

}

	
	}
	
	
/* mobile　link color*/
.navbar-default a:link {
	color: #666;
	text-decoration: none;
	outline: none;
}


.navbar-default a:visited {
	color: #666;
	text-decoration: none;
	outline: none; 
}


.navbar-default a:hover {
	color: #5d6e93;
	text-decoration: none;
	/* outline: none; 
	 text-shadow: 1px 1px 2px #666; */
}




.navbar {
  min-height: 30px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  background-color: #ffffff;
  text-align: center;

}


.tel-no-img {
  float: right;
}


.navbar-toggle{
	background-color: #fff;
}



/*　ーーーー	フッター　ーーーーーーーーーーーーーーーーー　*/

footer {
 background-color: #eaeaea;
 margin-top: 3em;
 padding-top: 3em;
 padding-bottom: 3em;
font-size: 0.9em;
}


/*　▼メニューの高さ　*/
.col_f1{
	border-left: #999 solid 1px;
	padding-left: 3em;
	padding-right: 3em;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*　▲メニューの高さ　*/


.logo_f{
	max-width: 148px;
	margin-bottom: 1.5em;
}


.shop_f{
	font-size: 1.2em;
	border-bottom:  #999 solid 1px;
	padding-bottom: 0.2em;
}

.sns{
	max-width: 28px;
	margin-top: 1.5em;
	margin-right: 1.5em;
}


@media (max-width: 580px) {
footer {
 background-color: #eaeaea;
 margin-top: 0px;
 padding-top: 8px;
 margin-top: 5em;
  
}
	}

/*  上に戻るボタン  */
#page-top {
	
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 77%;
	width: 60px;
	height: 60px;
}
#page-top a {
	
	text-decoration: none;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity: 0.3;
	width: 60px;
	height: 60px;
	background-image: url(img/p_top.png);
	background-repeat: no-repeat;
}
#page-top a:hover {
	text-decoration: none;
	
	
	background-image: url(img/p_top.png);
	background-repeat: no-repeat;
}

@media (max-width: 580px) {
	#page-top {
	
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 77%;
	width: 60px;
	height: 60px;
}
	}
	
	
	
	
.navbar-default .navbar-nav>li>a.active {
	color: #000;
}



.navbar-static-top{
	padding-top: 12px;
}

.slide-container {display: none;}
section .post_content {display: none;}






/*****************************************************************************************************************************
header　globalnavigation
*****************************************************************************************************************************/

.gnavi {
display:table; /* テーブル要素として表示 */
table-layout:fixed; /* 横幅を固定 */
width:100%/* 任意の横幅 */;
font-family: "sawarabi gothic"; 
font-size: 1.1em;
margin-top: 1em;
font-weight: 100;
margin-left: -2.5em;
}


@media (max-width: 980px) {
.gnavi {
display:table; /* テーブル要素として表示 */
table-layout:fixed; /* 横幅を固定 */
width:100%/* 任意の横幅 */;
font-family: "sawarabi gothic"; 
font-size: 0.7em;
margin-top: 2em;
font-weight: 100;
margin-left: -3.5em;
}


}



/*　スマホの時の嫌な線分の非表示　　*/
.navbar-collapse{
	
	border-top: solid 0px #000;
}

.gnavi li a:link {
	color: #0c3abb;
	font-weight: normal;
	text-decoration: none;
	outline: none; 
	padding: 0.5em;
}


.gnavi li a:hover {
	color: #0c3abb;
	text-decoration: none;
	outline: none; 
	/* text-shadow: 2px 4px 3px rgba(0,0,0,0.2); */
	padding: 0.5em;
	background-color: #eff5fb;
}



.gnavi li {
			text-align: center;
			display: table-cell;
			border-left: 1px solid #999;
			border-right: 1px solid #999;
			font-size: 1em;
		}
 
.gnavi li + li {
			border-left: none;
		}
		





.menu_g li{ 
display: inline; 
padding-bottom: 3px;
margin: 0; 
float: left;
width: 40%;
border-bottom: dotted 1px #333;
margin-bottom: 4px;
margin-left: 5%;
margin-right: 5%;
text-align: center;
}

		


/*   header　sp  menu　　*/

@media (max-width: 580px) {
 


 

.table{
	border-bottom: solid 1px #000;
	/* font-size: 0.8em; */
}

#gnavi .navbar-collapse collapse in{
	padding-bottom: 48px;
	padding-left: 0px;
	margin-left: 0px;
}

.menu_g{
	margin-left: 0px;
	padding-left: 0px;
}

.menu_g li{ 
display: inline; 
padding-bottom: 6px;
margin: 0; 
float: left;
width: 40%;
border-bottom: dotted 1px #666;
margin-bottom: 8px;
margin-left: 5%;
margin-right: 5%;
text-align: center;
}


.top{
	margin-top: 2px;
}


/*   hamburger　button　　*/

.navbar-default .navbar-toggle {
	border-color: #666;
}

.navbar-default .navbar-toggle  .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:visited{
	background-color: #fff;
}

.navbar-toggle:hover .navbar-default .navbar-toggle:focus {
	background-color: #666;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #666;
}


}





/*****************************************************************************************************************************
footer　globalnavigation
*****************************************************************************************************************************/

.menu_f1 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-left: 2px;
	padding-left: 0px;
	color: #1a902b;
	
}


.menu_f ul{
	font-size: 0;
}


.menu_f1 li{ 
list-style: none;
font-size: 0.9em;; 
display:inline-block;
 float: left; 
margin-left: 2%;
margin-rigth: 2%;
margin-bottom: 8px;
width: 45%;
border-bottom: dotted 1px #666;
text-align: center;
/* background-color: #e1e1e1;*/
padding-top: 3px;
padding-bottom: 3px;
}










.tit_li{
	display: none;
}

.copyright{
	color: #333;
	font-size: 0.9em;
	text-align: center;
	margin-top: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	}

.banner_fm{
	margin-top: 2em;
	margin-bottom: 5em;
}

img.logo_h {
    max-width: 148px;
    float: left;
    margin-bottom: 1em;
  }
  
@media (max-width: 580px) {

img.logo_h {
    width: 30%;
    float: left;
  }

 .tel-no-img {
float: right;
width: 40%;
  } 
  

#menu_f1 li{  
font-size: 0.9em
padding: 0; 
margin: 0; 
float: left;
margin-right: 10px;
vertical-align:middle;
margin-bottom: 24px;
}



.tit_li{
	display: block;
}

  
}



@media (max-width: 767px) {
	
header{
background-image: none;

}



	#sidebar1 {
		display: none;
	}
	#text-3 {
		display: block;
	}  
  

  
}


@media (max-width: 580px) {
	
 
  img.head-info {
    width: 50%;
    float: left;
  }
 /*  .tel-no-img {
    float: right;
    width: 40%;
  } */
  
  
.tel-no-img {
    display: none;
  } 
  
  
/* 画像とテキストの表示切り替え */
  .img-txt img {
    display: none;
　}
  .img-txt span {
    display: block;
  }
/* 画像とテキストの表示切り替え 終わり*/


.navbar-toggle{
	margin-top: -40px;
}


/* フッターのメニュー 
---------------------------------------------------------------*/

.menu_f {
	margin-left: 180px;
	margin-right: auto;
	
	}






.copyright{
	color: #999999;
	font-size: 0.6em;
	margin-top: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}


}


/*　ーーーー	画像の外枠　ーーーーーーーーーーーーーーーーー　*/

.img_b1{
	border:  1px solid #eee;
}


/*****************************************************************************************************************************
フォント設定
*****************************************************************************************************************************/



h2 {
width: 100%;
margin-bottom: 24px;
font-size: 2em;


}

h3 {
margin: 0px 0px 6px 0px;

padding: 0;
width: 100%;
font-size: 1.2em;


}


.font_s1{
	font-size: 0.8em;
}

.font_s2{
	font-size: 0.7em;
}


.font_l1{
	font-size: 1.2em;
}


.font_l2{
	font-size: 1.5em;
}



/*　ーーーー　本店の既定色　ーーーーーーーーーーーーーーーーー　*/

.font_b{
	color: #4c69b4;
}

.font_b_k1{
	color: #4c69b4;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 0.5em;
}


.font_b_k2{
	color: #4c69b4;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}



.font_b_rest {
	color: #4c69b4;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	height: 2.5em;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	padding-bottom: 0.5em;
}

.font_b_rest:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}






/*　ーーーー　赤色の文字　ーーーーーーーーーーーーーーーーー　*/

.font_r{
	color: #cf7272;
}



/*　ーーーー　headline　ーーーーーーーーーーーーーーーーー　*/

.font_hl1{
	color: #4c69b4;
	font-family: 'raleway', sans-serif;
	font-size: 1.5em;
	text-indent: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #4c69b4;
	margin-bottom: 0.5em;
}



.font_hl2{
	color: #4c69b4;
	font-size: 1.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #4c69b4;
	margin-bottom: 0.5em;
	text-indent: -2em;
	padding-left: 2em;

}




/*　ーーーー　注意書きのテキスト　ーーーーーーーーーーーーーーーーー　*/
.att1{
	text-indent: -2em;
	padding-left: 2em;
}

.att2{
	text-indent: -2em;
	padding-left: 2em;
	font-size: 0.9em;
}

.att2{
	text-indent: -2em;
	padding-left: 2em;
	font-size: 0.8em;
}


/*　ーーーー　中央揃えのテキスト　ーーーーーーーーーーーーーーーーー　*/

.ce1{
	font-family: "sawarabi mincho";
	text-align: center;
	border-top: #999 solid 1px;
	border-bottom:  #999 solid 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


/* .ce2{
	
	font-size: 3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #567bd2;
	
} 

.ce2{
	
	font-size: 3em;
	font-weight: normal;
	color: #567bd2;
	text-align: center;
	margin: 20px 0px 20px 0px;
    background: #fcfcfc;
    padding-top: 0.5em;
	padding-bottom: 0.5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    border: 1px solid #eee;
    border-bottom: 3px solid #cfcfcf;
   } 
    
.ce2{
	
	font-size: 3em;
	font-weight: normal;
	color: #567bd2;
	text-align: center;
	margin: 20px 0px 20px 0px;
    background: #fcfeff;
    padding-top: 0.5em;
	padding-bottom: 0.5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    border: 1px solid #c1d0f3;
    border-bottom: 3px solid #567bd2;
   } */


.ce2{
	/* font-family: "sawarabi mincho"; */
	font-size: 2.5em;
	font-weight: normal;
	color: #567bd2;
	text-align: center;
	margin: 20px 0px 20px 0px;
    background: #fcfeff;
    padding-top: 0.5em;
	padding-bottom: 0.5em;
    text-align: center;
    border-top: 3px solid #9CB8F8;
    border-bottom: 1px solid #c1d0f3;
    background: linear-gradient(#fff, #f9f9f9);
   }
   
   
/*フロアガイドなど*/
.ce2f{
	/* font-family: "sawarabi mincho"; */
	font-size: 2.5em;
	font-weight: normal;
	color: #3bb1a3;
	text-align: center;
	margin: 20px 0px 20px 0px;
    background: #fcfeff;
    padding-top: 0.5em;
	padding-bottom: 0.5em;
    text-align: center;
    border-top: 3px solid #3bb1a3;
    border-bottom: 1px solid #3bb1a3;
    background: linear-gradient(#fff, #f9f9f9);
   }




.ce2-1{
	
	font-size: 2.5em;
	font-weight: normal;
	color: #567bd2;
	text-align: center;
	

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}


.ce3{  /* フロアガイド専用　*/
	font-family: "sawarabi mincho";
	font-size: 3em;
	font-weight: normal;
	color: #3bb1a3;
	text-align: center;
	/* border-top: #999 solid 1px;
	border-bottom:  #999 solid 1px;  */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}


/*.ce3{
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
    text-align: center;
    border-bottom: 1px solid #999;
} 

 .ce8{
	font-weight: normal;
	color: #999;
	text-align: center;
	margin: 20px 0px 20px 0px;
    background: #fcfeff;
    padding-top: 0.5em;
	padding-bottom: 0.5em;
    text-align: center;
    border-top: 3px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: linear-gradient(#fff, #f9f9f9);
} */


/* 駐車場*/
.ce6{
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #567bd2;

}

.ce6:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.ce7:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #3bb1a3;
bottom: -3px;
width: 20%;
}



.ce8 {
	color: #4c69b4;
	border-bottom: solid 3px #cce4ff;
	position: relative;
	padding-bottom: 0.5em;
}

.ce8:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}



.ce9 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #f5f8ff;/*背景色*/
border-left: solid 5px #cce4ff;/*左線（実線 太さ 色）*/
}



/*　ーーーー	mobile向け　見出しとテキストの表示　ーーーーーーーーーーーーーーーーー　*/

@media (max-width: 880px) {
	


}



@media (max-width: 580px) {
	



.ce2{
	font-size: 2em;
	font-weight: normal;
	color: #567bd2;
	text-align: center;
	/* border-top: #999 solid 1px;
	border-bottom:  #999 solid 1px;  */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.ce2-1{
	
	font-size: 1.8em;
	font-weight: normal;
	color: #567bd2;
	text-align: center;
	

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}



}




/*****************************************************************************************************************************
レイアウト設定
*****************************************************************************************************************************/



.hm1{
	margin-top: 102px;
	
}


.hm2{
	margin-top: 48px;
	
}



.hc1{
	min-height: 600px;
	
}




@media (max-width:580px) {




}



@media (max-width:1080px) {

	
}





.hm_p1{
	margin-bottom: 2em;
}



/* 電話発信 */
.tel-link {
    color: #06f;
    font-size: 16px;
    font-weight: bold;
}





/* 　テーブルの設定*/

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top: 0px solid #fff;
  vertical-align: top;
} 

.table-bordered td {
  border:dotted 1px #999;
  margin: 6px;
}


#inner-footer {
	background-color: #fff;
}

/* .haj{display:inline-block:} */



.text-f p {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	line-height: 1.5;
}









/*****************************************************************************************************************************
ボタン
*****************************************************************************************************************************/


.btn1{
	background-image: url(img/bg_link.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #999;
	color: #000;
	font-size: 1em;
	font-weight: 200;
	padding: 8px 36px 8px 24px;
	float: left;

	margin-top: 1.5em;
	margin-right: 5px;
	-moz-border-radius: 5px;    /* 古いfirefox */
	-webkit-border-radius: 5px; /* 古いsafari,chrome */
	border-radius: 5px;         /* css3 */
	cursor: pointer;

}






@media (max-width: 580px) {



.btn1{
	background-image: url(img/bg_link.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #999;
	color: #000;
	font-size: 1em;
	font-weight: 200;
	padding: 8px 36px 8px 24px;
	float: right;
	margin-top: 1.5em;
	margin-bottom: 5em;
	margin-right: 5px;
	-moz-border-radius: 5px;    /* 古いfirefox */
	-webkit-border-radius: 5px; /* 古いsafari,chrome */
	border-radius: 5px;         /* css3 */
	cursor: pointer;

}

}




/*****************************************************************************************************************************
テーブル
*****************************************************************************************************************************/


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top: 1px solid #ddd;
}
.table-bordered td {
 border:dotted 1px #ddd;
    margin: 6px;
    border-left: none;
	border-right: none;
	
}



.table{
	border-bottom: solid 1px #ddd;
	color: #333;
	/* font-size: 0.9em; */
}


.table_dot{
	border-bottom: dotted 1px #ddd;
	width: 100%;
}


.table_dot td{
	border-bottom: dotted 1px #ddd;
	padding-bottom: 8px;
	
}



.table-bordered1 td {
 border-top:solid 1px #ddd;
 border-bottom:solid 1px #ddd;
    margin: 6px;
    border-left: none;
	border-right: none;

	
}

.table-bordered1 th {
 border-top:solid 1px #ddd;
 border-bottom:solid 1px #ddd;
    margin: 6px;
    border-left: none;
	border-right: none;
	text-indent: 2em;
	font-weight: 100;
}


.table-bordered2 td {
	font-size: 0.8em;
 border-top:solid 1px #ddd;
 border-bottom:solid 1px #ddd;
    margin: 6px;
    border-left: none;
	border-right: none;

	
}




@media (max-width: 580px) {
.table-bordered1 th {
 border-top:solid 1px #ddd;
 border-bottom:solid 1px #ddd;
    margin: 6px;
    border-left: none;
	border-right: none;
	text-indent: 0em;
	font-weight: 300;
	font-size: 0.9em;
}


}







/*　ーーーー	印刷時の設定　ーーーーーーーーーーーーーーーーー　*/

/*url　print　*/

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}


/*print　layout　*/
@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}





.c1{
	background-color: #e7ebd8;
	border: 1px solid #9aa989;
	-webkit-box-shadow: 0 0 18px 0 #b2c1a1; /* safari, chrome用 */
	-moz-box-shadow: 0 0 18px 0 #b2c1a1; /* firefox用 */
	box-shadow: 0 0 18px 0 #b2c1a1; /* css3 */
	}
	
		
@media (max-width: 580px) {
.c1{
	margin-left: 2px;
	font-size: 0.8em	}
	
	}


#m1{
	

	padding-bottom: 1em;
	overflow:hidden;
}




 
/*  img  fullwide*/
p.resizeimage img { width: 100vw; }





.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}




.btn_floor{
	margin-bottom: 2em;
}


/* よくいただくご質問*/

.q{
	color: #4c69b4;
	font-size: 1.3em;
	margin-bottom: 1.5em;
	border-bottom: #cad8fc solid 1px;
	 padding-bottom: 0.3em;
	 text-indent: -2em;
	 padding-left: 2em;
	 }



.a{
	
	margin-bottom: 1.5em;
	padding-left: 3em;
	
	margin-bottom: 5em;
}




.bf{
	margin-bottom: 1.5em;
}




/* フロアガイド*/

.font_fgg{
	color: #3bb1a3;
	margin-left: 10em;
	
	 
	 }

@media (max-width: 980px) {
	
	
	.font_fgg{
	color: #3bb1a3;
		margin-left: 7em;	
	 
	 }
	 
	
	}
	

@media (max-width: 580px) {
	
	
	.font_fgg{
	color: #3bb1a3;
		margin-left:4em;
	
	 
	 }
	 
	
	}


/*  お問い合わせ電話　*/

.contact{
	background-color: #f9f9f9;
	color: #666;
	padding: 2em;
	border: 1px solid #dfdfdf;
}


.con_text1{
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

.con_text2{
	text-indent: 2em;
}

.con_text3{
	font-size: 0.7em;
	text-indent: 3em;
}



/*  カレンダーの不要なツールバーの非表示　*/

.ai1ec-calendar-toolbar {
	display: none;
}

/*  イベントカレンダーのフッターの非表示　*/
.ai1ec-event-footer{
	display: none;
}
/*  前月　翌月　の非表示　*/
.ai1ec-title-buttons {
	display: none;
}

.ai1ec-pagination{
	display: none;
}

.ai1ec-btn-group{
	display: none;
}




.pattern2 {
  width: 500px;
  height: 500px;
  position: relative;
}
 
.pattern2 img {
  position: absolute;
  display: block;
  width: 400px;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}



.bn_img{
	margin-top: 1em;
	margin-bottom: 2em;
}

/*calendarの月日*/

.fc-toolbar .fc-left h2{
	font-size: 1.8em;
}





 /*IEテーブル対策*/
 
.fl1 { width: 100%; }

.fl1 table{
table-layout: fixed;
 }
  