@charset "UTF-8";

/* 		変数 
======================================*/
/* font-size */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.imgCenter {
  display: block;
  margin: 0 auto;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}


.mTop10 {
  margin-top: 10px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop40 {
  margin-top: 40px !important;
}

.mTop50 {
  margin-top: 50px !important;
}

.mBtm10 {
  margin-bottom: 10px !important;
}

.mBtm15 {
  margin-bottom: 15px !important;
}

.mBtm20 {
  margin-bottom: 20px !important;
}

.mBtm30 {
  margin-bottom: 30px !important;
}

.mBtm40 {
  margin-bottom: 40px !important;
}

.mBtm50 {
  margin-bottom: 50px !important;
}

.pad10 {
  padding: 10px !important;
}

.pad15 {
  padding: 15px !important;
}

.pad20 {
  padding: 20px !important;
}

.pad25 {
  padding: 25px !important;
}

.pad30 {
  padding: 30px !important;
}

.pad40 {
  padding: 40px !important;
}

.pad50 {
  padding: 70px !important;
}

.displayTable {
  display: table;
  width: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.noWrap {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.red {
  color: #ff1f1e;
}

.green {
  color: #34800d;
}

.darkturquoise {
	color: #00ced1;
}

.orange {
  color: #cc6600;
}

.gray {
  color: #999;
}

.black {
  color: #000000;
}

.blue {
  color: #0000FF;
}

.white {
  color: #fff;
}

.font10 {
  font-size: 10px;
  font-size: 1.0rem;
}

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.font20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.font26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.font30 {
  font-size: 30px;
  font-size: 3.0rem;
}

.font32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝","MS PMincho", serif;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-stroke-width: 0.1px;
}

.serif {

.sans {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}
  font-family: "Times New Roman", Garamond, Century, serif;
}

.bgWhite {
  background: #fff;
}

.bgBlack {
  background: #000;
}

.bgGray01 {
  background: #e0e0e0;
}

.bgGray02 {
  background: #ccc;
}

.bgDarkturquoise {
	background: #00ced1;
}

.showMark {
  padding-left: 1em;
  margin-left: .5em;
}
.showMark li {
  list-style: decimal;
}

.hideMark {
  padding-left: 0;
}
.hideMark li {
  list-style: none;
}

/************************ 共通 ***************************/
html{
	height:100%;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;
	height:100%;
	min-height:100%;
	position:relative;
}


#wrapper{
	padding-bottom:80px;
	min-height:900px;
	/*
	height:100%;
	min-height:100%;
	*/
}

#header h1{
	font-size:12px;
	text-align:right;
	color:#808080;

}

h2.contentTitle {
	font-size:24px;
	color:gray;
	background:darkturquoise;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-top:0;
	padding:5px 10px;
}

h3.itemTitle {
	font-size:20px;
	color:darkturquoise;
	border-bottom: 1px solid; 
	padding:0px 0px 0px 20px;
}


#footer{
	background-color: darkturquoise;
	padding:10px;
	color:#FFFFFF;
	font-size:12px;
	width:100%;
	clear:both;
}

.footAdd {
    line-height: 180%;
    float: left;
}

.copyright {
	text-align:right;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
    display: block;
}

.kuwabara-nav{
	background: none;
  	border: none;
  	position: relative;
  	z-index: 20;
}

.kuwabara-nav .glyphicon {
  	margin-right: .5em;
  	color: darkturquoise;
}
  
  
.kuwabara-nav ul {
  	float: right;
}

.kuwabara-nav a {
  	color: glay!important;
}

.kuwabara-nav a:hover {
  	color: darkturquoise!important;
	background: none!important;
}

.glyphicon {
	margin-right:0.5em;
}
/************************ Home ***************************/


/************************ Service **********************/
.service .list-group-item.active{
	background-color:#00ced1!important;
	border-color:#00ced1!important;
	color:#fff!important;
}

.service .list-group-item > .glyphicon{
	margin-right:5px;
}

.service .sekoutable {
  	max-width: 95%;
  	margin: 10px 0px 0px 20px;
  	border: none;
	font-size:16px;
}
.service td {
	width:500px;
}

/************************ About Us **********************/
/*
.aboutus .table {
 	float: left;
  	max-width: 100%;
  	margin: 10px 0px 0px 20px;
  	border: none;
	font-size:16px;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
	.aboutus .table {
		max-width: 95%;
		margin: 10px 50px 0px 20px;
		font-size:12px;
	}
}


.aboutus .table2 {
 	float: left;
  	max-width: 80%;
  	margin: 10px 0px 0px 20px;
  	border: none;
	font-size:16px;
	frame:void!important;
}


.aboutus th {
  white-space: nowrap;
}
*/



.aisatsu {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝","MS PMincho", serif;
	line-height: 170%;
  	padding: 40px !important;
  	font-size: 22px;
  	font-size: 2.2rem;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
.aisatsu {
  	padding: 10px !important;
	line-height: 150%!important;
  	font-size: 16px!important;
  	font-size: 1.6rem!important;
}
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
.aisatsu {
  	padding: 10px !important;
	line-height: 140%!important;
  	font-size: 14px!important;
  	font-size: 1.4rem!important;
}
}


.mapWrap {
 	float: right;
	margin: 10px 20px 0px 0px;
  	max-width: 800px;
}

.mapWrap iframe {
  width: 100%;
}

.h3 {
	float:none;
}



/************************ Contact **********************/
.contact dl {
	padding-top: 15px;
	margin: 0 40px;
}

.contact dt {
    font-size: 16px;
	font-weight:normal;
    margin-bottom: 1em;
}

.contact dd {
    height: 100px;
    margin-bottom: 30px;
	padding-top: 20px;
    padding-left: 30px;
    background: #00ced1 30px center no-repeat;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	display:block;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
.contact dd {
    height: 70px;
	padding-top:5px;
    padding-left: 5px;
    background: #00ced1 30px center no-repeat;
    font-weight: bold;
}
}


.contactTel{
    font-size: 56px;
	margin: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.contactTel{
	font-size: 46px;
	margin: 0px;

}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.contactTel{
	font-size: 40px;
	margin: 0px;
}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
.contactTel{
	font-size: 28px;
	margin: 0px;
}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
.contactTel{
	font-size: 20px;
	margin: 0px;
}
}

.contactMail{
    font-size: 32px;
	margin: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.contactMail{
	font-size: 24px;
	margin: 0px;
}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
.contactMail{
	font-size: 18px;
	margin: 0px;
}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
.contactMail{
	font-size: 14px;
	margin: 0px;
}
}






















