@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
body {
	background: #fff;
}
body.pageTop {
	padding-top: 76px;
}

@media(min-width:768px) {
	body.pageTop {
		padding-top: 116px;
	}
}
body p{
	line-height: 180%;
}

/*追記------------------*/
/*toTop*/
p.toTop {
	bottom:28px;
	display: none;
	position: fixed;
	right:40px;
	z-index:10;
}

p.toTop a {
	display: block;
	background:url(../images/toTop.png) no-repeat;
	height:38px;
	position:absolute;
	text-indent:-9999px;
	width:38px;
}
/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */
.navbar-toggle {
  border: none;
  background:transparent !important;
}

 .navbar-toggle:hover {
    background: transparent !important;
  }

 .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
  }
 .navbar-toggle .top-bar {
    opacity: 0;
  
  }
 .navbar-toggle .middle-bar {
    
  }
 .navbar-toggle .bottom-bar {
    opacity: 0;
 }

 
 .navbar-toggle.collapsed .top-bar {
    opacity: 1;
  }
 .navbar-toggle.collapsed .middle-bar {
    
  }
 .navbar-toggle.collapsed .bottom-bar {
    opacity: 1;
  }


/* ------------------------------------------------- *
 *        お知らせ
 * ------------------------------------------------- */

.demo-keyVisual div#infoArea h2{
	margin-top: -8px;
	font-size: 150%;
	border-bottom: dotted 1px;
	padding: 3%;
}
.demo-keyVisual div#infoArea dl{
	margin-top: 15px;
	margin-bottom: -80px;
}
.demo-keyVisual div#infoArea dl dt{
    font-size: 120%;
    text-decoration: underline;
    margin-left: 15px;

}
.demo-keyVisual div#infoArea dl dd{
    font-size: 120%;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: dotted 1px;
	padding: 3%;
}


/* ------------------------------------------------- *
 *        demo-header
 * ------------------------------------------------- */
ul.nav.navbar-nav li a p{
	font-size: 70%;
}

.demo-header {
	padding: 15px 0 0;
}
.demo-header.navbar-default {
	border: none;
	margin-top: -60px;
	margin-bottom:0;
	background: #fff;
}
.demo-header.navbar-default .nav.navbar-nav>li>a {
	color: #333;
}
.demo-header.navbar-default .nav.navbar-nav>li>a:hover {
	color: #999;
}
.demo-header.navbar-default .navbar-header {
	margin-top: 0;
	margin-bottom: 0;
}
.demo-header.navbar-default .navbar-brand {
	height: auto;
	margin-top: -9px;
	margin-right: 30px;
}
.demo-header.navbar-default .navbar-collapse {
	max-height: none;
}
.demo-header.navbar-default .navbar-collapse .navbar-nav {
	float: none;
}
.demo-header.navbar-default .navbar-collapse .navbar-form {
	clear: right;
	float: right;
}
.demo-header.navbar-default .navbar-nav .dropdown-menu {
	background: #000;
	border-radius: 0;
}
.demo-header.navbar-default .navbar-nav .dropdown-menu>li>a {
	color: #fff;
}
.demo-header.navbar-default .dropdown-menu a:hover {
	background: #333;
}
.demo-header.navbar-default .navbar-toggle {
	margin-right: 10px;
}
.demo-header.navbar-default .navbar-form {
	margin-bottom: 0;
}
.demo-header.navbar-default .navbar-form input {
	background: #F7F7F7;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 16px;
}
.demo-header.navbar-default .navbar-form .btn {
	background: #333;
	color: #FFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-color: #333;
	padding-right: 15px;
}

/*@media(min-width:768px) {
	.demo-header {
		padding: 30px 0;
	}
	.demo-header.navbar-default .navbar-header {
		margin-bottom: 15px;
	}
	.demo-header.navbar-default .navbar-brand {
		padding-top: 24px;
		margin-top: 0;
	}
	.demo-header.navbar-default .navbar-collapse .navbar-nav {
		float: right;
		margin-right: -30px;
	}
	.demo-header.navbar-default .navbar-collapse .navbar-form {
		float: right;
		clear: right;
		margin-right: -30px;
	}
}*/
/*@media(min-width:768px) {
	.demo-header {
		padding: 30px 0 10px;
	}
	.demo-header.navbar-default .navbar-brand {
		margin-top: -17px;
	}
	.demo-header.navbar-default .navbar-collapse .navbar-nav {
		float: left;
	}
	.demo-header.navbar-default .navbar-form {
		margin-top: 8px;
	}
}*/

/* ------------------------------------------------- *
 *        demo-keyVisual
 * ------------------------------------------------- */
.demo-keyVisual {
	margin-top: 70px;
	margin-bottom: 100px;
	
}

.demo-keyVisual h1{
	font-size: 200%;
	text-align: center;
	margin: 40px 0 40px 0;
}


.demo-keyVisual div.tel h2{
	width: 100%;
	font-size: 120%;
	text-align: right;
	margin-top: -50px;
	margin-bottom: 20px;
	background-color:#7FC9F2;
	color:white;
}

.demo-keyVisual div.tel h2 a{
	font-size: 120%;
	text-align: right;
	color:white;
}

.demo-keyVisual div.topbunsyo h2{
	font-size: 135%;
	text-align: center;
	margin: 30px 0 30px 0;
}

.demo-keyVisual h2{
	font-size: 135%;
	text-align: center;
}



.demo-keyVisual p{
	font-size: 120%;
	text-align: center;
	margin: 0 10px 0 15px;
}



div.demo-keyVisual div.profimage img{
	width: 100%;
	margin-top: 30px;
}

.demo-keyVisual img{
	width: 100%;
	margin-top:px;
	display: block;
}

div.bannerArea{
	margin-top: 60px;
	margin-bottom: -30px;
}

div.bannerArea a img{
	display: block;
	margin: 10px 0 10px 0;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}






.demo-keyVisual .btn-group {
	margin-top: 30px;
}
.demo-keyVisual .btn-group .btn {
	margin-left: 1px;
}

section#ank2 section#access dl {
	border-top:2px solid #02034a;
	color:#02034a;
	font-size:120%;
	padding:10px 0 0;
	margin:20px 15px -20px 15px;
}
section#ank2 section#access dl dt {
	font-weight:normal;
	position:left;
	top:20px;
}
section#ank2 section#access dl dd {
	border-bottom:1px solid #b3b3b3;
	
}
section#ank2 section#access dl dt:first-child {
	top:0;
}
section#ank2 section#access dl dt:first-child +dd {
	padding:0 0 20px 5em;
}


/*@media(min-width:768px) {
	.demo-keyVisual {
		padding-top: 170px;
		height: 550px;
	}
	.demo-keyVisual .btn-group {
		margin-top: 40px;
	}
}



/* ------------------------------------------------- *
 *        footer
 * -------------------------------------------------*/


footer div.footerup h2{
    color:#7FC9F2;
    font-size:135% ;
    padding-left:15px;
    margin-top: -10px;
}



footer div.footerup dl{  
	margin-left: 15px;
  font-weight : bold;
  margin-bottom: 0px;
}

footer div.footerup dt{  
  background-color :;        
  padding-top : 5px;    
  padding-bottom : 5px;
  padding-left : 5px;
  width : 25%;
  float : left;/* 左に寄せる */
  clear : both;/* フロートの解除 */
}

footer div.footerup dt.yagou{
	font-size: 100%;
	line-height: 180%;
}


footer div.footerup dd{  
  background-color :;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 60%;
  margin-left : 35%;  /* DTの幅分の設定 */
}

footer div.footerup dd.address{
	font-size: 100%;
	line-height: 180%;
}


footer.demo-footer div.container div.text-left,footer.demo-footer div.container div.text-right small{
	font-size: 50%;
	text-align: left;
	color:white;
	margin-top: 20px;
}

footer.demo-footer div.container div.text-left{
	text-align: left;
	line-height: 120%;
	font-size: 100%;

}

footer.demo-footer div.container div.text-right{
	text-align: left;
	line-height: 80%;
	font-size: 100%;
}

footer.demo-footer div.container div.text-right p a{
	color: white;
	text-align: left;
	
}
.demo-footer {
	background: #7fc9f2;
	color: #fff;
	padding: 0px 0 15px;
}
.demo-footer .list-group .list-group-item {
	background: none;
	color: #999;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
}
.demo-footer .glyphicon {
	position: absolute;
	right: 15px;
	top: 13px;
}
.demo-footer .text-center {
	margin-top: 15px;
}

@media(min-width:768px) {
	.demo-footer .list-group .list-group-item {
		border: none;
		padding: 0;
		padding-top: 5px;
	}
	.demo-footer .glyphicon {
		display: none;
	}
	.demo-footer .text-left {
		margin-top: 10px;
		text-align: left;
	}
     
    .demo-footer .text-right {
		margin-top: 10px;
		text-align: right;
	}

/* ================================================== *
 *
 *    title modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        demo-titleType1
 * ------------------------------------------------- */
.demo-titleType1 {
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	font-size: 27px;
}
.demo-titleType1 .glyphicon {
	font-size: 20px;
	margin-right: 7px;
}
.demo-titleType1 .badge {
	vertical-align: middle;
	margin-left: 7px;
}

/* ================================================== *
 *
 *    nav modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        demo-sideNav
 * ------------------------------------------------- */
.demo-sideNav.list-group .list-group-item {
	border-radius: 0;
	border-color: #ddd;
	border-left: none;
	border-right: none;
}
.demo-sideNav.list-group .list-group-item:first-child {
	border-top: none;
}
.demo-sideNav .glyphicon {
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 10px;
}

/* ================================================== *
 *
 *    button modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        demo-btnPagetop
 * ------------------------------------------------- */
.demo-btnPagetop a {
	color: #333;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}
.demo-btnPagetop a:hover {
	text-decoration: none;
	background: #fafafa;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.margin-top-lg {
	margin-top: 60px;
}
.margin-top-md {
	margin-top: 30px;
}
.margin-top-sm {
	margin-top: 15px;
}
.margin-bottom-lg {
	margin-bottom: 60px;
}
.margin-bottom-md {
	margin-bottom: 30px;
}
.margin-bottom-sm {
	margin-bottom: 15px;
}

/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg {
	padding-top: 60px;
}
.padding-top-md {
	padding-top: 30px;
}
.padding-top-sm {
	padding-top: 15px;
}
.padding-bottom-lg {
	padding-bottom: 60px;
}
.padding-bottom-md {
	padding-bottom: 30px;
}
.padding-bottom-sm {
	padding-bottom: 15px;
}

/* ================================================== *
 *
 *    Custom Bootstrap Class
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
.row .colPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */

.btn {
	border-radius: 2px;
	transition: .3s;
}
.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
	border-color: transparent;
}

/* ------------------------------------------------- *
 *        text color
 * ------------------------------------------------- */
.text-titleIcon {
	color: #981615;
}
.text-imgIcon {
	color: #4d0c0b;
}
.text-arrowIcon {
	opacity: 0.3;
}
