body {
    font-family:'Myriad Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    letter-spacing: 0.1em;
    color: #111;
    /*background: url(images/bg_content.png) center 400px no-repeat;*/
    background-size: contain;
}

.navbar-inverse .navbar-nav>li>a {
    color: #efefef;
}

a:link {
    color: #0066DD;
    text-decoration: none;
}

a:hover {
    color: #004FAA;
    text-decoration: underline;
}

a:visited {
    color: #0066DD;
    text-decoration: none;
}






/*-----------------
    header
-----------------*/
.navbar-brand {
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}


.navbar {
	margin-bottom: 0;
	height: 90px;
    background-color: #000;
	/*background: #000 url(images/bg_header.png) left bottom no-repeat;*/
	background-size: contain;
}

h1.siteid {
    margin: 18px 0 0;
    padding: 0;
}

.navbar-nav {
    margin: 3px -15px;
}

h4 {
    margin-left: 0.5em;
    right: 0.5em;
}

table.table {
    margin-left: 0.5em;
    right: 0.5em;
}

ul.nav {
    background-color: #000;
}

.navbar-collapse {
	-webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
	h1.siteid {
	    margin: 12px 10px 0;
	    padding: 0;
	    width: 66px;
	}
	.navbar {
		height: 54px;
		background: #000 url(images/bg_header_sp.png) left bottom no-repeat;
		background-size: contain;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
	    float: right;
	    margin: 0;
	}
	.navbar-nav>li>a {
	    padding-top: 40px;
	    padding-bottom: 0;
	}
}


/*-----------------
    slider
-----------------*/
.carousel {
	margin-top: 89px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.carousel {
		margin-top: 54px;
	}
}


.slide_frame {
	position: absolute;
    bottom: 0;
    left: 14%;
    right: 14%
    z-index: 1500;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 1.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 1.5s;
  -o-transition-timing-function: ease-out;
  transition-property: opacity;
  transition-duration: 1.5s;
  transition-timing-function: ease-out;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}






/*-----------------
    content
-----------------*/


#about,
#info,
#history,
#member {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}


.titleSection {
	color: #000;
	padding-top: 0.5em;
	margin-top: 2.5em;
	margin-bottom: 1em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#about {
	text-align: center;
}


.lineArea01 {
	background: url(images/bg_lineArea01.jpg) center top repeat-x;
	background-size: cover;
	height: 170px;
    margin: 3em 0;
}

.lineArea02 {
	background: url(images/bg_lineArea02.jpg) center top repeat-x;
	background-size: cover;
	height: 170px;
    margin: 3em 0;
}

.lineArea01 > h2,
.lineArea02 > h2 {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	color: #fff;
	font-weight: normal;
    line-height: 1.5;
    padding-top: 0.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




dl.infoAreaList {
	border-bottom: #D4D4D4 1px solid;
}

dl.infoAreaList dt {
	border-top: #D4D4D4 1px solid;
	text-align: left;
	padding:  1.5em 0.5em 0.8em 2.5em;
	color: #8B572A;
	font-weight: normal;
}

dl.infoAreaList dd {
	border-top: #D4D4D4 1px solid;
	margin-left: 160px;
	padding:  1.5em 2.5em 0.8em 0.5em;
}





#history {
	background: url(images/history_line.png) center 150px no-repeat;
}

#history h3 {
	font-weight: normal;
}

#history h3 small {
	color: #fff;
}

.historyLeftArea h3:before {
  content: "";
  position: absolute;
  top: 9%;
  left: 91%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid #000;
  border-right: 16px solid transparent;
  border-bottom: 10px solid transparent;
}

.historyRightArea h3:before {
  content: "";
  position: absolute;
  top: 14%;
  left: 16px;
  margin-right: 16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid #000;
  border-bottom: 10px solid transparent;
}


.historyLeftArea {
	margin-right: 30px;
	background-color: #F6F6F6;
	padding: 0 1em 1em;
}


.historyRightArea {
	margin-left: 30px;
	background-color: #F6F6F6;
	padding: 0 1em 1em;
	margin-top: 50px;
}


.historyLeftArea h3,
.historyRightArea h3{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
    margin-left: -0.5em;
    margin-right: -0.5em;
}





.memberList .row {
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: #D4D4D4 1px solid;
	height: 80px;
	margin-left: 15px;
}

.memberList .borderTop {
	border-top: #D4D4D4 1px solid;
}

#member > div > div.row {
}

.gyoshu {
	color: #8B572A;
	padding-right: 0;
}

.memName {
	padding-left: 0;
}

.twoLine {
	margin-top: -0.5em;
}






#map {
	margin: 3em 0 0;
	background-color: #F6F6F6;
}





#contact {
	padding: 2em 0;
	background-color: #F6F6F6;
	text-align: center;
}

#contact h2 {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	font-weight: normal;
    line-height: 1.5;
    padding-top: 0.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contact p {
	margin: 2em 0;
    line-height: 2;
}

.telText{
	font-size: 28px;
}


.mailText {
	font-size: 28px;
	margin-left: 2em;
}

.mailText a {
	color: #111;
}


.telText img {
	margin-right: 0.5em;
	vertical-align: middle;
}


.mailText img {
	margin-right: 0.5em;
	vertical-align: middle;
}


/*-----------------
    footer
-----------------*/
footer {
	padding-top: 3em;
}

.copyright {
	text-align: center;
	font-size: 10px;
	letter-spacing: 0;
}






/*-----------------
    smartphone
-----------------*/
@media (max-width: 767px) {

body {
	background: none;
}

.container {
	padding-right: 0;
	padding-left: 0;
}

.container_sp {
	padding-right: 15px;
	padding-left: 15px;
}

.titleSection {
	background: none;
	color: #111;
	padding-top: 0;
	margin-bottom: 0.5em;
	height: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}




#about {
	text-align: left;
}





dl.infoAreaList {
	border-bottom: #D4D4D4 1px solid;
}

dl.infoAreaList dt {
	border-top: #D4D4D4 1px solid;
	text-align: left;
	padding:  1.5em 0 0.8em 0.5em;
	float: left;
	width: 80px;
}

dl.infoAreaList dd {
	border-top: #D4D4D4 1px solid;
	margin-left: 80px;
	padding:  1.5em 0.5em 0.8em 0.5em;
}





#history {
	background: none;
}


.historyLeftArea h3:before {
  content: none;
  position: absolute;
  width: 0;
  height: 0;
  border: none;
}

.historyRightArea h3:before {
  content: none;
  position: absolute;
  width: 0;
  height: 0;
  border: none;
}


.historyLeftArea {
	margin-right: 0;
}


.historyRightArea {
	margin-left: 0;
	margin-top: 0;
}


.historyLeftArea h3,
.historyRightArea h3{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}

#history .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}








.memberList .row {
	margin-left: -15px;
}


.memberList .borderTop {
	border-top: none;
}

.memberList:first-child {
	border-top: #D4D4D4 1px solid;
}





.lineArea01 {
	height: 90px;
    margin: 3em 0;
    background-size: cover;
}

.lineArea02 {
	height: 80px;
    margin: 3em 0;
    background-size: cover;
}

.lineArea01 > h2,
.lineArea02 > h2 {
	font-size: 16px;
    padding-top: 0.5em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.lineArea02 > h2 img {
    padding: 0 50px;
    height: 16px;
}


.telText{
	font-size: 22px;
}


.mailText {
	font-size: 22px;
	margin-left: 0;
}



#contact {
	text-align: left;
}

/*
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
*/



}
