body, html {

	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	line-height: 28px;
}
h1, h3, h4, h5 {
	font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !default;
}
h2 {
	font-weight: 600;
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/*h2::after {
	position: absolute;
	content: "";
	background: #d43031;
	height: 2px;
	width: 70px;
	bottom: 0;
	margin-left: -35px;
	left: 50%;
}*/
h3 {
	font-size: 28px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
}
h5 {
	text-transform: uppercase;
		font-size: 21px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
}
p {
	font-size: 16px;
	padding: 10px 0;
	line-height: 38px;
	font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !default;
}


a {
	color: #0000ff;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}


#all ul, ol {
  padding: 0;
  position: relative;
}

#all ul li, ol li {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;/*左側の線*/
  background: #f1f8ff;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-size: 130%;
}


.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.tel {
	font-size: 130%;
}
table{
	width: 100%;
	margin: 0;
	padding: 10px;
	font-size: 108%;
}
th{
	margin: 0;
	padding: 0;
}
td{
	margin: 0;
	padding: 6px;
}
.news {
background-color: rgb(243, 254, 250);
}
/* ------------------------------------------------------------ Navigation */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
#menu {
	padding: 14px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #262626;
	border-color: #262626;
	/* background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);*/
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eee;
	font-weight: 400;
	font-size: 20px;
	padding: 20px 0;
	border: 1px solid transparent;
	letter-spacing: 0.5px;
	margin: 0 12px 0 12px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #6499e9;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #6499e9 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #d43031;
	border-color: #d43031;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* ------------------------------------------------------------ .Navigation */

.section-title {
	margin-bottom: 30px;
}
.section-title .overlay {
	padding: 80px 0 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}

.img-container{
  display:flex;/* flexbox */
  justify-content:center; /* 水平方向 */
  align-items: center; /* 垂直方向 */
}
.box1{
  width:100%;
  font-size: 114%;
  color: #fff;
  padding: 10px 20px 10px 26px;
  margin: 10px 0;
  background:gold;
  border-radius:30px;
  font-weight: bolder;
  background-color: #3a70c8;
}

/* ------------------------------------------------------------ Header */
.cont-top {
	display: table;
	width: 100%;
	padding: 0 0 30px 0;
	background-color: #3a70c8;
	background-position: 0px -10px;
	background-image: url(../img/top/head-img.jpg);
	background-repeat  : no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.cont-top-sub {
	display: table;
	width: 100%;
	padding-top: 100px;
	text-align: right;
}
.cont-top .overlay {
	background: rgba(0,0,0,0.0);
}
.cont-top p {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
.cont-top img{
	padding: 0 20px;
}
#header .cont-top-text {
	padding-top: 100px;
	padding-bottom: 10px;
}
/* ------------------------------------------------------------ .Header */


/* ------------------------------------------------------------ info */
#info {
	padding: 80px 0 20px 0;
	background: #fff;
}
#info h1::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}

#info h1{
	font-size: 36px;
	line-height: 56px;
	color: #000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
#info h3{
	text-align: center;
}
#info p{
	text-align: center;
}

#info span{
	color: #d43031;
	font-weight: 500;
}

#info .info-img {
	display: inline-block;
	position: relative;
}
/*
#info{
	background:#fff url(../img/main/car-bg.jpg) center center no-repeat fixed;
	background-attachment:fixed;
    background-size: cover;
	padding-top: 80px;
	padding-bottom:90px;

}*/
/* ------------------------------------------------------------ .info */


#all {
	padding: 100px 0 20px 0;
	background: #fff;
	margin-bottom: 100px;
}
#all h2{
	text-align: center;
	margin-top: 0px;
	font-size: 17px;
	margin-bottom: 70px;
}
#all .space{
	padding-right: 8px;
}

#all h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#all h2 span {
	font-size: 26px;
  top: 0;
  left: 0;
  padding: 1.1rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #3a70c8;
}

#all h2 span:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}



#all h3 {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
}

#all h3 span:before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
#all h3 span:after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

.bline {
  padding: 10px;
  border: 1px solid #666;
}

.subtitle{
	font-size: 30px;
	color: #000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.subtitle2{
	font-size: 22px;
	color: #000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	padding-top: 15px;
}

/* ------------------------------------------------------------ About */
#about {
	padding: 10px 0 30px 0;
	background: #fff;
	margin-bottom: 100px;
}
#about h2{
	text-align: center;
	margin-top: 30px;
	font-size: 17px;
}
#about .txt-b1{
	font-size: 28px;
	line-height: 48px;
}

#about h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}

#about h3 {
  position: relative;
  padding-left: 0;
  padding-top: 0;
}

#about h3 span {
	font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  color: #fff;
  border-radius: 0;
  background: #e60012;
}

#about h3 span i {
  margin-right: 1rem;
}

#about h3 span:after {
  position: absolute;
  top: calc(50% - 15px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 15px 0 15px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #e60012;
}


#about .about-text {
	padding: 60px 0;
}

#about p {
	line-height: 24px;
	margin: 5px 0 5px;
}

#about i.fa {
	font-size: 1em;

	text-align: center;
	color: #fff;
	padding: 5px 0;
}
.space1{
	padding: 20px 0;
}

/* ------------------------------------------------------------ .About */





/* ------------------------------------------------------------ carrying */
#carrying {
	padding: 80px 0;
}

#carrying .text-center {
	padding: 10px 0;
}

#carrying p {
	line-height: 24px;
	color: #333;
}
#carrying img {
	padding: 20px 0;
}
#carrying span{
	font-size: 13px;
	line-height: 15px;
}
/* ------------------------------------------------------------ .carrying */

#map{
	margin:0;
	padding: 0;
}


/* ------------------------------------------------------------ Access */
#access {
	padding: 40px 0 40px 0;
	background: #3a70c8;
	margin: 0;
}
#access .access-item p {
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#access h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	padding: 20px 0;
}
#access h3::after {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	width: 360px;
	bottom: 0;
	margin-left: -180px;
	left: 50%;
}
#access .contact-item {
	margin: 20px 0 40px 0;
}
/* ------------------------------------------------------------ .Access */

/* ------------------------------------------------------------ Footer */
#footer {
	background: #3a70c8;
	padding: 40px 0 20px 0;
}

#footer p {
	font-size: 22px;
	color: #fff;
}
address{
	font-size: 14px;
	color: #fff;
}
.box2{
  width:100%;
  font-size: 130%;
  color: #3a70c8;
  padding: 10px 20px;
  margin: 10px 0;
  background:gold;
  border-radius:30px;
  font-weight: bolder;
  background-color: #fff;
}

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto 30px auto;
	border-collapse:collapse;
	font-size:120%;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
/* ------------------------------------------------------------ .Footer */
@media (max-width: 768px) {

h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
}
h5 {
	text-transform: uppercase;
		font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
}
p {
	font-size: 14px;
	line-height: 22px;
}

.cont-top {
	display: table;
	width: 100%;
	padding: 0;
	background-color: #3a70c8;
	background-position: 0px 60px;
	background-image: url(../img/top/head-img.jpg);
	background-repeat  : no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.cont-top .overlay {
	background: rgba(0,0,0,0.0);
}

.cont-top p {
	color: #000;
	font-size: 14px;
	font-weight: 800;
	margin-top: -30px;
}


#info h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}

#info h2{
	font-size: 26px;
	color: #000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
#info h3{
	text-align: center;
}
#info p{
	text-align: center;
}

/* ------------------------------------------------------------ all */
#all h2 span {
	font-size: 14.2px;
  top: 0;
  left: 0;
  padding: 0.8rem 1rem;
  color: #fff;
  border-radius: 0;
  background: #3a70c8;
}

/* ------------------------------------------------------------ About */
#about {
	padding: 10px 0 30px 0;
	background: #fff;
	margin-bottom: 100px;
}
#about h2{
	text-align: center;
	margin-top: 30px;
}


#about h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}

#about h3 {
  position: relative;
  padding: 0;
}

#about h3 span {
	font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  color: #fff;
  border-radius: 0;
  background: #e60012;
}

#about h3 span i {
  margin-right: 1rem;
}

#about h3 span:after {
  position: absolute;
  top: calc(50% - 14px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 0 14px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #e60012;
}


#about .about-text {
	padding: 60px 0;
}

#about p {
	line-height: 24px;
	margin: 5px 0 5px;
}

#about i.fa {
	font-size: 1em;

	text-align: center;
	color: #fff;
	padding: 5px 0;
}
.space1{
	padding: 20px 0;
}

/* ------------------------------------------------------------ .About */


#access {
	padding: 20px 0 40px 0;
	background: #3a70c8;
}
#access .access-item p {
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
}


}
