/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #191919;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	color: #666;
	font-weight: 300;
}
a {
	color: #039;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	background: none;
	outline: none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	outline: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 18px;
	font-weight: 300;
	line-height: 1.6em;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 20px "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 0 36px 0;
	color: #484848;
	font-weight: 700;
}
h3 {
	font: 18px;
	color: #039;
	margin: 0 0 40px 0;
}
h4 {
	font: 14px;
	color: #333;
	line-height: 1.6em;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #f5f5f5;
}
.content.indent {
	padding: 54px 0 0 0;
	background: #f5f5f5;
}
.center {
	text-align: center;
}
@media screen and (min-width: 768px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media screen and (max-width: 767px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}
a.anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
}
header.indent {
	border-bottom: none;
}
.follow-box {
	overflow: hidden;
	padding-top: 28px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 24px;
	background: #f5f5f5;
}
.address_icon {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0;
	float: right;
	list-style: none;
	overflow: hidden;
}
.address_icon li {
	float: left;
	margin-left: 30px;
	font: 14px;
	color: #333;
}
.address_icon li:first-child {
	margin-left: 0;
}
.address_icon li span {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-left: 0;
	margin-bottom: 0;
	color: #039;
	font: 12px;
}
.address_icon li a {
	color: #333;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #000;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 10px 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
nav.tm_navbar ul.nav {
	float: left;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 10px 25px;
	font: 14px;
	color: #252525;
	background: transparent;
	border-radius: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #039;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #039;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #039;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.sub-menu:after {
	background: url(../img/marker.png) center bottom no-repeat;
	height: 4px;
	width: 100%;
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 118px;
	left: 0;
	top: 53px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	border-radius: 2px;
	padding: 30px 16px 19px 16px;
	margin: 0;
	text-align: left;
	background: url(../img/pattern2.png) repeat;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 1px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #039 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #039 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 118px;
	left: 104px;
	top: -10px;
	border-radius: 2px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #039;
	padding: 10px 16px 0 16px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #090f09 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 47px;
}
.thumb-box {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	padding: 31px 0 27px 0;
	text-align: left;
	position: relative;
	background: #ffffff;
}
.thumb-box strong {
	font: 28px "a-otf-ud-shin-go-pr6n", sans-serif;
	color: #039;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.thumb-box p {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	color: #666;
}
.thumb-box1 {
	overflow: hidden;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	background: #f5f5f5;
}
.thumb-box1 h2 {
	font: 16px;
	font-weight: 300;
	color: #666;
	text-align: center;
}
.thumb-box1 .col-lg-3 {
	margin-bottom: 30px;
}
.thumb-box2 {
	overflow: hidden;
	text-align: center;
	padding: 75px 0 60px 0;
	background-size: cover;
	background-position: 100% top;
	background-image: url(../img/bg_pic1.jpg);
	background-attachment: fixed;
}
.thumb-box3 {
	overflow: hidden;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.thumb-box3 h2 {
	margin-bottom: 14px;
}
.thumb-box3_2 {
	overflow: hidden;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
}
.thumb-box3_2 h2 {
	margin-bottom: 14px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 42px 0 0 0;
	background: url(../img/pattern.png) repeat;
}
.thumb-box4 .box {
	background: #191919;
	padding: 37px 0 34px 70px;
	overflow: hidden;
}
.thumb-box4 .box strong {
	color: #ffffff;
	font: bold 30px/1em;
	display: block;
	margin-bottom: 5px;
}
.thumb-box4 .box span {
	color: #ffffff;
	font: 18px/1em;
	display: block;
}
.thumb-box4 .box .box1 {
	margin-right: 75px;
	float: left;
}
.thumb-box5 {
	overflow: hidden;
}
.thumb-box6 {
	overflow: hidden;
}
.thumb-box6 .col-lg-4 {
	margin-bottom: 36px;
}
.thumb-box7 {
	overflow: hidden;
	padding-top: 54px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
}
.thumb-box8 {
	padding: 70px 15px 60px 15px;
	background: url(../img/bg_pic2.jpg) center center no-repeat;
	text-align: center;
}
.thumb-box8.indent {
	background: url(../img/bg_pic3.jpg) center center no-repeat;
	margin-bottom: 58px;
}
.thumb-box8 strong {
	color: #ffffff;
	font: 30px;
	margin-bottom: 22px;
	display: block;
}
.thumb-box8 p {
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 35px;
}
.thumb-box9 {
	overflow: hidden;
	padding-bottom: 50px;
}
.thumb-box9 .box {
	background: url(../img/about/about_main2.jpg) right bottom no-repeat;
	padding-bottom: 34px;
}
.thumb-box10 {
	background: url(../img/pattern.png) repeat;
	padding: 54px 0 36px 0;
	overflow: hidden;
}
.thumb-box11 figure {
	margin: 0 0 28px 0;
}
.thumb-box11 figure img {
	width: 100%;
}
.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%;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	padding: 47px 26px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #ebebeb;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 figure {
	margin: 0 0 26px 0;
	border-radius: 100%;
	border: 3px solid #ededed;
	text-align: center;
	width: 114px;
	height: 114px;
	line-height: 104px;
	display: inline-block;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad1 .thumbnail .caption p {
	color: #666;
	margin: 23px 0 0 0;
	padding-top: 25px;
	position: relative;
	text-align: left;
}
.thumb-pad1 .thumbnail .caption p:after {
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #ddd;
	position: absolute;
	content: '';
}
.thumb-pad1 .thumbnail .caption a {
	font: 20px "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	color: #666;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #999;
}
.thumb-pad2 {
	margin: 0 0 37px 0;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 10px 0 0 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	color: #333;
}
.thumb-pad2 figure {
	margin: 10px 22px 0 0;
	float: left;
}
.thumb-pad3 {
	margin: 0 0 49px 0;
	padding: 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption a {
	font: 16px;
	color: #039;
	margin-bottom: 21px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #484848;
}
.thumb-pad3 figure {
	margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 28px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	color: #666;
	padding: 0;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
	border: solid 1px #999;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	text-align: left;
	margin: 0 0 30px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .badge {
	width: 70px;
	height: 70px;
	background: #53afee;
	border-radius: 100%;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
	font-size: 45px;
	float: left;
	margin-right: 30px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 {
	margin: 0 0 44px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	font: 12px/24px;
	color: #666;
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption h5 {
	margin-bottom: 15px;
}
.thumb-pad7 figure {
	margin: 0 0 21px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px;
	color: #666;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px;
	color: #666;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	color: #666;
	padding: 0;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 30px;
	font: 16px "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	margin: 0;
	border-radius: 3px;
	color: #030303;
	background: #ffffff;
	border: 1px solid #003399;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #039;
	text-decoration: none;
}
.btn-default.btn2 {
	font: 16px "source-han-sans-japanese", sans-serif;
	font-weight: 300;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 60px;
	font: 16px/53px;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
	border: 1px solid #e7e7e7;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #039;
	text-decoration: none;
	border-color: #ffffff;
	border-width: 1px;
}
.btn-default.btn3 {
	font: 14px "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	border-radius: 0;
	color: #000;
	background: none;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 14px;
	margin-left: 4px;
	color: #000;
}
.btn-default.btn3:hover {
	color: #999;
	background: none;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 26px;
	font: 14px/39px;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #039;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	text-shadow: none;
	background: #939494;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 26px;
	font: 16px/43px;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #039;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #030303;
	background: #ffffff;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 5px 0;
}
.list1 li a {
	color: #9b9b9b;
	font: 300 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #039;
}
.list1 li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin: 7px 10px 0 0;
	float: left;
	background: #525252;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 11px 0;
}
.list1-1 li a {
	color: #999;
	font: 12px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #fff;
}
.list1-1 li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	margin: 9px 10px 0 0;
	float: left;
	background: #636363;
}
.list2 {
	margin: 0;
	padding: 45px 0;
	list-style: none;
	text-align: left;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 86px;
	display: inline-block;
}
.list2 li:first-child {
	margin: 0;
}
.list2 li a {
	display: inline-block;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.list2 li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.list3 {
	color: #666;
	margin: 0;
	padding: 10px 0 12px 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 8px 0;
}
.list3 li a {
	color: #666;
	font: 300 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #039;
}
.list3 li:before {
	content: '\f0a9';
	font-family: FontAwesome;
	font-size: 12px;
	margin: 1px 9px 0 0;
	float: left;
	color: #039;
}
.list4 {
	margin-bottom: 100px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 40px;
	border-bottom: dotted 1px #ccc;
}
.list4 li time {
	font: 300 14px;
	color: #039;
	letter-spacing: 0.1em;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 0;
}
.list4 li p {
	color: #666;
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.list5 li h4 {
	text-transform: none;
	font-size: 16px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 14px;
	line-height: 1.6em;
	overflow: hidden;
	margin-bottom: 40px;
}
.list6 li span {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 3px solid #ddd;
	background: none;
	font-size: 52px;
	line-height: 114px;
	font-family: FontAwesome;
	color: #039;
	display: inline-block;
	float: left;
	margin: 0 40px 0 0;
	text-align: center;
}
.list6 li h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 26px;
	margin: 0 0 26px 0;
}
.list6 li p {
	margin: 0;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 17px;
}
.list7 li span {
	width: 68px;
	height: 68px;
	position: relative;
	border-radius: 100%;
	border: 2px solid #ddd;
	background: none;
	color: #039;
	font: 26px/63px;
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}
.list7 li span em {
	font-size: 40px;
	color: #039;
}
.list7 li p {
	margin: 0;
}
.list7 li .extra-wrap {
	padding: 8px 0 0 0;
}
.list8 {
	margin: 0 0 53px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 43px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li .item {
	margin-bottom: 0;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 10px;
}
.smallpoint {
	font-size: 0.8em;
	margin-right: 3px;
	color: #039;
}
.space {
	margin-left: 1em;
}
.square {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	background-color: #ffffff;
}
/*-----table-----*/
.table1 {
	display: block;
	margin-bottom: 58px;
}
.table1 tr {
	height: 36px;
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
}
.table1 td {
	font: 300 14px;
	color: #9b9b9b;
	padding: 0 5px;
}
.table1 td a {
	color: #039;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.table1 td a:hover {
	color: #484848;
}
.table1 td:first-child {
	width: 290px;
}
.table1 td:first-child + td {
	width: 130px;
}
.table1 td:last-child {
	text-align: right;
}
.table4 {
	display: block;
	margin-bottom: 10px;
}
.table4 tr {
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
}
.table4 th {
	color: #333;
	height: 40px;
	background-color: #CCC;
	vertical-align: middle;
	text-align: left;
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
	padding-left: 10px;
}
.table4 td {
	height: 75px;
	font: 300 14px;
	color: #666;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.table4 td a {
	color: #039;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.table4 td a:hover {
	color: #484848;
}
.table4 td:first-child {
	width: 200px;
	font-weight: bold;
	text-align: left;
}
.table4 td:last-child {
	width: 970px;
	padding-right: 10px;
	text-align: left;
}
.formtable {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff; /*背景色（古いブラウザ用）*/
	background: rgba(255, 255, 255, 0.8); /*背景色。255,255,255は白の事で0.8は透明度80%の事。*/
	border: 1px solid #ccc; /*テーブルの枠線の幅、線種、色*/
}
.formtable td, .formtable th {
	border: 1px solid #999; /*テーブルの枠線の幅、線種、色*/
	padding: 10px; /*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.formtable th.tamidashi {
	width: auto;
	text-align: left; /*左よせ*/
	background: #cce6f6; /*背景色*/
}
/*ta1の左側ボックス*/
.formtable th {
	width: 160px; /*幅*/
	text-align: left; /*センタリング*/
	background: #f7f7f7; /*背景色（古いブラウザ用）*/
	background: rgba(0, 0, 0, 0.05); /*背景色。0,0,0は黒の事で0.05は透明度5%の事。*/
}
/*olタグのpadding変更*/
.formtable ol {
	padding-left: 35px;
}
/*ulタグのpadding変更*/
.formtable ul.disc {
	padding-left: 30px;
}
/*段落タグのpadding変更*/
.formtable p {
	padding: 0px !important;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	display: inline-block;
	float: left;
}
#newsletter input {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 390px;
	outline: none;
	background: #939494;
	border-radius: 0;
	border: none !important;
	font: 14px/18px;
	color: #ffffff;
	padding: 10px 14px 10px 35px;
	height: 39px;
	resize: none;
	float: none;
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	top: 43px;
	left: 0;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font: 11px;
	color: #039;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin: 0 5px 0 0;
	float: left;
	border: none;
	display: inline-block;
	height: 39px;
}
#newsletter label:before {
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 14px;
	content: '\f003';
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 15px;
	z-index: 1;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none !important;
	font: 14px/18px;
	color: #9b9b9b;
	background: #ffffff;
	padding: 10px;
	height: 39px;
	width: 390px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
}
.list_carousel1 #foo1 > li p {
	font: 16px/24px;
	color: #ffffff;
	margin-bottom: 14px;
}
.list_carousel1 #foo1 > li p.name {
	color: #039;
}
.list_carousel1 #foo1 > li strong {
	font: 18px "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-bottom: 23px;
	display: block;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.13);
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 0 0 28px 0;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 13px;
	height: 13px;
	padding: 0 !important;
	margin: 0 0 0 8px;
	display: inline-block;
	background: #ffffff !important;
	border: none !important;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a > span {
	padding: 0 !important;
	border: none !important;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #039 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #039 !important;
}
.pagination a span {
	display: none;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 13px 0 0 0;
	overflow: hidden;
	display: inline-block;
	width: 303px;
}
#search-404 a {
	position: absolute;
	top: 7px;
	right: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 14px;
	line-height: 18px;
	color: #9b9b9b;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 338px;
	margin-bottom: 54px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	color: #484848;
}
.gm-wrapper {
	margin-left: -36px;
}
.info {
	margin-bottom: 50px;
}
.info h3 {
	line-height: 36px;
	margin: 0 0 10px 0;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 103px;
	display: inline-block;
}
.info p a {
	color: #039;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #484848;
}
.mail {
	color: #039;
	font: 14px;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #484848;
	text-decoration: underline;
}
.errorBox {
	overflow: hidden;
	text-align: center;
	padding: 0 0 114px 0;
}
.errorBox .title {
	font: 172px/1em;
	color: #484848;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.errorBox .description {
	font: 60px/1em;
	color: #039;
	text-transform: uppercase;
	margin-bottom: 26px;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 46px 0;
	overflow: hidden;
}
footer p {
	font: 12px/30px;
	color: #999;
	margin: 0;
}
footer p a {
	color: #999;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover, footer p a:focus {
	color: #ffffff;
}
footer p.priv {
	text-transform: uppercase;
	margin-top: -20px;
}
footer em {
	font-style: normal;
}
footer strong {
	color: #fff;
	font: 28px "source-han-sans-japanese", sans-serif;
	font-weight: 300;
	display: block;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.tools-box .title {
	font: 14px "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 17px;
}
.tools-box .col-lg-3 > div {
	border-right: 1px solid #343434;
	padding: 16px 0 30px 0;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.follow-list {
	padding: 12px 0 0 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.follow-list li {
	font: 12px;
	color: #999;
	margin: 0 0 6px 0;
}
.follow-list li a {
	font: 12px;
	color: #999;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.follow-list li a:hover {
	color: #ffffff;
}

/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
.container {
	padding: 0;
}
}

/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
.address_icon {
	float: none;
	display: inline-block;
}
.address_icon li {
	margin-left: 10px;
}
header {
	text-align: center;
}
h1.navbar-brand_ {
	float: none;
}
.list_carousel1 #foo1 > li {
	padding: 0 15px;
}
.thumb-box4 .box {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.thumb-box4 .box .box1 {
	margin-right: 0;
	float: none;
}
.thumb-box4 .box span {
	margin-bottom: 30px;
}
.thumb-box4 .box #newsletter {
	float: none;
}
.thumb-box4 .box #newsletter label {
	float: none;
	margin: 0 0 20px 0;
}
.list2 {
	text-align: center;
}
.list2 li {
	margin: 0 0 0 20px;
}
.table1 td:first-child {
	width: 660px;
}
.table4 td:first-child {
	width: 150px;
}
}

/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
#toTop {
	display: none !important;
}
.address_icon {
	float: none;
	display: inline-block;
}
.address_icon li {
	margin-left: 10px;
}
header {
	text-align: center;
}
h1.navbar-brand_ {
	float: none;
}
.list_carousel1 #foo1 > li {
	padding: 0 15px;
}
.thumb-box4 .box {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.thumb-box4 .box .box1 {
	margin-right: 0;
	float: none;
}
.thumb-box4 .box span {
	margin-bottom: 30px;
}
.thumb-box4 .box #newsletter {
	float: none;
}
.thumb-box4 .box #newsletter label {
	float: none;
	margin: 0 0 20px 0;
}
.list2 {
	text-align: center;
}
.list2 li {
	margin: 0 0 0 20px;
}
.table1 td:first-child {
	width: 440px;
}
.table4 td:first-child {
	width: 150px;
}
.errorBox br {
	display: none;
}
footer .col-lg-3 {
	margin-bottom: 40px;
}
footer .col-lg-3 > div {
	border-right: none !important;
}
}

/*===========================================================================================================================*/
@media (max-width: 767px) {
#toTop {
	display: none !important;
}
nav.tm_navbar {
	float: none;
	margin: 0;
}
nav.tm_navbar .nav {
	display: none !important;
}
.address_icon {
	float: none;
	display: inline-block;
}
.address_icon li {
	margin-left: 10px;
}
header {
	text-align: center;
}
h1.navbar-brand_ {
	float: none;
}
.select-menu {
	display: inline-block !important;
	padding: 4px 4px 4px 0;
	margin: 30px 0 0 0;
	width: 100%;
	border: 1px solid #039;
	background: #039;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
	font-size: 12px;
	vertical-align: middle;
}
.btn-default.btn2 {
	padding: 0 20px;
}
.thumb-box2 .box {
	padding: 50px 10px 50px 10px;
}
.list_carousel1 #foo1 > li {
	padding: 0 15px;
}
.thumb-box4 .box {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.thumb-box4 .box .box1 {
	margin-right: 0;
	float: none;
}
.thumb-box4 .box span {
	margin-bottom: 30px;
}
.thumb-box4 .box #newsletter {
	float: none;
	display: block;
}
.thumb-box4 .box #newsletter .success {
	width: 100%;
}
.thumb-box4 .box #newsletter label {
	float: none;
	margin: 0 0 20px 0;
	display: block;
}
.thumb-box4 .box #newsletter label input {
	width: 100%;
}
.list2 {
	text-align: center;
}
.list2 li {
	margin: 0 0 10px 20px;
}
.list1-1 {
	display: inline-block;
}
.list1-1 li {
	text-align: left;
}
.thumb-pad4 figure {
	margin: 0 28px 0 0;
	float: left;
}
.thumb-pad4 .thumbnail .caption {
	overflow: visible;
}
.thumb-pad5 figure {
	margin: 0 0 30px 0;
	float: none;
}
.thumb-pad9 figure {
	margin: 0 0 30px 0;
	float: none;
}
.thumb-box9 .box {
	background: none;
}
.table1 td:first-child {
	width: 440px;
}
.table1 td {
	width: 300px !important;
}
.table1 td:first-child {
	width: auto;
}
.table1 td:first-child + td {
	text-align: center;
	width: auto;
}
.table4 th:first-child {
	text-align: left;
	padding-left: 10px;
}
.table4 th:last-child {
	text-align: left;
	padding-right: 10px;
}
.table4 td:first-child {
	width: 25%;
}
.table4 td:last-child {
	width: 75%;
	text-align: left;
}
.errorBox br {
	display: none;
}
.errorBox .title {
	font-size: 50px;
}
.errorBox .description {
	font-size: 25px;
}
footer {
	text-align: center;
	padding-bottom: 0;
}
footer .col-lg-3 {
	margin-bottom: 40px;
}
footer .col-lg-3 > div {
	height: auto !important;
	border-right: none !important;
}
}

/*===========================================================================================================================*/
@media (max-width: 626px) {
.address_icon li {
	float: none;
	margin: 0 0 15px 0;
}
.address_icon li span {
	float: none;
	margin: 0 0 5px 0;
	display: block;
}
.thumb-pad4 figure {
	margin: 0 0 28px 0;
	float: none;
}
}

/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
.col-xs-6 {
	width: 100%;
	float: none;
}
.thumb-pad2 figure {
	margin: 0 0 22px 0;
	float: none;
}
.thumb-pad2 figure img {
	width: 100%;
}
.list2 {
	text-align: center;
}
.list2 li {
	margin: 0 0 30px 0 !important;
	display: block;
}
.list6 {
	text-align: center;
}
.list6 li span {
	float: none;
	margin: 0 0 20px 0;
}
.thumb-box2 {
	background: #191919;
}
#search-404 {
	width: 260px;
}
#search-404 input {
	width: 230px;
}
}

/*===========================================================================================================================*/
@media (max-width: 320px) {
.col-xs-4 {
	width: 100%;
	float: none;
}
.col-xs-6 {
	width: 100%;
	float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
