/*TOPメニュー*/
#header{
	border-top: 10px solid #B55354;
}
.navbar{
	border-radius: 0;
	border: none;
	background-color: #fff; /* ベース基調となる濃い青 */
}
.navbar-brand {
	padding: 0;
}

#logo-img{
	height: 100%;
}

.navbar-default .navbar-nav >li > a{
	font-family: 'Noto Serif JP', sans-serif;
	color: #000;
}

.navbar-default .navbar-nav >li > a:hover{
	color: #B55354;
}
/* 位置調整 */
.container-margin {
	margin-top: 35px;
	margin-bottom: 35px;
}
.glid-margin {
	margin-bottom: 30px;
}
.caption-margin {
	margin-top: 35px;
	margin-bottom: 35px;
}
.caption-margin-top {
	margin-top: 50px;
}
.more-margin {
	margin-bottom: 80px;
}
.span-text {
   display: inline-block;
}
#main-carousel {
/* margin-top: -50px;
    z-index: -1; */
}
/* 重ね */
.absolute {
	position: absolute;
}
.absolute_center {
	position: absolute;
	top : 50%;
	left : 50%;
	transform : translate(-50%, -50%);
}
.absolute_center30 {
	position: absolute;
	top : 30%;
	left : 50%;
	transform : translate(-50%, -50%);
	width: 70%;
}
.relative {
	position: relative;
}
@media (max-width: 991px) {
.absolute_center30 {
	position: absolute;
	top : 25%;
	left : 50%;
	transform : translate(-50%, -50%);
	width: 100%;
}
}
/* マウスオーバー（透過） */

.btn-hover {
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.btn-hover:hover {
	opacity: 0.6;
}
/* テキスト調整 */

@media screen and (max-width:540px) {
/*　画面サイズが540px以下の場合読み込む　*/
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 10pt;
}
}
/* カルーセル */
.navbar{
	/* トップメニュー下のマージンを除去 */
	margin-bottom: 0;
}

.carousel-inner img{
	width: 100%;
}

.carousel-caption{
	text-align: right;
	/* Bootstrapぽくて、バタ臭いので消す */
	text-shadow: none;
}
/* TOPイメージ */
.topimage-photo {
  position: relative;
}
.topimage-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) ;
  padding: 10px 70px;
  background: rgba(148,47,48,0.8);
  z-index:10000;
  box-sizing: border-box;
}
.topimage-main-txt {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.topimage-top-txt {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 40px;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.topimage-bottom-txt {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
		line-height: 2em;
	letter-spacing: 0.05em;
}
/* コンテンツ */

.title{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text-box{
	margin-bottom: 20px;
}

.panel{
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 2;
}

.panel-header{
	text-align: center;
	padding-top: 10px;
	height: 40px;
	background-color: #ccc;
	color: #333;
}

.panel-body{
	height: 180px;
}

.img-box{
	text-align: center;
	margin-bottom: 10px;
}

.box-img{
	width: 100%;
}
/* 事業案内 */
.business-main-txt {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.business-bottom-txt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.business-sub-txt {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.business-sub2-txt {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 0px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.business-main-border {
	width: 25%;
    border-bottom: 2px solid #B55354;
	padding-bottom: 0.6em;
}

.caption-top-txt {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.caption-main-txt {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.3em;

}
.caption-main-border {
	width: 60%;
    border-bottom: 2px solid #B55354;
	padding-bottom: 0.6em;
}
.caption-sub-txt {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 200;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.caption-bg {
background: #eceae1;
}

/* 会社概要 */
.outline-main-txt {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.outline-bottom-txt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.outline-main-border {
	width: 30%;
    border-bottom: 2px solid #fff;
	padding-bottom: 0.6em;
}
.outline-bg {
background: #B55354;
}
.outline-table {
background: #fff;
	margin-bottom: 40px;
}
.outline-table th {
	background: #E0E0E0;
	border: solid 1px #E0E0E0 !important;
}
.outline-table td {
	border: solid 1px #fff !important;
}
.table-white {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 200;
}


/* フッター */

#footer{
	text-align: center;
	padding: 40px 0;
	background-color: #fff;
}

#footer .navbar-nav{
	float: none;
	width: 420px;
	margin: 10px auto;
}


#footer .navbar-nav>li{
	text-align: center;
	width: 80px;
	font-size: 12px;
}

#footer .navbar-nav>li>a{
	color: #000;
}

.sns-icon{
    margin-top: 30px;
}

.sns-icon li{
    padding-left: 20px;
    color: #fff;
}
.sns-icon li:hover{
    color: #aaa;
}
.contact-main-txt {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.contact-bottom-txt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.contact-main-border {
	width: 25%;
    border-bottom: 2px solid #B55354;
	padding-bottom: 0.6em;
}
.contact-address-txt {
	text-align: center;
	margin-top: 11px;
	margin-bottom: 1px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.05em;
	display: block;
}
.contact-address-txt p {
	text-align: left;
	display: inline-block;
}
.contact-tell-txt {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.contact-mail-txt {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.copy{
    margin-top: 20px;
    color: #000;
    font-size: 12px;
}

/* for smart phone */
@media (max-width: 991px){

.topimage-overlay {
  position: static;
  top: 0%;
  transform: translateY(0%) ;
	padding: 20px 20px;
  background: rgba(148,47,48,1.00);

}
	.menu-main-border {
	width: 35%;

}
	.caption-main-border {
	width: 80%;

}
	.outline-main-border {
	width: 60%;
}
	.contact-main-border {
	width: 35%;

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

	.title{
		font-size: 18px;
		font-weight: bold;
	}

	.panel{
		/* 最大を300pxに固定する */
        width: 320px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #footer .navbar-nav{
    	/* footer menuのトータル幅を調整 */
		width: 340px;
	}

	#footer .navbar-nav>li{
		/* メニュー幅を小さく*/
		width: 60px;
		font-size: 10px;
	}

	.carousel-caption > h3{
		visibility: hidden;
	}

	.carousel-caption > p{
		visibility: hidden;
	}
	
}
/* pagetop button */

#pageTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding-top: 13px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #B55354;
  color: #fff;
  font-weight: bold;
		font-size: 15px;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (max-width: 991px) {
#pageTop a {
  padding-top: 6px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img_pc {
	display: block !important;
}
.img_sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991px) {
.img_pc {
	display: none !important;
}
.img_sp {
	display: block !important;
}
}

