/*TOPメニュー*/
body {
	background-color: #ffffff;
	background-image: url(../img/pic_back-logo.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#header {
	border-top: 10px solid #B58953;
	border-image: linear-gradient(to right, #B58953 30%, #5376B5 70%);
	border-image-slice: 1;
}
.navbar {
	border-radius: 0;
	border: none;
	background-color: #fff; /* ベース基調となる濃い青 */
}
.navbar-brand {
	padding: 0;
	text-align: center;
}
#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: #B58953;
}
/* 位置調整 */
.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;
}
/* テキスト調整 */
.span-text {
	display: inline-block;
}

@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-movie {
	padding: 0 200px;
}
.top-movie-bg {
	background: #fff;
}
@media (max-width: 1199px) {
.top-movie {
	padding: 0;
}
	}
/* TOPイメージ */
.topimage-photo {
	position: relative;
}
.topimage-overlay {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px 70px;
	background: rgba(255,255,255,0.8);
	z-index: 10000;
	box-sizing: border-box;
}
.topimage-main-txt {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000;
	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: 10px;
	color: #000;
	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: #000;
	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%;
}
/* 企業理念 */
.philosophy-bg {
	background: rgba(181,137,83,0.70);
}
.philosophy-main-txt {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.3em;
}
.philosophy-sub-txt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 200;
	line-height: 2em;
	letter-spacing: 0.1em;
}
/* 事業案内 */
.business-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;
}
.business-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.1em;
}
.business-bottom-txt {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #5376B5;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.business-main-border {
	width: 25%;
	border-bottom: 2px solid #B58953;
	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 #B58953;
	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: rgba(201,192,158,0.40);
}
/* 会社概要 */
.outline-main-txt {
	text-align: center;
	margin-top: 60px;
	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: rgba(83,118,181,0.70);
}
.outline-table {
	background: #fff;
	margin-bottom: 70px;
}
.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;
}

/* ggマップ */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* フッター */

#footer {
	text-align: center;
	padding: 40px 0;
	border-bottom: 10px solid #B58953;
	border-image: linear-gradient(to right, #B58953 30%, #5376B5 70%);
	border-image-slice: 1;
}
#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 #B58953;
	padding-bottom: 0.6em;
}
.contact-address-txt {
	text-align: center;
	padding: 10px 0 0 0;
	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(255,255,255,0);
}
.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: #B58953;
	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;
}
}