hi,h2,h3,h4,h5,h6 {
	color:#272727;
	line-height:1.1em;
}

p {
	color:#000;
	font-size:14px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#272727;
}
a:hover {
	text-decoration: none;
	color:#aaa;	
	}

	
/*===========================
  Menu and Navigation
============================ */

.menu {
	font-size:14px;
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
}
.navbar-collapse.in {
  overflow-y: auto;
}

.menu ul.nav-tabs li {
	color:#000;	
}

.nav-tabs {
	border-bottom: 0;
	
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs > li > a {	
	border-radius:0;
	color:#000;
	padding-right: 30px;
  padding-left: 30px;
}

.nav-tabs > li > a:hover {
	color:#2778be;
	background:#f7f7f7;	
} 

.nav-tabs > li a.active {
	color:#2778be;
	cursor: default;
	background-color: #f7f7f7;
}

.navbar-default {
	background-color: #FFF;
	border-color: #000;
}

.form-inline {
	margin-top:50px;	
}

/*===========================
  about
============================ */

.about {
	padding:40px 0 40px 0;
	background-image:url(../img/about_back.jpg);
	background-size:cover;
}

.about .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
}

.about .text-center p {
	font-size:18px;
	line-height:2;
	margin-top:20px;
	margin-bottom:20px;
	color:#000;
} 

.btn-gamp a {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #272727;
  border: 2px solid #272727;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 56px;
}

.btn-gamp a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.center span {
	color:#E8CE0E;
}

ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}

.action {
	width:950px;
	overflow: visible;
	background: #e3eff5;
	line-height: 1.5;
	color: #3259a7;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	padding-top:10px;
	padding-bottom:10px;
}

.action .left-text h4 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  color:#3158a7;
}
.action .left-text p {
  padding-top: 10px;
  color:#3158a7;
}
.action .left-text em {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-style: normal;
}

.left-text p {
  padding-top: 10px;
  margin-left:30px;
  margin-right:30px;
  color:#000;
}


.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media only screen and (min-width: 480px) {
.googlecal { padding-bottom: 75%; }
}

.gc_wrapper {
  max-width: 800px; 
  min-width: 300px; 
  margin: 2.0833% auto;
}
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
@media (max-width: 600px) {
    .big-container {
        display: none;
    }
    .small-container {
       padding-bottom: 150%;   /* 高さ */
    }
}
@media (min-width: 600px) {
    .small-container {
        display: none;
    }
	.big-container {
        padding-bottom: 100%;   /* 高さ */
    }
}