@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
address,
noscript {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
	font-weight:500;
	line-height:2;
	color:#333;
	padding-top:50px;}

.menu {
	background:#FFF;
}

.navbar-default .navbar-text {
  color: #333;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  font-weight:bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #C30E23;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #C30E23;
}

.hLogo {
	height:32px;
}

@media (max-width: 991px) {
body {
    font-size:14px;}
}

@media (max-width: 767px) {
	.navbar-collapse {
		background-color:rgba(195,14,35,1);
		text-align:center;
	}
	.navbar-nav li a:link,
	.navbar-nav li a:visited {
		
		color:#FFF;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #FFF;
		background-color: transparent;
	}
}


/* Ｃ: カルーセル */
.carousel	{margin-bottom: 0px;}

.carousel a:link{
	color:#FFF;
}

.carousel-inner {
	width:100%;
	position:relative;
}
.carousel-inner h2 {
	position:absolute;
	width:900px;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	line-height:1.8;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	top:40%;
	left:50%;
	margin-left:-450px;
	z-index:2;
}
.carousel-inner h2 br.sp {
	display:none;
}
.carousel-inner img {
	width:100%;
	position:relative;
	z-index:1;
}

@media (max-width: 1199px) {
.carousel-inner h2 {
	width:800px;
	font-size:28px;
	top:40%;
	margin-left:-400px;
}
}

@media (max-width: 991px) {
.carousel a:link{
	color:#FFF;
}

.carousel-inner h2 {
	width:700px;
	font-size:22px;
	top:40%;
	margin-left:-350px;
}
}

@media (max-width: 767px) {
.carousel-inner h2 {
	width:300px;
	font-size:14px;
	line-height:1.6;
	top:20%;
	margin-left:-150px;
}
.carousel-inner h2 br.sp {
	display:block;
}
}

@media (max-width: 479px) {
}

/* パーツブロック */
ul.cardA {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardA li {
		list-style:none;
		width:31%;
		padding:25px;
		background:#FFF;
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		border-radius:8px;
		margin-right:3.5%;
	}
	ul.cardA li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardA li img {
			display:block;
			width:134px;
			margin:0 auto 25px auto;
		}
		ul.cardA li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		
ul.cardB {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardB li {
		list-style:none;
		width:30%;
		margin-right:5%;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardB li img {
			display:block;
			width:100%;
			margin:0 auto 20px auto;
		}
		ul.cardB li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		ul.cardB li p.txt {
			margin-bottom:20px;
		}
		
ul.cardC {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardC li {
		list-style:none;
		width:31%;
		background:#FFF;
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		border-radius:8px;
		margin-right:3.5%;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardC li img {
			width:100%;
			border-radius:8px 8px 0 0 ;
		}
		ul.cardC li div {
			padding:25px;
		}
		ul.cardC li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		ul.cardC li p.txt {
			margin-bottom:20px;
		}
		
ul.cardD {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardD li {
		list-style:none;
		width:30%;
		margin-right:5%;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardD li img {
			display:block;
			width:80%;
			margin:0 auto 20px auto;
		}
		ul.cardD li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:30px;
			font-weight:bold;
		}
			ul.cardD li h3 span {
				font-size:70%;
				font-weight:normal;
				display:inline-block;
				padding:15px 0;
				border-bottom:1px solid #0069B6;
			}
		ul.cardD li p.txt {
			margin-bottom:20px;
		}
		ul.cardD li ul.socialBtn{
			width:100%;
			display:flex;
			justify-content: flex-end;
		}
			ul.cardD li ul.socialBtn li{
				width:auto;
				list-style:none;
				font-size:180%;
				margin-right:15px;
			}
			ul.cardD li ul.socialBtn li:last-child{
				margin-right:0;
			}
				ul.cardD li ul.socialBtn li a{
					color:#0069B6;
				}
				ul.cardD li ul.socialBtn li a:hover{
					color:#77C0E3;
				}
				
ul.col2 {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.col2 li {
		list-style:none;
		width:47%;
		margin-right:6%;
	}
	ul.col2 li:nth-child(even) {
		margin-right:0;
	}
		ul.col2 li img {
			display:block;
			width:100%;
			border-radius:8px;
			margin:0 auto 30px auto;
		}
		ul.col2 li p.txt {
			margin-bottom:30px;
		}
		
ul.photo-txtA {
	width:100%;
}
	ul.photo-txtA li {
		list-style:none;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom:40px;
	}
	ul.photo-txtA li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtA li div.left {
			width:32%;
		}
			ul.photo-txtA li div.left img {
				display:block;
				width:100%;
				border-radius:8px;
			}
		ul.photo-txtA li div.right {
			width:63%;
		}
			ul.photo-txtA li div.right p.txt {
				margin-bottom:30px;
			}
			
ul.photo-txtB {
	width:100%;
}
	ul.photo-txtB li {
		list-style:none;
		display:flex;
		flex-direction: row-reverse;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom:40px;
	}
	ul.photo-txtB li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtB li div.left {
			width:32%;
		}
			ul.photo-txtB li div.left img {
				display:block;
				width:100%;
				border-radius:8px;
			}
		ul.photo-txtB li div.right {
			width:63%;
		}
			ul.photo-txtB li div.right p.txt {
				margin-bottom:30px;
			}
			
.photo-txtC {
	width:100%;
	display:flex;
	justify-content:space-between;
}
	.photo-txtC div.photo {
		width:45%;
	}
		.photo-txtC div.photo img {
			display:block;
			width:100%;
		}
	.photo-txtC div.txt {
		width:48%;
	}
	
.photo-txtD {
	width:100%;
	display:flex;
	flex-direction: row-reverse;
	justify-content:space-between;
}
	.photo-txtD div.photo {
		width:45%;
	}
		.photo-txtD div.photo img {
			display:block;
			width:100%;
		}
	.photo-txtD div.txt {
		width:48%;
	}
	
ul.photo-txtE {
	width:100%;
}
ul.photo-txtE li {
	width:100%;
	display:flex;
	align-items: center;
}
ul.photo-txtE li:nth-child(even) {
	flex-direction: row-reverse;
}
ul.photo-txtE li img {
	display:block;
	width:50%;
	height:480px;
	object-fit: cover;
}
ul.photo-txtE li div.txt {
	width:50%;
	padding:0 80px
}
	
.point {
	width:100%;
}
	.point h3 {
		font-size:24px;
		font-weight:700;
		line-height:1.6;
		text-align:center;
		margin-bottom:50px;
	}
		.point h3 span {
			position:relative;
			padding:0.2em 1em;
		}
			.point h3 span:before,
			.point h3 span:after {
				position:absolute;
				content:"";
			}
			.point h3 span:before {
				width:2px;
				height:100%;
				background:#0069b6;
				top:0;
				left:0;
				transform:rotate(-30deg);
			}
			.point h3 span:after {
				width:2px;
				height:100%;
				background:#0069b6;
				top:0;
				right:0;
				transform:rotate(30deg);
			}
	.point ul {
		width:100%;
		display:flex;
		flex-wrap:wrap;
	}
		.point ul li {
			list-style:none;
			width:48%;
			margin-right:4%;
			font-size:18px;
			font-weight:700;
			position:relative;
			margin-bottom:10px;
		}
		.point ul li:nth-child(even) {
			margin-right:0;
		}
		.point ul li i.fa {
			font-size:140%;
			color:#0069b6;
			margin-right:0.6em;
			vertical-align:middle;
		}
			
ul.gallery {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.gallery li {
		list-style:none;
		width:23%;
		margin-right:2.66%;
		margin-bottom:30px;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:0;
	}
		ul.gallery li img {
			display:block;
			width:100%;
			border-radius:8px;
			margin-bottom:15px;
		}
		ul.gallery li p {
			text-align:center;
		}
		
ul.pricePanel {
	width:100%;
	display:flex;
	justify-content:space-between;
}
	ul.pricePanel li {
		list-style:none;
		width:30%;
		border:1px solid #DDD;
		border-radius:10px;
		background:#FFF;
		padding:40px 0; 
	}
		ul.pricePanel li h3 {
			font-size:20px;
			font-weight:bold;
			text-align:center;
			line-height:1.6;
		}
		ul.pricePanel li p.price {
			font-size:40px;
			font-weight:bold;
			text-align:center;
			color:#0069B6;
			line-height:1.6;
			margin-bottom:20px;
		}
			ul.pricePanel li p.price span {
				font-size:60%;
			}
		ul.pricePanel li ul {
			width:100%;
			display:block;
			margin-bottom:30px;
		}
			ul.pricePanel li ul li {
				width:100%;
				border:none;
				border-radius:0;
				padding:0.6em 2em;
				border-bottom:1px solid #E5E5E5;
			}
			ul.pricePanel li ul li:first-child {
				border-top:1px solid #E5E5E5;
			}
				ul.pricePanel li ul li i.fa {
					color:#0069B6;
					margin-right:0.6em;
				}
				
ul.comment {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
	ul.comment li {
		width:100%;
		list-style:none;
		display:flex;
		justify-content:space-between;
		margin-bottom:40px;
	}
	ul.comment li:last-child {
		margin-bottom:0;
	}
		ul.comment li div.left {
			width:100px;
		}
			ul.comment li div.left img {
				display:block;
				width:100px;
				border-radius:50%;
				margin-bottom:10px;
			}
			ul.comment li div.left p {
				font-size:16px;
				font-weight:bold;
				text-align:center;
				color:#0069B6;
			}
		ul.comment li div.right {
			width:calc(100% - 150px);
			border:1px solid #DDD;
			border-radius:10px;
			padding:25px 30px;
			background:#FFF;
		}
			ul.comment li div.right i.fa {
				font-size:50px;
				color:#0069B6;
				float:left;
				transform: scaleX(-1);
			}
			ul.comment li div.right p {
				margin-left:70px;
			}
			
ul.history {
	width:100%;
	position:relative;
}
	ul.history:after {
		position:absolute;
		content:"";
		width:2px;
		height:100%;
		background:#DDD;
		top:0;
		left:50%;
		margin-left:-1px;
		z-index:-1;
	}
	ul.history li {
		list-style:none;
		min-height:160px;
		position:relative;
		width:calc(50% - 120px);
		margin-bottom:60px;
	}
	ul.history li:last-child {
		margin-bottom:0;
	}
		ul.history li img {
			display:block;
			position:absolute;
			width:160px;
			border:6px solid #EEE;
			border-radius:50%;
			top:0;
			right:-200px;
		}
		ul.history li p.date {
			font-weight:bold;
			text-align:right;
			color:#0069B6;
			margin-bottom:10px;
		}
		ul.history li h3 {
			font-size:20px;
			font-weight:bold;
			text-align:right;
			color:#0069B6;
			margin-bottom:20px;
		}
		ul.history li p.read {
			text-align:right;
		}
		
	ul.history li:nth-child(even) {
		margin-left:calc(50% + 120px);
	}
		ul.history li:nth-child(even) img {
			display:block;
			position:absolute;
			width:160px;
			border:6px solid #EEE;
			border-radius:50%;
			top:0;
			right:auto;
			left:-200px;
		}
		ul.history li:nth-child(even) p.date {
			text-align:left;
		}
		ul.history li:nth-child(even) h3 {
			text-align:left;
		}
		ul.history li:nth-child(even) p.read {
			text-align:left;
		}
		
.lum-lightbox{
  z-index: 9999;
}

.button {
	text-align:center;
}
.button a{
	display:inline-block;
	padding:10px 30px;
	color:#FFF;
	border-radius:4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button a:link,
.button a:visited{
	color:#FFF;
	background:#C30E23;
}
.button a:hover{
	background:#222;
	text-decoration:none;
}
.button a i.fa{
	margin-right:0.6em;
}

#greeting{
	margin-top:-50px;
	padding-top:50px;
}
#greetingWrap{
	width:100%;
	background:#F7F7F9;
}
#greeting div.inner{
	width:100%;
	max-width:800px;
	padding-left:50px;
	padding-right:50px;
	margin:0 auto;
}
#greeting h2{
	font-size:24px;
	font-weight:bold;
	color:#C30E23;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
#greeting h2 span{
	font-family: 'Bebas Neue', sans-serif;
	font-size:180%;
	color:#333;
	display:block;
	margin-bottom:0.14em;
}
#greeting p.read{
	line-height:2;
	text-align:center;
	margin-bottom:30px;
}
#greeting p.sign{
	font-size:20px;
	font-weight:bold;
	text-align:right;
}
#greeting p.sign span{
	font-size:80%;
}

#features{
	margin-top:-50px;
	padding-top:50px;
}
#features h2{
	font-size:24px;
	font-weight:bold;
	color:#C30E23;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
#features h2 span{
	font-family: 'Bebas Neue', sans-serif;
	font-size:180%;
	color:#333;
	display:block;
	margin-bottom:0.14em;
}

#business{
	margin-top:-50px;
	padding-top:50px;
}
#business h2{
	font-size:24px;
	font-weight:bold;
	color:#C30E23;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
#business h2 span{
	font-family: 'Bebas Neue', sans-serif;
	font-size:180%;
	color:#333;
	display:block;
	margin-bottom:0.14em;
}
#business div.business01{
	width:100%;
	margin-bottom:90px;
}
#business div.business01 p.read{
	margin-bottom:50px;
}
#business div.business01 img.business01Fig{
	display:block;
	width:100%;
	max-width:1000px;
	margin:0 auto 60px auto;
}
#business div.business01 ul.point{
	width:100%;
}
#business div.business01 ul.point li{
	width:100%;
	position:relative;
	list-style:none;
	font-weight:bold;
	font-size:18px;
	padding-left:106px;
	margin-bottom:15px;
}
#business div.business01 ul.point li:last-child{
	margin-bottom:0;
}
#business div.business01 ul.point li:before{
	position:absolute;
	width:90px;
	height:32px;
	content:"ポイント1";
	background:#C30E23;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	top:0;
	left:0;
	border-radius:4px;
}
#business div.business01 ul.point li:nth-child(2):before{
	content:"ポイント2";
}
#business div.business01 ul.point li:nth-child(3):before{
	content:"ポイント3";
}
#business div.business02{
	width:100%;
	margin-bottom:90px;
}
#business div.business03 p.read{
	margin-bottom:50px;
}

#company{
	margin-top:-50px;
	padding-top:50px;
}
#companyWrap{
	width:100%;
	background:#F7F7F9;
}
#company h2{
	font-size:24px;
	font-weight:bold;
	color:#C30E23;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
#company h2 span{
	font-family: 'Bebas Neue', sans-serif;
	font-size:180%;
	color:#333;
	display:block;
	margin-bottom:0.14em;
}
#company div.map{
	margin-top:80px;
}

#contact{
	margin-top:-50px;
	padding-top:50px;
}
#contact h2{
	font-size:24px;
	font-weight:bold;
	color:#C30E23;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
#contact h2 span{
	font-family: 'Bebas Neue', sans-serif;
	font-size:180%;
	color:#333;
	display:block;
	margin-bottom:0.14em;
}
#contact p.read{
	text-align:center;
	margin-bottom:50px;
}

#photo-txtG{
	margin-top:-50px;
	padding-top:50px;
}
#photo-txtGWrap{
	width:100%;
	background:#EFEFEF;
	position:relative;
	margin-bottom:390px;
}
#photo-txtGWrap div.inner{
	padding:80px 0 150px 0;
}
#photo-txtG h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtG h2 span{
	font-size:50%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}
#photo-txtG h3{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}
#photo-txtG img{
	position:absolute;
	width:600px;
	bottom:-300px;
	left:50%;
	margin-left:-300px;
}

#photo-txtH{
	margin-top:-50px;
	padding-top:50px;
}
#photo-txtHWrap{
	width:100%;
	max-width:1800px;
	position:relative;
	margin:0 auto 130px auto;
}
#photo-txtH div.bg{
	position:absolute;
	width:65%;
	height:100%;
	background:#EEE;
	top:50px;
	right:0;
	z-index:1;
}
#photo-txtH img.photo{
	position:relative;
	width:65%;
	height:600px;
	object-fit: cover;
	z-index:2;
}
#photo-txtH div.inner{
	position:absolute;
	width:45%;
	background:#FFF;
	padding:60px 60px 60px 60px;
	top:100px;
	right:5%;
	z-index:3;
}
#photo-txtH div.inner h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtH div.inner h2 span{
	font-size:50%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:40px;
}

#photo-txtI{
	margin-top:-50px;
	padding-top:50px;
}
#photo-txtIWrap{
	width:100%;
	max-width:1800px;
	position:relative;
	margin:0 auto 100px auto;
}
#photo-txtI div.bg{
	position:absolute;
	width:65%;
	height:100%;
	background:#EEE;
	top:50px;
	left:0;
	z-index:1;
}
#photo-txtI img.photo{
	position:relative;
	width:65%;
	height:600px;
	object-fit: cover;
	margin-left:35%;
	z-index:2;
}
#photo-txtI div.inner{
	position:absolute;
	width:45%;
	background:#FFF;
	padding:60px 60px 60px 60px;
	top:100px;
	left:5%;
	z-index:3;
}
#photo-txtI div.inner h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtI div.inner h2 span{
	font-size:50%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:40px;
}


.inner{
	padding:90px 0 90px 0;
}

.inner2{
	padding:90px 0 0 0;
}

.box01{
	width:auto;
	padding:40px 35px;
	background:#FFF;
	border-radius:8px;
	border:3px solid #DDD;
}

.tab-pane{
	padding:25px 10px;
	border-bottom:1px solid #DDD;
}

a.acordion{
	display:block;
	width:auto;
	background:#DDD;
	padding:10px;
	margin-bottom:10px;
	border-radius:8px 8px 8px 8px ;
}

.well{
	background:#FFF;
}

.fullImg {
	background:url(img/main04.jpg) 50% 50% no-repeat;
	background-size:cover;
}

.gbPhoto {
	width:60%;
}
.gbPhoto h3 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.gbPhoto p.read {
	margin-bottom:30px;
}

ul.bg2Col {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.bg2Col li {
		list-style:none;
		width:50%;
		padding:80px 50px;
	}
		ul.bg2Col li:first-child {
			background:url(img/img04.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li:last-child {
			background:url(img/img05.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li h3 {
			font-size:20px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			margin-bottom:30px;
		}
			ul.bg2Col li h3 span {
				display:inline-block;
				border-bottom:1px solid #FFF;
				padding-bottom:20px;
			}
		ul.bg2Col li p.read {
			color:#FFF;
			margin-bottom:30px;
		}
		
ul.bg3Col {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.bg3Col li {
		list-style:none;
		width:33.33%;
		padding:80px 50px;
	}
		ul.bg3Col li:first-child {
			background:url(img/features01_bg.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li:nth-child(2) {
			background:url(img/features02_bg.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li:last-child {
			background:url(img/features03_bg.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li h3 {
			font-size:24px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			line-height:1.6;
			margin-bottom:40px;
		}
			ul.bg3Col li h3 span {
				display:block;
				font-family: 'Bebas Neue', sans-serif;
				font-size:85%;
				font-weight:normal;
				color:#C30E23;
				letter-spacing:0.1em;
			}
		ul.bg3Col li p.read {
			color:#FFF;
		}
		
dl.flow {
	width:100%;
	background:url(img/flow_bg.png) left top repeat-y;
}
	dl.flow dt {
		width:20%;
		clear:left;
		float:left;
		background:url(img/icon_dot.png) left 7px  no-repeat;
		background-size:10px 10px;
		padding:0 0 0 20px;
		font-weight:bold;
		line-height:1.8;
	}
	dl.flow dd {
		width:80%;
		float:left;
		line-height:1.8;
		margin-bottom:20px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		
.photoBoxWrap {
	position:relative;
	width:auto;
	margin:0 auto 50px auto;
}

.photoBox {
	width:100%;
	height:auto;
}
	.photoBox div.imgWrap {
		position:absolute;
		display:block;
		width:400px;
		top:0;
		left:0;
		z-index:2;
	}
		.photoBox div.imgWrap figure.img-container {
			overflow: hidden;
			position: relative;
		}
			.photoBox div.imgWrap figure.img-container img {
				display: block;
				width:400px;
				opacity: 0;
				position: relative;
				transition:all .5s .3s ease; 
				z-index: 0;
			}
			.photoBox div.imgWrap figure.img-container:before {
				background: #0069B6;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				transform: translateX(-100%);
				transition:all 1.0s 0s ease; 
				width: 100%;
				z-index: 1;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:50px;
		padding:70px 60px 70px 450px;
		background:#EFEFEF;
		top:50px;
		left:50px;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:24px;
			font-weight:bold;
			line-height:1.6;
			margin-bottom:50px;
		}
			.photoBox div.text-container h3 i.fa {
				display:inline-block;
				margin-right:0.4em;
				color:#0069B6;
			}
		
/*アニメーションするプロパティを設定*/
.photoBox div.imgWrap figure.img-container.active img{
    opacity: 1;
}
.photoBox div.imgWrap figure.img-container.active:before{
    transform: translateX(100%);        
}

.photoBoxWrap2 {
	position:relative;
	width:auto;
	margin:0 auto 50px auto;
}

.photoBox2 {
	width:100%;
	height:auto;
}
	.photoBox2 div.imgWrap {
		position:absolute;
		display:block;
		width:400px;
		top:0;
		right:0;
		z-index:2;
	}
		.photoBox2 div.imgWrap figure.img-container {
			overflow: hidden;
			position: relative;
		}
			.photoBox2 div.imgWrap figure.img-container img {
				display: block;
				width:400px;
				opacity: 0;
				position: relative;
				transition:all .5s .3s ease; 
				z-index: 0;
			}
			.photoBox2 div.imgWrap figure.img-container:before {
				background: #0069B6;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				transform: translateX(-100%);
				transition:all 1.0s 0s ease; 
				width: 100%;
				z-index: 1;
			}
	.photoBox2 div.text-container {
		position:relative;
		width:auto;
		margin-left:50px;
		padding:70px 450px 70px 60px;
		background:#EFEFEF;
		top:50px;
		right:50px;
		z-index:1;
	}
		.photoBox2 div.text-container h3 {
			font-size:24px;
			font-weight:bold;
			line-height:1.6;
			margin-bottom:50px;
		}
			.photoBox2 div.text-container h3 i.fa {
				display:inline-block;
				margin-right:0.4em;
				color:#0069B6;
			}
			
/*アニメーションするプロパティを設定*/
.photoBox2 div.imgWrap figure.img-container.active img{
    opacity: 1;
}
.photoBox2 div.imgWrap figure.img-container.active:before{
    transform: translateX(100%);        
}


@media (max-width: 1199px) {
	ul.gallery li {
		width:31%;
		margin-right:3.5%;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:3.5%;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:0;
	}
		
.photoBox div.text-container {
		padding:70px 60px 70px 430px;
	}
}

@media (max-width: 991px) {
	ul.cardA li {
		width:47%;
		margin-right:6%;
		margin-bottom:30px;
	}
	ul.cardA li:last-child {
		margin-bottom:0;
	}
	ul.cardA li:nth-child(3n) {
		margin-right:10%;
	}
	ul.cardA li:nth-child(even) {
		margin-right:0;
	}
		ul.cardA li img {
			width:120px;
		}
		ul.cardA li h3 {
			font-size:18px;
		}
	
	ul.cardB li {
		width:47%;
		margin-right:6%;
		margin-bottom:40px;
	}
	ul.cardB li:last-child {
		margin-bottom:0;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:6%;
	}
	ul.cardB li:nth-child(even) {
		margin-right:0;
	}
		ul.cardB li h3 {
			font-size:20px;
		}
		
	ul.cardC li {
		width:47%;
		margin-right:6%;
		margin-bottom:30px;
	}
	ul.cardC li:last-child {
		margin-bottom:0;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:10%;
	}
	ul.cardC li:nth-child(even) {
		margin-right:0;
	}
		ul.cardC li h3 {
			font-size:20px;
		}
		
	ul.cardD li {
		width:47%;
		margin-right:6%;
		margin-bottom:40px;
	}
	ul.cardD li:last-child {
		margin-bottom:0;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:6%;
	}
	ul.cardD li:nth-child(even) {
		margin-right:0;
	}
		ul.cardD li img {
			width:70%;
		}
		ul.cardD li h3 {
			font-size:20px;
			margin-bottom:20px;
		}
			ul.cardD li ul.socialBtn li{
				margin-bottom:0;
			}
			
	ul.photo-txtA li {
		margin-bottom:50px;
	}
	
	ul.photo-txtB li {
		margin-bottom:50px;
	}
	
ul.photo-txtE li img {
	height:450px;
}
ul.photo-txtE li div.txt {
	padding:0 50px
}
	
	.point h3 {
		font-size:20px;
		margin-bottom:45px;
	}
		.point ul li {
			font-size:16px;
		}
	
	ul.gallery li {
		width:48%;
		margin-right:4%;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:4%;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:4%;
	}
	ul.gallery li:nth-child(even) {
		margin-right:0;
	}
	
	ul.pricePanel li {
		padding:30px 0; 
	}
		ul.pricePanel li h3 {
			font-size:18px;
		}
		ul.pricePanel li p.price {
			font-size:34px;
			margin-bottom:15px;
		}
			ul.pricePanel li ul li {
				padding:0.6em 1.2em;
			}
			
	ul.comment li {
		margin-bottom:30px;
	}
		ul.comment li div.left {
			width:80px;
		}
			ul.comment li div.left img {
				width:80px;
			}
			ul.comment li div.left p {
				font-size:15px;
			}
		ul.comment li div.right {
			width:calc(100% - 120px);
			padding:25px 25px;
		}
			ul.comment li div.right i.fa {
				font-size:40px;
			}
			ul.comment li div.right p {
				margin-left:65px;
			}
			
	ul.history li {
		min-height:140px;
		width:calc(50% - 100px);
		margin-bottom:50px;
	}
		ul.history li img {
			width:140px;
			right:-170px;
		}
		ul.history li h3 {
			font-size:18px;
		}
		
	ul.history li:nth-child(even) {
		margin-left:calc(50% + 100px);
	}
		ul.history li:nth-child(even) img {
			width:140px;
			left:-170px;
		}

.inner{
	padding:80px 0 80px 0;
}

.inner2{
	padding:80px 0 0 0;
}

.last{
	margin-bottom:0;
}

.button a:hover{
	background:#C30E23;
}

#greeting div.inner{
	padding-left:30px;
	padding-right:30px;
}
#greeting h2{
	font-size:20px;
	margin-bottom:45px;
}
#greeting p.sign{
	font-size:18px;
}
#greeting p.sign span{
	font-size:80%;
}

#features h2{
	font-size:20px;
	margin-bottom:45px;
}

#business h2{
	font-size:20px;
	margin-bottom:45px;
}
#business div.business01{
	margin-bottom:70px;
}
#business div.business01 p.read{
	margin-bottom:40px;
}
#business div.business01 img.business01Fig{
	margin:0 auto 50px auto;
}
#business div.business01 ul.point{
	width:100%;
}
#business div.business01 ul.point li{
	font-size:16px;
	padding-left:106px;
}
#business div.business01 ul.point li:nth-child(2):before{
	content:"ポイント2";
}
#business div.business01 ul.point li:nth-child(3):before{
	content:"ポイント3";
}
#business div.business02{
	margin-bottom:70px;
}
#business div.business03 p.read{
	margin-bottom:40px;
}

#company h2{
	font-size:20px;
	margin-bottom:45px;
}
#company div.map{
	margin-top:70px;
}

#contact h2{
	font-size:20px;
	margin-bottom:45px;
}
#contact p.read{
	margin-bottom:40px;
}

#photo-txtGWrap{
	margin-bottom:380px;
}
#photo-txtGWrap div.inner{
	padding:80px 0 140px 0;
}
#photo-txtG h2{
	font-size:30px;
}
#photo-txtG h3{
	font-size:22px;
}

#photo-txtH div.inner{
	width:50%;
	padding:50px 40px 50px 40px;
	right:30px;
}
#photo-txtH div.inner h2{
	font-size:24px;
}

#photo-txtI div.inner{
	width:50%;
	padding:50px 40px 50px 40px;
	left:30px;
}
#photo-txtI div.inner h2{
	font-size:24px;
}

	ul.bg2Col li {
		padding:70px 40px;
	}
		ul.bg2Col li h3 {
			font-size:18px;
		}
		
	ul.bg3Col li {
		padding:70px 30px;
	}
		ul.bg3Col li h3 {
			font-size:20px;
		}

dl.flow {
	width:100%;
	background:url(img/flow_bg.png) left top repeat-y;
}
	dl.flow dt {
		width:25%;
		clear:left;
		float:left;
		background:url(img/icon_dot.png) left 7px  no-repeat;
		background-size:10px 10px;
		padding:0 0 0 20px;
		font-weight:bold;
		line-height:1.8;
	}
	dl.flow dd {
		width:75%;
		float:left;
		line-height:1.8;
		margin-bottom:20px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		

	.photoBox div.imgWrap {
		width:320px;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:320px;
			}
	.photoBox div.text-container {
		padding:60px 50px 60px 330px;
	}
		.photoBox div.text-container h3 {
			font-size:20px;
		}
		
	.photoBox2 div.imgWrap {
		width:320px;
	}
			.photoBox2 div.imgWrap figure.img-container img {
				width:320px;
			}
	.photoBox2 div.text-container {
		padding:60px 330px 60px 50px;
	}
		.photoBox2 div.text-container h3 {
			font-size:20px;
		}
		
.box01{
	padding:35px 30px;
}

.gbPhoto {
	width:70%;
}
.gbPhoto h3 {
	font-size:20px;
	margin-bottom:25px;
}
}

@media (max-width: 767px) {
	ul.cardA li {
		width:100%;
		margin-right:0;
	}
	ul.cardA li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardA li img {
			width:100px;
		}
		ul.cardA li h3 {
			font-size:18px;
		}
		
	ul.cardB li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardB li h3 {
			font-size:16px;
		}
		
	ul.cardC li {
		width:100%;
		margin-right:0;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardC li div {
			padding:25px;
		}
		ul.cardC li h3 {
			font-size:18px;
		}
		
	ul.cardD li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardD li img {
			width:100%;
			max-width:220px;
			margin:0 auto 20px auto;
		}
		ul.cardD li h3 {
			font-size:18px;
		}
		
	ul.col2 li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.col2 li:last-child {
		margin-bottom:0;
	}
		ul.col2 li img {
			border-radius:6px;
		}
		
	ul.photo-txtA li {
		margin-bottom:40px;
	}
		ul.photo-txtA li div.left {
			width:100%;
		}
			ul.photo-txtA li div.left img {
				border-radius:6px;
				margin:0 auto 30px auto;
			}
		ul.photo-txtA li div.right {
			width:100%;
		}
		
	ul.photo-txtB li {
		margin-bottom:40px;
	}
		ul.photo-txtB li div.left {
			width:100%;
		}
			ul.photo-txtB li div.left img {
				border-radius:6px;
				margin:0 auto 30px auto;
			}
		ul.photo-txtB li div.right {
			width:100%;
		}
		
.photo-txtC {
	flex-wrap:wrap;
}
	.photo-txtC div.photo {
		width:100%;
		margin-bottom:40px;
	}
		.photo-txtC div.photo img {
			display:block;
			width:100%;
		}
	.photo-txtC div.txt {
		width:100%;
	}
	
.photo-txtD {
	flex-wrap:wrap;
	flex-diretion: row;
}
	.photo-txtD div.photo {
		width:100%;
		margin-bottom:40px;
	}
		.photo-txtD div.photo img {
			display:block;
			width:100%;
		}
	.photo-txtD div.txt {
		width:100%;
	}
	
ul.photo-txtE li {
	flex-wrap:wrap;
}
ul.photo-txtE li:nth-child(even) {
	flex-direction: row;
}
ul.photo-txtE li img {
	width:100%;
	height:260px;
	object-fit: cover;
}
ul.photo-txtE li div.txt {
	width:100%;
	padding:45px 30px
}
	
	.point h3 {
		font-size:18px;
		margin-bottom:45px;
	}
		.point h3 span {
			position:relative;
			padding:0.2em 0.8em;
		}
		.point ul li {
			width:100%;
			margin-right:0;
			font-size:14px;
			margin-bottom:10px;
		}
		.point ul li:last-child {
			margin-bottom:0;
		}
		
	ul.gallery li {
		width:100%;
		margin-right:0;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:0;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:0;
	}
	ul.gallery li:nth-child(even) {
		margin-right:0;
	}
		ul.gallery li img {
			border-radius:6px;
			margin-bottom:15px;
		}
		
	ul.comment li {
		margin-bottom:30px;
	}
		ul.comment li div.left {
			width:70px;
		}
			ul.comment li div.left img {
				width:70px;
				margin-bottom:5px;
			}
			ul.comment li div.left p {
				font-size:14px;
			}
		ul.comment li div.right {
			width:calc(100% - 90px);
			padding:20px 15px 20px 10px;
		}
			ul.comment li div.right i.fa {
				font-size:30px;
			}
			ul.comment li div.right p {
				margin-left:40px;
			}
		
ul.pricePanel {
	width:100%;
	flex-wrap:wrap;
}
	ul.pricePanel li {
		width:100%;
		padding:30px 0;
		margin-bottom:30px;
	}
	ul.pricePanel li:last-child {
		margin-bottom:0;
	}
		ul.pricePanel li h3 {
			font-size:16px;
		}
		ul.pricePanel li p.price {
			font-size:30px;
			margin-bottom:15px;
		}
			ul.pricePanel li ul li {
				margin-bottom:0;
			}
			
	ul.history:after {
		top:0;
		left:40px;
	}
	ul.history li {
		min-height:80px;
		width:100%;
		margin-bottom:50px;
		padding-left:95px;
	}
	ul.history li:last-child {
		margin-bottom:0;
	}
		ul.history li img {
			width:80px;
			border:4px solid #EEE;
			top:0;
			right:auto;
			left:0
		}
		ul.history li p.date {
			text-align:left;
			margin-bottom:5px;
		}
		ul.history li h3 {
			font-size:16px;
			text-align:left;
		}
		ul.history li p.read {
			text-align:left;
		}
		
	ul.history li:nth-child(even) {
		margin-left:0;
	}
		ul.history li:nth-child(even) img {
			width:80px;
			border:4px solid #EEE;
			top:0;
			right:auto;
			left:0;
		}
		
	
#sample01 h2{
	font-size:24px;
}

#greeting div.inner{
	padding-left:25px;
	padding-right:25px;
}
#greeting h2{
	font-size:16px;
	margin-bottom:40px;
}
#greeting h2 span{
	font-size:180%;
}
#greeting p.read{
	text-align:left;
}
#greeting p.read br{
	display:none;
}
#greeting p.sign{
	font-size:16px;
}
#greeting p.sign span{
	font-size:80%;
}

#features h2{
	font-size:16px;
	margin-bottom:40px;
}

#business h2{
	font-size:16px;
	margin-bottom:40px;
}
business div.business01{
	margin-bottom:70px;
}
#business div.business01 p.read{
	margin-bottom:40px;
}
#business div.business01 img.business01Fig{
	margin:0 auto 50px auto;
}
#business div.business01 ul.point{
	width:100%;
}
#business div.business01 ul.point li{
	font-size:15px;
	padding-left:100px;
}
#business div.business01 ul.point li:before{
	width:84px;
	height:28px;
	font-size:14px;
	line-height:28px;
}
#business div.business02{
	margin-bottom:70px;
}
#business div.business03 p.read{
	margin-bottom:40px;
}

#company h2{
	font-size:16px;
	margin-bottom:40px;
}
#company div.map{
	margin-top:60px;
}

#contact h2{
	font-size:16px;
	margin-bottom:40px;
}
#contact p.read{
	text-align:left;
}

#photo-txtGWrap{
	width:100%;
	background:#EFEFEF;
	position:relative;
	margin-bottom:210px;
}
#photo-txtGWrap div.inner{
	padding:70px 0 100px 0;
}
#photo-txtG h2{
	font-size:24px;
}
#photo-txtG h3{
	font-size:18px;
	margin-bottom:30px;
}
#photo-txtG img{
	position:absolute;
	width:300px;
	bottom:-140px;
	left:50%;
	margin-left:-150px;
}

#photo-txtHWrap{
	margin:0 auto 70px auto;
}
#photo-txtH div.bg{
	display:none;
}
#photo-txtH img.photo{
	display:block;
	position:relative;
	width:100%;
	max-width:450px;
	height:260px;
	object-fit:cover;
	margin:0 auto;
}
#photo-txtH div.inner{
	position:relative;
	width:100%;
	max-width:300px;
	background:#FFF;
	padding:40px 20px 40px 20px;
	top:auto;
	right:auto;
	margin:-70px auto 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#photo-txtH div.inner h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtH div.inner h2 span{
	font-size:60%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:30px;
}

#photo-txtIWrap{
	margin:0 auto 30px auto;
}
#photo-txtI div.bg{
	display:none;
}
#photo-txtI img.photo{
	display:block;
	position:relative;
	width:100%;
	max-width:450px;
	height:260px;
	object-fit:cover;
	margin:0 auto;
}
#photo-txtI div.inner{
	position:relative;
	width:100%;
	max-width:300px;
	background:#FFF;
	padding:40px 20px 40px 20px;
	top:auto;
	left:auto;
	margin:-70px auto 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#photo-txtI div.inner h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtI div.inner h2 span{
	font-size:60%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:30px;
}

.inner{
	padding:70px 0 70px 0;
}

.inner2{
	padding:70px 0 0 0;
}

	ul.bg2Col li {
		width:100%;
		padding:60px 25px;
	}
		ul.bg2Col li h3 {
			font-size:18px;
			margin-bottom:30px;
		}
			ul.bg2Col li h3 span {
				padding-bottom:20px;
			}
		ul.bg2Col li p.read {
			color:#FFF;
		}
		
	ul.bg3Col li {
		width:100%;
		padding:60px 25px;
	}
		ul.bg3Col li h3 {
			font-size:18px;
			margin-bottom:30px;
		}

	dl.flow dt {
		width:100%;
		float:none;
		padding:0 0 0 20px;
		margin-bottom:10px;
	}
	dl.flow dd {
		width:100%;
		float:none;
		padding:0 0 0 20px;
		margin-bottom:30px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		
.photoBoxWrap {
	margin:0 auto;
}
	.photoBox div.imgWrap {
		position:inherit;
		width:80%;
		max-width:320px;
		top:auto;
		left:auto;
		margin:0 auto;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:100%;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:0;
		padding:40px 0 0 0;
		background:#FFF;
		top:0;
		left:0;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:20px;
			margin-bottom:40px;
		}
		
.photoBoxWrap2 {
	margin:0 auto;
}
	.photoBox2 div.imgWrap {
		position:inherit;
		width:80%;
		max-width:320px;
		top:auto;
		left:auto;
		margin:0 auto;
	}
			.photoBox2 div.imgWrap figure.img-container img {
				width:100%;
			}
	.photoBox2 div.text-container {
		position:relative;
		width:auto;
		margin-left:0;
		padding:40px 0 0 0;
		background:#FFF;
		top:0;
		right:0;
		z-index:1;
	}
		.photoBox2 div.text-container h3 {
			font-size:20px;
			margin-bottom:40px;
		}
		
.box01{
	padding:25px 20px;
	border:2px solid #DDD;
}

.gbPhoto {
	width:100%;
}
.gbPhoto h3 {
	font-size:18px;
}
}

/* !bootstrap変更 ------------------------------------------------------------ */
.nav-tabs li a{
	color:#FFF;
	background:#0069B6;
	font-size:16px;
	padding:1em 1.6em;
	border:1px solid #0069B6;
	outline: none;
}
.nav-tabs li a:focus{
	outline: none;
}
.nav-tabs li a:hover{
	background:#1D91C9;
	border:1px solid #1D91C9;
}
.nav-tabs {
  border-bottom: 1px solid #DCEAF5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0069B6;
  cursor: default;
  background-color: #DCEAF5;
  border: 1px solid #DCEAF5;
  border-bottom-color: transparent;
}

.tab-pane {
	padding:35px 20px;
	background:#DCEAF5;
	border-bottom:0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #C30E23;
  border-color:#C30E23;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #C30E23;
  border-color:#C30E23;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	  background-color: #FFF;
	}
@media (max-width: 767px) {
.nav-tabs li a{
	color:#FFF;
	font-size:14px;
	padding:0.8em 1em;
}

.tab-pane {
	padding:25px 15px;
	background:#FFF;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #C30E23;
  border-color:#C30E23;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #C30E23;
  border-color:#C30E23;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	  background-color: #FFF;
	}
}

/* フッター */
.footer	{padding: 30px 0 30px 0;
	background-color:#222;}

.footer p	{
	line-height: 2;
	color:#FFF;
	text-align:center;
}

.footer p.logo {
	margin-bottom:20px;
}
.footer p.logo img {
	display:block;
	width:264px;
	margin:0 auto;
}

.footer p.copyright	{
	padding-top:20px;
	font-family: 'Bebas Neue', sans-serif;
	font-size:14px;
	color:#666;
	letter-spacing:0.1em;
	border-top:1px solid #222;
}

.footer p.pageTop a {
	color:#FFF;
}
.footer p.pageTop a:hover {
	color:#999;
}
.footer p.pageTop a i.fa {
	font-size:34px;
	margin-bottom:10px;
	margin-right:0;
}

.footer i.fa{
	margin-right:7px;
	font-size:120%;
}

.footerLinks {
	margin-bottom:30px;
	text-align:center;
}
	.footerLinks li {
		display:inline;
		margin:0 14px;
	}
	.footerLinks li a {
		color:#FFF;
		text-decoration:none;
	}
	.footerLinks li a:hover {
		opacity:0.7;
	}
	.footerLinks li a:before {
		display: inline-block;
		font-family: FontAwesome;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f0da";
		color:#FFF;
		margin-right:7px;
	}
	
@media (max-width: 991px) {
.footerLinks li a:hover {
		opacity:1;
	}
}
	
@media (max-width: 767px) {
.footerLinks {
}
.footerLinks li {
	display:block;
	margin:0 0;
}
.footerLinks li a {
	display:block;
	height:44px;
	line-height:44px;
	background:#2C2C2C;
	border-top:1px solid #222;
	color:#FFF;
	padding:0 12px;
}
.footer p	{
	font-size:12px;
}

.footer p.logo img {
	display:block;
	width:220px;
	margin:0 auto;
}

.footer p.copyright	{
	font-size:12px;
}
}


/* アンカー */
a:link, a:active {
color:#2996CC;
text-decoration:none;
}

a:visited {
color:#2996CC;
text-decoration:none;
}

a:hover {
color:#77C0E3;
text-decoration:none;
}


/* 新着情報 */
ul.news{
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
	border-top: dotted 1px #CCC;
}
	
ul.news li {
	display: block;
	padding: 20px 10px 20px 10px;
	color: #000;
	border-bottom: dotted 1px #CCC;
}

ul.news p {
	margin-top:5px;
}

@media (min-width: 480px) {
ul.news time {
	float: left;
	color:#0C5A94;
}
	
ul.news time i.fa {
	margin-right:7px;
}

ul.news p {
	margin: 0 0 0 160px;
}
} /* @media */

@media (max-width: 479px) {
ul.news time {
	float: none;
	color:#0C5A94;
	margin-bottom:8px;
	display:block;
}
	
ul.news time i.fa {
	margin-right:7px;
}

ul.news p {
	margin: 0;
}
} /* @media */

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #EDEFF1;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 1px solid #EDEFF1;
		padding: 1.4em 1.4em;
	}
	.table_basic01 th {
		width:25%;
		vertical-align:top;
		background:#FFF;
	}
	.table_basic01 td {
		width:75%;
		vertical-align:top;
		background:#FFF;
	}
	.table_basic01 tr:nth-child(odd) th,
	.table_basic01 tr:nth-child(odd) td {
		background:#FFF;
	}
	
@media screen and (max-width:991px){
.table_basic01 th {
	width:25%;
}
.table_basic01 td {
	width:75%;
}
}

@media screen and (max-width:767px){
.table_basic01 {
	width: 100%;
	border:1px solid #EDEFF1;
	border-bottom:0;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 0;
	}
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
	.table_basic01 th {
		padding: 12px 12px 0 12px;
	}
	.table_basic01 td {
		padding: 10px 12px 12px 12px;
		border-bottom:1px solid #EDEFF1;
	}
}

/* 書式設定 */
.cap1{
	font-size:24px;
	font-weight:bold;
	padding:0.4em 0 0.6em 0.6em;
	border-left:8px solid #C30E23;
	border-bottom:1px solid #C30E23;
	margin-bottom:40px;
}
.cap1 span{
	font-size:70%;
	font-weight:normal;
	color:#C30E23;
	margin-left:1.6em;
}
.cap1 i.fa{
	color:#C30E23;
	margin-right:0.6em;
}

@media (max-width: 991px) {
.cap1{
	font-size:22px;
	margin-bottom:35px;
}
}

@media (max-width: 767px) {
.cap1{
	font-size:18px;
	border-left:6px solid #C30E23;
	margin-bottom:30px;
}
	
br.spNon {
	display: none;
}
}

@media (max-width: 400px) {
	.page_nav ul,
    .page_nav ol{
		font-size:11px;
	}

} /* @media */


.read_lh180_m0 {line-height:1.8em;}
.read_lh180_m5 {line-height:1.8; margin:0 0 5px 0;}
.read_lh180_m10 {line-height:1.8; margin:0 0 10px 0;}
.read_lh180_m15 {line-height:1.8; margin:0 0 15px 0;}
.read_lh180_m20 {line-height:1.8; margin:0 0 20px 0;}
.read_lh180_m30 {line-height:1.8; margin:0 0 30px 0;}
.read_lh180_m40 {line-height:1.8; margin:0 0 40px 0;}
.read_lh180_m50 {line-height:1.8; margin:0 0 50px 0;}
.read_lh180_m60 {line-height:1.8; margin:0 0 60px 0;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

.pt5{padding-top:0px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}

.p25{padding:25px;}

.taC{
	text-align:center;
}
.taL{
	text-align:left;
}
.taR{
	text-align:right;
}

img.wid100per{
	width:100%;
}


/* フォーム */
span.label{
  margin-left: 1em;
}

.form-group{
	border-top:1px dotted #CCC;
	padding-top:15px;
}

.formBtn{
	background:#C30E23;
	padding:12px 20px;
	border:0;
	color:#FFF;
	font-size:120%;
}
.formBtn:hover{
	background:#333;
}

.glyphicon {
	margin-right:5px;
}

.fcWhite{
	color:#FFF;
}

@media (max-width: 991px) {
.formBtn:hover{
	background:#C30E23;
}
}

@media (max-width: 767px) {
.formBtn{
	padding:12px 16px;
	font-size:100%;
}
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*clearfix-------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

.clearfix {zoom:100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */