@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: "Noto Sans JP", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
         font-size:15px;
	font-weight: 400;
	line-height:1.8;
	padding-top:50px;}
	

/* navbar 全体の背景色とボーダーカラー */
.navbar-default {
background-color: #232B33;
border-color: #232B33;
}
/* navbar テキストカラー */
.navbar-default .navbar-nav > li > a {
color: #FFF;
transition:.6s;
}
/* navbar hover,focus時のテキストカラー */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #1ABC9C;
background-color: transparent;
}
/* navbar active設定時のカラー */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
color: #1ABC9C;
background-color: #232B33;
}
/* navbar ドロップダウン(親)のカラー */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
color: #FFF;
background-color: #232B33;
}
/* navbar 画面サイズ767px以下の時のカラー */
@media (max-width:767px) {
body	{
         font-size:14px;}
	
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #1ABC9C;
background-color: transparent;
}
/* ドロップダウンactive設定時のカラー */
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #FFF;
background-color: #232B33;
}
}
/* navbar ハンバーガー四角枠 */
.navbar-default .navbar-toggle {
border-color: #4F555B;
}
/* navbar ハンバーガー三本線 */
.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
/* navbar ハンバーガーボタン,タップとホバーした時の背景色 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #FFF;
}
/* navbar ハンバーガーボタン,タップとホバーした時の四角枠 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
border-color: #232B33;
}
/* navbar ハンバーガーボタン,タップとホバーした時の三本線 */
.navbar-default .navbar-toggle:focus > .icon-bar,
.navbar-default .navbar-toggle:hover > .icon-bar {
background-color: #232B33;
}
/* navbar Brandのカラー */
.navbar-default .navbar-brand {
color: #232B33;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
color: #232B33;
background-color: transparent;
}




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

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

.carousel-inner {
	position: relative;
}
.carousel-inner div.copy {
	position: absolute;
	width:500px;
	top:44%;
	left:50%;
	margin-left: -250px;
	z-index: 2;
}
.carousel-inner div.copy h2 {
	font-size:44px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.08em;
}
.carousel-inner div.copy img {
	display:block;
	width:205px;
	margin: 30px auto 0 auto;
}
.carousel-inner div.item img {
	position: relative;
	width:100%;
	z-index: 1;
}

@media (max-width: 991px) {
.carousel-inner div.copy {
	top:42%;
}
.carousel-inner div.copy h2 {
	font-size:40px;
}
}

@media (max-width: 767px) {
.carousel-inner div.copy {
	width:300px;
	top:34%;
	margin-left: -150px;
}
.carousel-inner div.copy h2 {
	font-size:22px;
}
.carousel-inner div.copy img {
	width:150px;
	margin: 15px auto 0 auto;
}
}


.card01{
	padding:25px;
	background:#FFF;
	border:5px solid #DCEAF5; 
	border-radius:12px;
}
.card01 p.icon{
	font-size:100px;
	text-align:center;
}
.card01 p.icon i.business01{
	color:#1D91C9;
}
.card01 p.icon i.business02{
	color:#F7A409;
}
.card01 p.icon i.business03{
	color:#88C128;
}
.card01 h3{
	font-size:22px;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
}
.card01 p.txt{
	margin-bottom:20px;
}

.card02{
	padding:25px;
}
.card02 img{
	display: block;
	width:200px;
	margin:0 auto 20px auto;
}
.card02 h3{
	font-size:22px;
	text-align:center;
	margin-bottom:30px;
	font-weight:bold;
	color:#FFF;
}
.card02 h3 span{
	font-size:70%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:15px;
	border-bottom:1px solid #1ABC9C;
	color:#FFF;
}
.card02 p.txt{
	color:#FFF;
}

.card03{
	padding:25px;
}
.card03 img{
	width:100%;
	margin-bottom:20px;
}
.card03 h3{
	font-size:22px;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
}
.card03 p.txt{
	margin-bottom:20px;
}

.card04{
	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;
}

.card04 img{
	width:100%;
	border-radius:8px 8px 0 0 ;
}

.card04 div{
	padding:25px;
}

.card04 h3{
	font-size:22px;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
}
.card04 p.txt{
	margin-bottom:20px;
}

.button {
	text-align:center;
}
.button a{
	display:inline-block;
	padding:10px 30px;
	color:#FFF;
	border-radius:25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border:3px solid #0069B6;
}
.button a:link,
.button a:visited{
	color:#FFF;
	background:#0069B6;
}
.button a:hover{
	color:#0069B6;
	background:#FFF;
	border:3px solid #0069B6;
	text-decoration:none;
}
.button a i {
	margin-right:7px;
}

ul.socialBtn{
	float:right;
}
ul.socialBtn li{
	list-style:none;
	float:left;
	margin-left:15px;
	font-size:180%;
}
ul.socialBtn li a{
	color:#1ABC9C;
}
ul.socialBtn li a:hover{
	color:#1ABC9C;
	opacity:0.6;
}

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
}
ul.photo-txtE li div.txt h3 {
	font-size:22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
ul.photo-txtE li div.txt h3 i {
	display: block;
	font-size:40px;
	color: #1ABC9C;
	margin-bottom: 15px;
}

#vision{
	margin-top:-50px;
	padding-top:50px;
}

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

#vision h2{
	font-family: 'Khand', sans-serif;
	font-size:56px;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.7;
}
#vision h2 span{
	font-family: "Noto Sans JP", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:30%;
	font-weight:500;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:2px solid #1ABC9C;
	letter-spacing:0.1em;
	margin-bottom:50px;
}

#work{
	margin-top:-50px;
	padding-top:50px;
}
#workWrap{
	width:100%;
	border-top:1px solid #EEE;
}

#work h2{
	font-family: 'Khand', sans-serif;
	font-size:50px;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.7;
}
#work h2 span{
	font-family: "Noto Sans JP", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:30%;
	font-weight:500;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:3px solid #1ABC9C;
	letter-spacing:0.1em;
	margin-bottom:50px;
}

#summary{
	margin-top:-50px;
	padding-top:50px;
}
#summaryWrap{
	background: #F6F6F6;
}

#member{
	margin-top:-50px;
	padding-top:50px;
}
#memberWrap{
	width:100%;
	background:url(img/member_bg.png) 0 0 repeat;
}

#member h2{
	font-family: 'Khand', sans-serif;
	font-size:56px;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.7;
	color:#FFF;
}
#member h2 span{
	font-family: "Noto Sans JP", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:30%;
	font-weight:500;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:2px solid #1ABC9C;
	letter-spacing:0.1em;
	margin-bottom:50px;
	color:#FFF;
}

#faq{
	margin-top:-50px;
	padding-top:50px;
}
#faqWrap{
	width:100%;
	background:#FFF;
}

#faq h2{
	font-family: 'Khand', sans-serif;
	font-size:56px;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.7;
}
#faq h2 span{
	font-family: "Noto Sans JP", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:30%;
	font-weight:500;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:2px solid #1ABC9C;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
#faq i {
	margin-right:7px;
	font-size:120%;
}

#entry{
	margin-top:-50px;
	padding-top:50px;
}
#entryWrap{
	width:100%;
	background:url(img/bg03.gif) 50% 50% no-repeat;
	background-size:cover;
}

#entry h2{
	font-family: 'Khand', sans-serif;
	font-size:56px;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.7;
}
#entry h2 span{
	font-family: "Noto Sans JP", 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:30%;
	font-weight:500;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:2px solid #1ABC9C;
	letter-spacing:0.1em;
	margin-bottom:50px;
}

.box01{
	width:auto;
	padding:25px;
	background:#FFF;
	border-radius:8px;
	border:3px solid #BBB;
}

.nav-tabs > li > a {
  color:#583A1D;
}
.nav-tabs > li > a:hover {
  border-color: #583A1D #583A1D #583A1D;
  background-color: #583A1D;
  color:#FFF;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #FFF;
  cursor: default;
  background-color: #583A1D;
  border: 1px solid #583A1D;
  border-bottom-color: transparent;
}
.tab-content{
	background:#FFF;
	border-top:1px solid #583A1D;
}
.tab-pane{
	padding:25px 10px;
	border-bottom:1px solid #CDC4BB;
}

dl.price{
	max-width:70%;
	margin:0 auto 10px auto;
}
dl.price dt{
	width:80%;
	float:left;
}
dl.price dd{
	width:20%;
	float:left;
	color:#83491B;
	text-align:right;
}

a.acordion{
	display:block;
	width:auto;
	background:#E9EAEB;
	padding:1em 1.2em;
	margin-bottom:10px;
	border-radius:6px ;
}

.well{
	background:#FFF;
}
.well i {
	color:#1ABC9C;
}

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

@media (max-width: 991px) {
.card01{
	margin-bottom:30px;
}
	
.card02 h3{
	font-size:20px;
}

.card04{
	margin-bottom:30px;
}

.last{
	margin-bottom:0;
}
	
ul.photo-txtE li img {
	height:450px;
}
ul.photo-txtE li div.txt {
	padding:0 50px
}
ul.photo-txtE li div.txt h3 {
	font-size:20px;
	margin-bottom: 30px;
}
	
#vision h2{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.9;
}
#vision h2 span{
	font-size:40%;
}

#work h2{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.9;
}
#work h2 span{
	font-size:40%;
}

#work01 h3{
	font-size:20px;
	margin-bottom:30px;
}

#work01 h4{
	font-size:16px;
}

#work02 h3{
	font-size:20px;
	margin-bottom:30px;
}

#work02 h4{
	font-size:16px;
}

#member h2{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.9;
}
#member h2 span{
	font-size:40%;
}

#faq h2{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.9;
}
#faq h2 span{
	font-size:40%;
}

#entry h2{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height:0.9;
}
#entry h2 span{
	font-size:40%;
}

.block01 img{
	display:block;
	width:100%;
	margin-bottom:25px;
}

dl.price{
	max-width:80%;
}
dl.price dt{
	width:80%;
	float:left;
}
dl.price dd{
	width:20%;
	float:left;
	color:#83491B;
	text-align:right;
}

}

.sp{
	display:none;
}
@media (max-width: 767px) {
#vision img {
	width:100%;
	max-width:300px;
	margin: 0 auto 50px auto;
}	

.sp{
	display:block;
	margin-bottom:20px;
}
	
.card02 h3{
	font-size:18px;
}
.card02 h3 span{
	font-size:70%;
}
.card02 img{
	width:180px;
}
	
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
}
ul.photo-txtE li:last-child div.txt {
	width:100%;
	padding:45px 30px 0 30px;
}
ul.photo-txtE li div.txt h3 {
	font-size:18px;
}
	
dl.price{
	max-width:100%;
}
dl.price dt{
	width:80%;
	float:left;
}
dl.price dd{
	width:20%;
	float:left;
	color:#83491B;
	text-align:right;
}
}

@media (max-width: 479px) {
dl.price{
	max-width:100%;
}
dl.price dt{
	width:100%;
	float:none;
}
dl.price dd{
	width:100%;
	float:none;
	text-align:left;
}
}

/* フッター */
.footer	{padding: 30px 0 30px 0;
	border-top: solid 5px #CCC;
	background-color:#232B33;}

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

.footer p.copyright	{
	font-size:12px;
	padding-top:20px;
	border-top:1px solid #3D4856;
	opacity:0.5;
}

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

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

.footerSns {
	margin-top: 10px;
	margin-bottom:30px;
	text-align:center;
}
	.footerSns li {
		display:inline;
		margin:0 1.2em;
	}
	.footerSns li i {
		margin-right:0;
	}
	.footerSns li a {
		font-size:20px;
		color:#FFF;
		transition: .6s;
	}
	.footerSns li a:hover {
		opacity:0.7;
	}

.footerLinks {
	margin-bottom:30px;
	text-align:center;
}
	.footerLinks li {
		display:inline;
		margin:0 14px;
	}
	.footerLinks li a {
		color:#FFF;
		text-decoration:none;
		transition:.6s;
	}
	.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: 767px) {
	.footerSns li {
		margin:0 1em;
	}
	.footerSns li a {
		font-size:18px;
	}
	
.footerLinks {
	border-top:1px solid #3D4856;
}
.footerLinks li {
	display:block;
	margin:0 0;
}
.footerLinks li a {
	display:block;
	height:44px;
	line-height:44px;
	background:#2E3843;
	border-top:1px solid #232B33;
	border-bottom:1px solid #3D4856;
	color:#FFF;
	padding:0 12px;
}
.footer p	{
	font-size:12px;
}

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


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

a:visited {
color:#3C9B94;
text-decoration:none;
}

a:hover {
color:#5ED0BA;
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;
}

ul.news time {
	color:#AF421D;
	}
ul.news time i {
	margin-right:7px;
}


/* 縦に並べたリンクを区切る罫線 */

@media (min-width: 480px) {
ul.news time{
	float: left;
}

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


#mapDiv{
width:100%;
height:500px;
margin:0 auto 20px auto;
}



.tableShop{
	width:100%;
	border-top:1px solid #D6D8DC;
}

.tableShop tr th{
	border-bottom:1px solid #D6D8DC;
	font-weight:normal;
	color:#3C9B94;
}

.tableShop tr th i {
	margin-right:7px;
}

.tableShop tr td{
	border-bottom:1px solid #D6D8DC;
}

.tableShop th{
	width:25%;
}

.tableShop > thead > tr > th,
.tableShop > tbody > tr > th,
.tableShop > tfoot > tr > th,
.tableShop > thead > tr > td,
.tableShop > tbody > tr > td,
.tableShop > tfoot > tr > td {
  padding: 15px 12px;
  line-height: 1.8;
  background:#FFF;
}
@media (max-width: 767px) {
.tableShop {
	width: 100%;
}
	.tableShop,
	.tableShop thead,
	.tableShop tbody,
	.tableShop tr,
	.tableShop th,
	.tableShop td {
		width: 100%;
		display: block;
	}
	.tableShop th,
	.tableShop td {
		border-left: 1px solid #D6D8DC;
		border-right: 1px solid #D6D8DC;
	}
}


/* 書式設定 */
.cap1{
	font-size:24px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
}
.cap1 span{
	display:inline-block;
	border-bottom:1px solid #1ABC9C;
	padding-bottom:20px;
}

@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 solid #BBB;
	padding-top:15px;
}

.formBtn{
	background:#1ABC9C;
	padding:12px 20px;
	border:1px solid #1ABC9C;
	color:#FFF;
	font-size:120%;
}

.glyphicon {
	margin-right:5px;
}

.fcWhite{
	color:#FFF;
}

/*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 */